summaryrefslogtreecommitdiff
path: root/ext/hls/gsthlsdemux.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-23hls: allow per feature registrationStéphane Cerveau1-1/+0
2020-11-11hlsdemux: Re-use streams if possibleEdward Hervey1-0/+4
2019-11-08hlsdemux: Don't use deprecated SSL methodsEdward Hervey1-1/+1
2019-08-21hls: Make crypto dependency optional when hls-crypto is autoSeungha Yang1-2/+2
2017-09-05hlsdemux: fix compilation with OpenSSL 1.1.0George Kiagiadakis1-0/+4
2016-12-19hlsdemux: Extract ID3 tags, strip them from the output and provide them as tagsSebastian Dröge1-2/+2
2016-10-11hlsdemux: fix hls demux stream type inheritanceArnaud Vrac1-1/+1
2016-08-03hlsdemux: Add support for ID3 tag parsingJan Schmidt1-1/+15
2016-08-03hlsdemux: Do some reading and dumping of PCRsJan Schmidt1-4/+21
2016-08-03hlsdemux: Only use the primary stream for bitrate selection.Jan Schmidt1-0/+1
2016-08-03hlsdemux: Publish all media for alternate renditions.Jan Schmidt1-0/+2
2016-08-03hlsdemux: move variant list handling over to new master playlist codeTim-Philipp Müller1-3/+5
2016-08-03hls: m3u8: Rework m3u8 parsing and storage.Tim-Philipp Müller1-3/+5
2016-07-15hlsdemux: make decryption key handling per-streamTim-Philipp Müller1-14/+24
2016-07-15hlsdemux: add hlsdemux-specific AdaptiveDemuxStream subclassJan Schmidt1-7/+19
2016-07-01hlsdemux: Properly keep track of current offsetSebastian Dröge1-1/+2
2016-07-01adaptivedemux: Get rid of internal stream adapter and let subclasses handle t...Sebastian Dröge1-5/+4
2015-12-01hls: rename plugin from fragmented to hlsTim-Philipp Müller1-1/+1
2015-05-27hlsdemux: remove more unused attributesThiago Santos1-5/+0
2015-05-27hlsdemux: remove unused attributeThiago Santos1-1/+0
2015-04-23hlsdemux: Use the downloader of the base class instead of creating our ownSebastian Dröge1-2/+0
2015-02-17adaptivedemux: add bitrate-limit propertyThiago Santos1-2/+0
2015-02-17adaptivedemux: add connection-speed propertyThiago Santos1-1/+0
2015-01-19adaptivedemux: refactor chunk downloading flowThiago Santos1-2/+0
2015-01-16hlsdemux: remove unused fragments_cache fieldVincent Penquerc'h1-1/+0
2015-01-07hlsdemux: Don't use approximate duration for fragment buffer ptsThomas Bluemel1-0/+2
2014-12-23hlsdemux: port to adaptive base classThiago Santos1-47/+3
2014-10-07hlsdemux: Fix accessing invalidated memoryThomas Bluemel1-2/+2
2014-09-18hlsdemux: synchronize with the download loop thread to signal it to continueGeorge Kiagiadakis1-0/+1
2014-08-28hlsdemux: Support OpenSSL for AES decryption of HLS fragmentsThomas Bluemel1-2/+6
2014-06-22hlsdemux: Fix decrypting fragmentsThomas Bluemel1-0/+1
2014-06-19hlsdemux: Propagate error messages from the source element up in the hierarchySebastian Dröge1-0/+1
2014-05-01hlsdemux: Always flush the internal proxy pads before downloadingThiago Santos1-0/+1
2014-04-29hlsdemux: handle errors from internal sourceThiago Santos1-0/+3
2014-04-29hlsdemux: Improve pad switching conditionsThiago Santos1-0/+1
2014-04-29hlsdemux: Track fragments durationThiago Santos1-0/+1
2014-04-29hlsdemux: enable download bitrate measureThiago Santos1-0/+3
2014-04-29hlsdemux: re-enable decryption after uridownloader removalThiago Santos1-0/+20
2014-04-29hlsdemux: replace uridownloader with a GstElementThiago Santos1-2/+9
2014-04-28hlsdemux: Set Referer in requests to the playlist URISebastian Dröge1-0/+1
2014-03-12hlsdemux: Always calculate the current download rateSebastian Dröge1-0/+3
2014-03-06hlsdemux: Implement proper segment handlingSebastian Dröge1-1/+1
2014-03-01hlsdemux: Implement proper handling of discontinuitiesSebastian Dröge1-0/+1
2014-02-23hlsdemux: Refactor threading and downloadingSebastian Dröge1-5/+8
2014-02-12hlsdemux: Give a proper name to the srcpads and remove it when resetting the ...Sebastian Dröge1-1/+2
2014-02-12hlsdemux: Cache the key fragment instead of downloading it over and over againSebastian Dröge1-0/+4
2014-02-09hlsdemux: Update to non-deprecated GLib thread APISebastian Dröge1-1/+1
2013-07-23hlsdemux: Add support for group-id in the stream-start eventSebastian Dröge1-0/+3
2013-05-15hls: Use GstURIDownloader from the library for now to keep everything in a us...Sebastian Dröge1-1/+1
2013-03-19Make the hls plugin depend on gnutls and move to ext/hls/Alessandro Decina1-0/+100