mistserver/lib
2017-10-24 13:58:56 +02:00
..
amf.cpp Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
amf.h Such style. (Code style unification) 2014-06-18 10:39:27 +02: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 Added Util::stringToBool utility function. 2015-10-01 13:49:35 +02:00
bitfields.h Added missing pragma header in bitfields.h 2017-02-28 17:30:22 +01:00
bitstream.cpp Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
bitstream.h Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
checksum.h Fixed CRC calculation for TS Packets, in particular the PAT 2014-11-17 14:45:07 +01:00
config.cpp Fixed stuck listening socket thread problem in config library 2017-01-02 12:11:16 +01:00
config.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
defines.h Increased SIMUL_TRACKS from 10 to 20 2017-07-26 16:57:00 +02:00
downloader.cpp Improvements to Downloader class to allow for more flexibility in usage 2017-07-26 16:55:34 +02:00
downloader.h Improvements to Downloader class to allow for more flexibility in usage 2017-07-26 16:55:34 +02:00
dtsc.cpp Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
dtsc.h Added minKeepAway support to DTSC::Track object, senders and parsers 2017-08-03 15:06:12 +02:00
dtscmeta.cpp Added minKeepAway support to DTSC::Track object, senders and parsers 2017-08-03 15:06:12 +02:00
encode.cpp URL parser fixes/improvements 2017-10-24 13:58:56 +02:00
encode.h Added Encodings::Hex::decode 2016-09-02 14:48:19 +02:00
flv_tag.cpp PCM support in Flash-based protocols 2017-06-19 12:40:32 +02:00
flv_tag.h Added FLV::seekToTagType function for fast FLV seeking, now used in MistInFLV 2017-03-07 17:05:24 +01:00
h264.cpp Added isKeyframe function to H264 library 2017-06-09 20:09:12 +02:00
h264.h Added isKeyframe function to H264 library 2017-06-09 20:09:12 +02:00
http_parser.cpp URL parser fixes/improvements 2017-10-24 13:58:56 +02:00
http_parser.h URL parser fixes/improvements 2017-10-24 13:58:56 +02:00
json.cpp Robustified stream/protocol related API calls 2017-05-09 11:31:24 +02:00
json.h Robustified stream/protocol related API calls 2017-05-09 11:31:24 +02: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 MP4 rework 2017-07-19 17:30:10 +02:00
mp4.h MP4 rework 2017-07-19 17:30:10 +02: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 Fixed overflow problems when reading corrupt AVCC box 2017-07-22 18:51:24 +02:00
mp4_generic.h MP4 rework 2017-07-19 17:30:10 +02: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 scanAnnexB speed optimize 2017-07-27 18:57:23 +02:00
nal.h Improved NAL unit and keyframe handling 2017-05-15 17:12:48 +02:00
ogg.cpp Fixed Ogg output Opus support 2017-05-13 23:42:40 +02: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 support for Opus in Ogg input 2017-05-13 23:42:32 +02:00
opus.h Added support for Opus in Ogg input 2017-05-13 23:42:32 +02:00
procs.cpp Made StartPiped use const argument 2016-12-28 16:44:20 +01:00
procs.h Made Util::Procs::childRunning a public function 2017-07-22 18:48:55 +02:00
rtmpchunks.cpp Fixed strict compliance V3 RTMP clients (e.g. Mishira) 2016-09-15 15:45:18 +02:00
rtmpchunks.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
shared_memory.cpp Fixed warnings printed by shared file code to be in line with shared memory warnings. 2017-09-27 12:09:02 +02:00
shared_memory.h Define ACCESSPERMS in shared_memory.h if not defined 2017-05-01 11:53:38 +02:00
socket.cpp Added SO_KEEPALIVE to all socket connections by default. 2017-07-22 18:51:29 +02:00
socket.h Fix socket header mistake 2017-07-10 14:18:59 +02:00
stream.cpp Streamstatus const fix 2017-06-23 15:03:01 +02:00
stream.h Streamstatus const fix 2017-06-23 15:03:01 +02:00
theora.cpp Made shared memory or shared files implementation a compile flag, fixed various compile warnings. 2014-12-30 22:11:42 +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 Added Util::bootMS() to timing library 2017-06-09 20:09:41 +02:00
timing.h Fixed include in timing.h 2017-07-05 16:43:59 +02: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 TS::Packet FromFile 64-bit support and garbage data recovery improvements 2017-07-27 18:57:14 +02:00
ts_packet.h Added several TS and NAL convenience functions 2017-05-12 12:44:07 +02:00
util.cpp Added Util::ResizeablePointer class 2017-07-28 18:36:58 +02:00
util.h Added Util::ResizeablePointer class 2017-07-28 18:36:58 +02:00
vorbis.cpp Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:05:41 +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