mistserver/lib
2019-01-25 23:49:56 +01:00
..
amf.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
amf.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
auth.cpp Added SHA256 hash functions and HMAC functions. 2015-03-04 00:32:05 +01:00
auth.h Added SHA256 hash functions and HMAC functions. 2015-03-04 00:32:05 +01:00
bitfields.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
bitfields.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
bitstream.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
bitstream.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
checksum.h Fixed CRC calculation for TS Packets, in particular the PAT 2014-11-17 14:45:07 +01:00
config.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
config.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
defines.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
downloader.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
downloader.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
dtsc.cpp Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
dtsc.h Fixed 32-bit compile issues 2019-01-25 23:49:56 +01:00
dtscmeta.cpp Fixed 32-bit compile issues 2019-01-25 23:49:56 +01:00
ebml.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
ebml.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
ebml_socketglue.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
ebml_socketglue.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
encode.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
encode.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
flv_tag.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
flv_tag.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
h264.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
h264.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
http_parser.cpp Fixed HTTP forwarding of wildcard streams 2018-12-04 13:10:53 +01:00
http_parser.h Added HTTP::URL::getExt function 2018-05-09 09:41:51 +02:00
json.cpp Fixed 32-bit compile issues 2019-01-25 23:49:56 +01:00
json.h Fixed 32-bit compile issues 2019-01-25 23:49:56 +01:00
langcodes.cpp Added ISO639-2 decoding in JSON-formatted metadata output 2016-07-25 13:24:36 +02:00
langcodes.h Added ISO639-2 decoding in JSON-formatted metadata output 2016-07-25 13:24:36 +02:00
mp4.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
mp4.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
mp4_adobe.cpp Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
mp4_adobe.h Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
mp4_generic.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
mp4_generic.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
mp4_ms.cpp Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
mp4_ms.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
nal.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
nal.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
ogg.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
ogg.h Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:05:41 +01:00
opus.cpp Added Opus::getPreSkip function 2018-07-20 14:23:03 +02:00
opus.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
procs.cpp Fixed crash in child of executable with grim_reaper active 2018-12-13 16:48:46 +01:00
procs.h Made Util::Procs::childRunning a public function 2017-07-22 18:48:55 +02:00
riff.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
riff.h Backported RIFF library from Pro edition 2018-01-24 20:13:44 +01:00
rtmpchunks.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
rtmpchunks.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
shared_memory.cpp Shared memory logic fix for quick disconnecting users 2019-01-09 09:29:19 +01:00
shared_memory.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
socket.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
socket.h Socket library updates to support detecting sockets passed as FDs, removed use of peek() in HTTP request handler, fixed 100% CPU usage problem for unfinished HTTP requests 2018-11-28 11:59:54 +01:00
stream.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
stream.h Robustify accesses to server config 2018-11-28 11:46:22 +01:00
theora.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
theora.h Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:05:41 +01:00
timing.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
timing.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
tinythread.cpp Fixed race condition bug in tinythread 2016-09-21 12:37:37 +02:00
tinythread.h Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
ts_packet.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
ts_packet.h Added several TS and NAL convenience functions 2017-05-12 12:44:07 +02:00
util.cpp Added stream name to logs API call responses 2019-01-24 14:40:56 +01:00
util.h Added stream name to logs API call responses 2019-01-24 14:40:56 +01:00
vorbis.cpp Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
vorbis.h Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:05:41 +01:00
websocket.cpp Websocket library no longer considers a non-data frame to be "read", instead handles them fully internally 2018-08-13 09:37:11 +02:00
websocket.h Added basic websocket support 2018-03-20 14:58:52 +01:00