mistserver/lib
2016-02-12 15:51:54 +01: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
base64.cpp Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
base64.h Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
bitfields.cpp Added Util::stringToBool utility function. 2015-10-01 13:49:35 +02:00
bitfields.h Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +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
CMakeLists.txt Switch to CMake 2015-04-02 09:55:33 +02:00
config.cpp Improved signal and UDP bind debugging information, decreased verbosity of windows SHM errors. 2015-11-24 15:57:17 +01:00
config.h Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
defines.h Changed + in shared memory page name to _ 2015-04-16 14:39:23 +02:00
dtsc.cpp Removed DTSC::Stream and DTSC::Ring classes - no longer in use anywhere. 2016-01-28 11:27:26 +01:00
dtsc.h Optimized getWritableIdentifier to improve the speed of MistInBuffer even further. 2016-02-12 15:39:01 +01:00
dtscmeta.cpp Optimized getWritableIdentifier to improve the speed of MistInBuffer even further. 2016-02-12 15:39:01 +01:00
flv_tag.cpp Removed DTSC::Stream and DTSC::Ring classes - no longer in use anywhere. 2016-01-28 11:27:26 +01:00
flv_tag.h Removed DTSC::Stream and DTSC::Ring classes - no longer in use anywhere. 2016-01-28 11:27:26 +01:00
h264.cpp Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
h264.h Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
http_parser.cpp CORS Headers 2016-01-26 14:31:09 +01:00
http_parser.h Embedding of flash players 2016-01-26 14:14:12 +01:00
json.cpp Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
json.h Removed DTSC::Stream and DTSC::Ring classes - no longer in use anywhere. 2016-01-28 11:27:26 +01:00
mp4.cpp Added PASP MP4 box pretty printing. 2015-09-03 20:23:20 +02:00
mp4.h Such style. (Code style unification) 2014-06-18 10:39:27 +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 aspect ratios in MP4. 2015-09-29 14:39:59 +02:00
mp4_generic.h Fixed aspect ratios in MP4. 2015-09-29 14:39:59 +02:00
mp4_ms.cpp Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
mp4_ms.h Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
nal.cpp Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +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 Made shared memory or shared files implementation a compile flag, fixed various compile warnings. 2014-12-30 22:11:42 +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
procs.cpp Removed unused code from procs library, updated and simplified connector handler in controller. 2015-04-16 12:23:03 +02:00
procs.h Removed unused code from procs library, updated and simplified connector handler in controller. 2015-04-16 12:23:03 +02:00
rtmpchunks.cpp Fixed RTMP extended timestamp read 2015-11-02 17:14:38 +01:00
rtmpchunks.h Fixed handling of type 3 RTMP packets with extended timestamps. Removed redundant code. 2015-04-02 16:39:24 +02:00
shared_memory.cpp - Made HLS no longer skip first fragment. 2015-12-25 14:37:32 +01:00
shared_memory.h - Made HLS no longer skip first fragment. 2015-12-25 14:37:32 +01:00
socket.cpp Added a proxy in Output for getting the host (by Erik Zandvliet) 2016-02-12 15:51:54 +01:00
socket.h Added a proxy in Output for getting the host (by Erik Zandvliet) 2016-02-12 15:51:54 +01:00
stream.cpp Improved startInput function behaviour and reliability, added streamAlive function. 2015-07-21 23:07:10 +02:00
stream.h Improved startInput function behaviour and reliability, added streamAlive function. 2015-07-21 23:07:10 +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 getUTCString call to Util library. 2015-07-30 11:57:23 +02:00
timing.h Added getUTCString call to Util library. 2015-07-30 11:57:23 +02:00
tinythread.cpp Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
tinythread.h Such style. (Code style unification) 2014-06-18 10:39:27 +02:00
ts_packet.cpp Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet. 2015-11-05 17:05:21 +01:00
ts_packet.h added setDiscontinuity function to ts_packet, added DEBUG MSG level shortcuts 2015-03-06 10:30:08 +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