.. |
adts.cpp
|
Skip at least some corruption in TS
|
2018-05-16 10:48:12 +02:00 |
adts.h
|
|
|
amf.cpp
|
|
|
amf.h
|
|
|
auth.cpp
|
|
|
auth.h
|
|
|
bitfields.cpp
|
|
|
bitfields.h
|
Fixed missing return statements to prevent GCC being whiny.
|
2018-05-08 11:29:48 +02:00 |
bitstream.cpp
|
AVCCBox.multiplyPPS(), allow for multiple SPS/PPS in AVCC Box
|
2018-08-30 18:59:03 +02:00 |
bitstream.h
|
AVCCBox.multiplyPPS(), allow for multiple SPS/PPS in AVCC Box
|
2018-08-30 18:59:03 +02:00 |
checksum.h
|
|
|
config.cpp
|
Merge branch 'development' into LTS_development
|
2018-11-01 16:37:03 +01:00 |
config.h
|
|
|
defines.h
|
Added ability to override internal UDP API bound host/port
|
2018-10-07 16:06:20 +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
|
|
|
dtsc.h
|
Merge branch 'development' into LTS_development
|
2018-10-11 15:15:40 +02:00 |
dtscmeta.cpp
|
Merge branch 'development' into LTS_development
|
2018-10-11 15:15:40 +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
|
|
|
encode.cpp
|
Improved URL encode/decode behaviour
|
2018-08-23 12:38:58 +02:00 |
encode.h
|
|
|
encryption.cpp
|
|
|
encryption.h
|
|
|
flv_tag.cpp
|
Make FLV input read until errors, instead of aborting entirely.
|
2018-11-19 14:03:53 +01:00 |
flv_tag.h
|
|
|
h264.cpp
|
AVCCBox.multiplyPPS(), allow for multiple SPS/PPS in AVCC Box
|
2018-08-30 18:59:03 +02:00 |
h264.h
|
|
|
h265.cpp
|
|
|
h265.h
|
|
|
http_parser.cpp
|
Improved URL encode/decode behaviour
|
2018-08-23 12:42:55 +02:00 |
http_parser.h
|
Changed playlist input timing to boottime-based instead of wallclock-based, split up realtime and regular main loops functions
|
2018-05-09 12:21:03 +02:00 |
json.cpp
|
JSON compareExcept and compareOnly functions now support arrays.
|
2018-11-13 16:26:19 +01:00 |
json.h
|
JSON lib support for double values
|
2018-03-22 12:36:52 +01:00 |
langcodes.cpp
|
|
|
langcodes.h
|
|
|
mp4.cpp
|
|
|
mp4.h
|
|
|
mp4_adobe.cpp
|
|
|
mp4_adobe.h
|
|
|
mp4_dash.cpp
|
|
|
mp4_dash.h
|
|
|
mp4_encryption.cpp
|
|
|
mp4_encryption.h
|
|
|
mp4_generic.cpp
|
AVCCBox.multiplyPPS(), allow for multiple SPS/PPS in AVCC Box
|
2018-08-30 18:59:03 +02:00 |
mp4_generic.h
|
AVCCBox.multiplyPPS(), allow for multiple SPS/PPS in AVCC Box
|
2018-08-30 18:59:03 +02:00 |
mp4_ms.cpp
|
|
|
mp4_ms.h
|
|
|
mpeg.cpp
|
|
|
mpeg.h
|
|
|
nal.cpp
|
TS optimize, specifically MPEG2 speedup
|
2018-11-01 17:04:05 +01:00 |
nal.h
|
|
|
ogg.cpp
|
|
|
ogg.h
|
|
|
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
|
|
|
procs.h
|
|
|
riff.cpp
|
|
|
riff.h
|
|
|
rijndael.cpp
|
|
|
rijndael.h
|
|
|
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
|
|
|
rtp.cpp
|
RTP rework: added sorter class, updated RTSP input/output/analyser to be compatible with it
|
2018-07-04 12:04:26 +02:00 |
rtp.h
|
RTP rework: added sorter class, updated RTSP input/output/analyser to be compatible with it
|
2018-07-04 12:04:26 +02:00 |
sdp.cpp
|
Fix RTSP input
|
2018-09-08 16:16:00 +02:00 |
sdp.h
|
RTP rework: added sorter class, updated RTSP input/output/analyser to be compatible with it
|
2018-07-04 12:04:26 +02:00 |
shared_memory.cpp
|
Merge branch 'development' into LTS_development
|
2018-11-01 16:37:03 +01:00 |
shared_memory.h
|
Merge branch 'development' into LTS_development
|
2018-11-01 16:37:03 +01: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
|
Merge branch 'development' into LTS_development
|
2018-10-30 14:59:37 +01:00 |
stream.h
|
Generalized stream variables implementation
|
2018-05-09 10:40:20 +02:00 |
subtitles.cpp
|
|
|
subtitles.h
|
|
|
theora.cpp
|
|
|
theora.h
|
|
|
timing.cpp
|
|
|
timing.h
|
|
|
tinythread.cpp
|
|
|
tinythread.h
|
|
|
triggers.cpp
|
Changed Content-Type of HTTP triggers from application/x-www-form-urlencoded to text/plain
|
2018-05-18 17:20:21 +02:00 |
triggers.h
|
|
|
ts_packet.cpp
|
TS lib verbosity tweaks
|
2018-05-09 10:25:08 +02:00 |
ts_packet.h
|
|
|
ts_stream.cpp
|
TS optimize, specifically MPEG2 speedup
|
2018-11-01 17:04:05 +01:00 |
ts_stream.h
|
|
|
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
|
|
|
vorbis.h
|
|
|
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 |