mistserver/lib
2019-05-23 13:28:30 +02: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 ... Eh... What? 2019-03-27 15:02:54 +01:00
config.cpp Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs 2019-05-23 13:28:30 +02:00
config.h Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs 2019-05-23 13:28:30 +02:00
defines.h Fixed semaphore problems on MacOS 2019-05-15 09:15:34 +02:00
downloader.cpp Fixed Downloader class progress callbacks, added HTTP::Parser progress calculation function. 2019-05-23 12:24:41 +02:00
downloader.h Fixed file descriptor leak in Downloader class 2019-05-08 13:50:10 +02: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 Corrected Track::getSendLen to account for keysizes properly 2019-05-16 15:22:55 +02: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 Parse SAR if available 2019-02-28 13:14:43 +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 Downloader class progress callbacks, added HTTP::Parser progress calculation function. 2019-05-23 12:24:41 +02:00
http_parser.h Fixed Downloader class progress callbacks, added HTTP::Parser progress calculation function. 2019-05-23 12:24:41 +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 Track selector and language code support backported from Pro edition 2019-04-29 14:08:31 +02:00
langcodes.h Track selector and language code support backported from Pro edition 2019-04-29 14:08:31 +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 Removed non-existing function from procs library header 2019-05-23 12:36:52 +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 Fixed semaphore problems on MacOS 2019-05-15 09:15:34 +02:00
shared_memory.h Library code style update + some minor backports from Pro edition 2018-12-04 13:11:48 +01:00
socket.cpp Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs 2019-05-23 13:28:30 +02:00
socket.h Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs 2019-05-23 13:28:30 +02:00
stream.cpp Fixed semaphore problems on MacOS 2019-05-15 09:15:34 +02:00
stream.h HLS stream track selector support in index URLs, fixed source matching when multi-select or type-select is used, handle user agent exceptions in Output::selectDefaultTracks(), added Util::codecString to stream.h library, removed duplicate/wrong code from DASH/HLS outputs 2019-04-26 17:03:42 +02: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