mistserver/lib
2017-05-01 13:58:14 +02:00
..
adts.cpp Fixed parsing of ADTS inside TS spread over multiple PES 2016-07-07 22:31:35 +02:00
adts.h Fix ADTS compile error 2016-09-15 16:18:05 +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 Added H264 analyser (most code by Erik Zandvliet) 2017-02-28 17:31:28 +01:00
bitstream.h Added H264 analyser (most code by Erik Zandvliet) 2017-02-28 17:31:28 +01:00
checksum.h Fixed CRC calculation for TS Packets, in particular the PAT 2014-11-17 14:45:07 +01:00
config.cpp Merge branch 'development' into LTS_development 2017-01-02 12:14:16 +01:00
config.h Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
defines.h Fixed session cache race conditions 2017-05-01 11:54:02 +02:00
dtsc.cpp Backported various little edits from Pro edition. 2016-06-02 14:07:21 +02:00
dtsc.h Merge branch 'development' into LTS_development 2017-02-28 14:07:18 +01:00
dtscmeta.cpp Merge branch 'development' into LTS_development 2017-04-18 12:32:39 +02:00
encode.cpp Added Encodings::Hex::decode 2016-09-02 14:48:19 +02:00
encode.h Added Encodings::Hex::decode 2016-09-02 14:48:19 +02:00
encryption.cpp Pro side of encoding fixes. 2016-04-14 12:08:26 +02:00
encryption.h Working PlayReady/Verimatrix DRM support 2015-09-02 12:09:37 +02:00
flv_tag.cpp Fixed FLV/RTMP/HDS A-law and Mu-law support 2017-04-18 12:38:41 +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 Merge branch 'development' into LTS_development 2017-04-18 12:32:39 +02:00
h264.h Fixed 32-bit compile error 2017-03-20 18:25:40 +01:00
h265.cpp Better working TS input, Pro side. Code by Erik Zandvliet. 2015-11-05 17:11:04 +01:00
h265.h Better working TS input, Pro side. Code by Erik Zandvliet. 2015-11-05 17:11:04 +01:00
http_parser.cpp Merge branch 'development' into LTS_development 2017-03-16 10:26:40 +01:00
http_parser.h Added --public-address option to HTTP output, for address overwriting 2017-03-10 11:39:31 +01:00
json.cpp Made JSON::string_escape a public function 2017-04-18 12:20:25 +02:00
json.h Made JSON::string_escape a public function 2017-04-18 12:20:25 +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 Merge branch 'development' into LTS_development 2017-01-31 14:51:49 +01:00
mp4.h MP4 speed optimize 2017-01-31 14:48:49 +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_dash.cpp LTS Commits 2015-04-05 21:38:36 +02:00
mp4_dash.h LTS Commits 2015-04-05 21:38:36 +02:00
mp4_encryption.cpp LTS Commits 2015-04-05 21:38:36 +02:00
mp4_encryption.h LTS Commits 2015-04-05 21:38:36 +02:00
mp4_generic.cpp Merge branch 'development' into LTS_development 2017-03-02 17:30:17 +01:00
mp4_generic.h Merge branch 'development' into LTS_development 2017-01-31 14:51:49 +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 Added ifdef statements around _GNU_SOURCE define to prevent warnings 2016-11-03 15:30:07 +01:00
nal.h Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
ogg.cpp Fixes to OGG library Read function 2017-05-01 13:58:14 +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
procs.cpp Merge branch 'development' into LTS_development 2016-12-28 16:48:25 +01:00
procs.h Made StartPiped use const argument 2016-12-28 16:44:20 +01:00
rijndael.cpp Working PlayReady/Verimatrix DRM support 2015-09-02 12:09:37 +02:00
rijndael.h Working PlayReady/Verimatrix DRM support 2015-09-02 12:09:37 +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
rtp.cpp Added PCM A-law support to RTSP, both input and output 2017-04-18 12:38:40 +02:00
rtp.h Improved RTSP output, added support for RTSP input 2016-09-02 14:46:51 +02:00
shared_memory.cpp Access logs + made prometheus runtime changeable 2017-04-18 12:33:06 +02:00
shared_memory.h Merge branch 'development' into LTS_development 2017-05-01 11:53:56 +02:00
socket.cpp Lowered debug level of socket address comparisons 2017-05-01 11:53:31 +02:00
socket.h Added local-only auto-authorize for API 2017-04-18 12:20:20 +02:00
stream.cpp Merge branch 'development' into LTS_development 2017-03-17 14:10:58 +01:00
stream.h Added duplicate checking for manual pushes 2016-11-18 15:35:15 +01: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 Fixed long long value in timing library to actually be long long. 2016-02-29 11:51:23 +01:00
timing.h Added getUTCString call to Util library. 2015-07-30 11:57:23 +02:00
tinythread.cpp Merge branch 'development' into LTS_development 2016-09-21 12:38:51 +02:00
tinythread.h Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
triggers.cpp Updated triggers, implemented LIVE_BANDWIDTH trigger 2017-03-10 11:41:52 +01:00
triggers.h Updated triggers, implemented LIVE_BANDWIDTH trigger 2017-03-10 11:41:52 +01:00
ts_packet.cpp Merge branch 'development' into LTS_development 2017-01-31 14:41:41 +01:00
ts_packet.h Implemented ES_Rate in PES 2016-12-28 14:59:23 +01:00
ts_stream.cpp Removed dead code 2016-09-02 14:46:56 +02:00
ts_stream.h Added track language support to TS input 2016-07-18 10:44:29 +02:00
util.cpp RelAccX class 2017-01-02 12:08:12 +01:00
util.h Updated triggers, implemented LIVE_BANDWIDTH trigger 2017-03-10 11:41:52 +01: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