.. |
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
|
Fixed missing return statements to prevent GCC being whiny.
|
2018-05-08 11:29:48 +02: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
|
Added a define for live stream latency
|
2018-08-23 15:31:22 +02:00 |
downloader.cpp
|
Fix proxy behaviour
|
2018-08-23 12:43:37 +02:00 |
downloader.h
|
Added retryCount and dataTimeout variables as well as a constant data accessor to HTTP::Downloader class
|
2018-05-09 09:41:45 +02:00 |
dtsc.cpp
|
Backported various little edits from Pro edition.
|
2016-06-02 14:07:21 +02:00 |
dtsc.h
|
Added support for local variables in MistIn processes, stored in the DTSH header.
|
2018-07-20 14:22:54 +02:00 |
dtscmeta.cpp
|
Fixed audio key setting
|
2018-08-23 15:31:10 +02:00 |
ebml.cpp
|
Fixed EBML input cutting off zero bytes in places where it's not appropriate
|
2018-10-10 15:04:37 +02:00 |
ebml.h
|
Fixed EBML input cutting off zero bytes in places where it's not appropriate
|
2018-10-10 15:04:37 +02:00 |
ebml_socketglue.cpp
|
EBML fix for ARMv7
|
2018-03-27 15:53:44 +02:00 |
ebml_socketglue.h
|
EBML library, input and output, supports MKV and WebM.
|
2018-01-24 20:10:55 +01:00 |
encode.cpp
|
Improved URL encode/decode behaviour
|
2018-08-23 12:38:58 +02:00 |
encode.h
|
Allow '=' character in URL encoded paths and fragments
|
2018-01-03 11:08:55 +01:00 |
flv_tag.cpp
|
Fixed audio/data rate calculation in Flash-based outputs
|
2018-10-03 23:55:43 +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
|
Fixed FPS issues on RTSP
|
2017-11-06 13:29:42 +01:00 |
h264.h
|
Added isKeyframe function to H264 library
|
2017-06-09 20:09:12 +02:00 |
http_parser.cpp
|
Improved URL encode/decode behaviour
|
2018-08-23 12:38:58 +02:00 |
http_parser.h
|
Added HTTP::URL::getExt function
|
2018-05-09 09:41:51 +02:00 |
json.cpp
|
JSON lib fixes
|
2018-10-02 13:45:07 +02:00 |
json.h
|
JSON lib support for double values
|
2018-03-22 12:36:52 +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
|
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
|
Allow for multiple SPS/PPS in AVCC Box
|
2018-08-30 18:32:50 +02:00 |
mp4_generic.h
|
Allow for multiple SPS/PPS in AVCC Box
|
2018-08-30 18:32:50 +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 Opus::getPreSkip function
|
2018-07-20 14:23:03 +02:00 |
opus.h
|
Added Opus::getPreSkip function
|
2018-07-20 14:23:03 +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 |
riff.cpp
|
Backported RIFF library from Pro edition
|
2018-01-24 20:13:44 +01:00 |
riff.h
|
Backported RIFF library from Pro edition
|
2018-01-24 20:13:44 +01:00 |
rtmpchunks.cpp
|
Switched extended RTMP timestamps from big endian to little endian, to match most current-day implementations.
|
2018-10-03 23:55:48 +02:00 |
rtmpchunks.h
|
Backported various little edits from Pro edition.
|
2016-06-02 14:07:21 +02:00 |
shared_memory.cpp
|
Added sharedFile::exists() call to match version in sharedPage class, fixed sharedPage::exists not being inside SHM_ENABLED block.
|
2018-08-21 11:23:49 +02:00 |
shared_memory.h
|
Added sharedFile::exists() call to match version in sharedPage class, fixed sharedPage::exists not being inside SHM_ENABLED block.
|
2018-08-21 11:23:49 +02:00 |
socket.cpp
|
Fixed all-interface IPv6 sockets being created when attempting to listen on a non-IPv6 interface address
|
2018-10-07 17:01:06 +02:00 |
socket.h
|
Updated socket library with isLocalhost and isLocal functions
|
2018-07-09 14:56:33 +02:00 |
stream.cpp
|
Added singular mode override for inputs
|
2018-08-27 14:13:25 +02:00 |
stream.h
|
Improved stream start handling
|
2018-05-09 10:12:35 +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 lib verbosity tweak
|
2018-05-09 09:43:11 +02:00 |
ts_packet.h
|
Added several TS and NAL convenience functions
|
2017-05-12 12:44:07 +02:00 |
util.cpp
|
Fixed logging
|
2018-05-29 16:08:26 +02:00 |
util.h
|
RelAccX improvements
|
2018-03-20 14:15:55 +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 |
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 |