summaryrefslogtreecommitdiff
path: root/ext/hls
AgeCommit message (Expand)AuthorFilesLines
2017-12-06m3u8: Parse and use AVERAGE-BANDWIDTH attribute if availableHosang Lee1-1/+8
2017-11-25hls: Don't leak mutexEdward Hervey1-0/+1
2017-11-17hlsdemux: Fix memory leak caused by double buffer mapJun Xie1-5/+3
2017-10-19m3u8: Refine sequence update debug messagesJan Alexander Steffens (heftig)1-4/+9
2017-10-19m3u8: Don't try to match URIs when we have media sequencesJan Alexander Steffens (heftig)1-23/+12
2017-10-19m3u8: Ignore empty playlists in check_media_seqnumsJan Alexander Steffens (heftig)1-3/+9
2017-10-19m3u8: Split gst_m3u8_update_check_consistent_media_seqnumsJan Alexander Steffens (heftig)1-102/+109
2017-10-19m3u8: Simplify control flow for sequence updateJan Alexander Steffens (heftig)1-15/+12
2017-09-05hlsdemux: fix compilation with OpenSSL 1.1.0George Kiagiadakis2-6/+27
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-12hlssink2: New HLS sink element based on splitmuxsinkSebastian Dröge5-0/+555
2017-05-03meson: hls: libm is required because m3u8.c uses math.hTing-Wei Lan1-1/+1
2017-04-19hlssink: Remove some unused struct fieldsSebastian Dröge2-4/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-6/+6
2017-03-17m3u8: Fix parsing EXT-X-DISCONTINUITYSeungha Yang1-1/+1
2017-03-17m3u8: Release m3u8 lock if consistent checking failedSeungha Yang1-1/+3
2017-03-14Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters1-1/+5
2017-03-06hlsdemux: Try to find type at the end of a fragmentSeungha Yang1-0/+7
2017-03-03hlsdemux: Fix checking adaptation_field_control field to parse pcrDongil Park1-2/+2
2017-03-02hls: Fix various leak on hlsdemux and m3u8Seungha Yang2-0/+7
2017-03-02adaptivedemux: answer duration queries for live streamsAlex Ashley1-5/+1
2017-03-02hlsdemux: Implement adaptivedemux's _stream_seek()Seungha Yang1-75/+101
2017-03-02hlsdemux: Simplify seeking code by using macroSeungha Yang1-5/+9
2017-03-02hlsdemux: Early terminate seeking if we don't need to doSeungha Yang1-63/+65
2017-03-02hlsdemux: Add support for EXT-X-DISCONTINUITY-SEQUENCEThomas Bluemel2-1/+9
2017-02-28hlsdemux: Compare media type of the correct variable that is actually setSebastian Dröge1-2/+2
2017-02-21hlsdemux: Fix GHashTable leakSeungha Yang1-0/+4
2017-02-07hlsdemux: Redo typefind after stripping tagsJan Schmidt1-0/+3
2017-01-31hls: m3u8: Set sequence position for liveSeungha Yang1-2/+13
2017-01-31hls: Exclusion of last three fragment in case of live playbackSeungha Yang2-7/+4
2017-01-31hlsdemux: Consider timestamp of the first fragment in playlist when live seekingSeungha Yang1-1/+2
2017-01-18hlsdemux: Detect media sequence number inconsistencies and failSebastian Dröge1-8/+170
2016-12-19hlsdemux: Extract ID3 tags, strip them from the output and provide them as tagsSebastian Dröge3-11/+28
2016-11-28m3u8: Mark uri_join() function as staticSebastian Dröge1-1/+1
2016-11-26hlsdemux: Handle GST_SEEK_TYPE_NONE seekEdward Hervey1-54/+62
2016-11-12hlsdemux: Fix NULL pointer dereference when checking if there is a next fragmentSebastian Dröge1-1/+1
2016-10-31hlsdemux: don't try to access non-existant iframe variantMichael Olbrich1-8/+10
2016-10-24meson: hls: Only build when any crypto_dep is foundScott D Phillips1-11/+13
2016-10-11hlsdemux: fix hls demux stream type inheritanceArnaud Vrac1-1/+1
2016-08-25adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge1-5/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+38
2016-08-07hls, timecode: fix linkingxlazom001-1/+1
2016-08-04hls: Avoid potential NULL pointer dereference.Jan Schmidt1-2/+4
2016-08-04hls: Avoid coverity warning about access off the end of an array.Jan Schmidt1-1/+1
2016-08-04hls: m3u8: remove impossible conditionLuis de Bethencourt1-9/+1
2016-08-04hlsdemux: Don't output pending data after errorJan Schmidt1-11/+11
2016-08-04hlsdemux: Include config.h and add header in utilsJan Schmidt1-0/+25
2016-08-03hls: Fix compiler warning for possibly uninit variableJan Schmidt1-3/+5
2016-08-03hlsdemux: seek all streamsMichael Olbrich1-56/+61
2016-08-03hlsdemux: simplify gst_hls_demux_seek()Michael Olbrich1-3/+3