summaryrefslogtreecommitdiff
path: root/ext/hls/gsthlsdemux.c
Commit message (Expand)AuthorAgeFilesLines
* hlsdemux: Fix GHashTable leakSeungha Yang2017-02-221-0/+4
* hlsdemux: Extract ID3 tags, strip them from the output and provide them as tagsSebastian Dröge2016-12-221-2/+7
* hlsdemux: Handle GST_SEEK_TYPE_NONE seekEdward Hervey2016-11-261-54/+62
* hlsdemux: don't try to access non-existant iframe variantMichael Olbrich2016-10-311-8/+10
* adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge2016-08-251-5/+2
* hls: Avoid potential NULL pointer dereference.Jan Schmidt2016-08-041-2/+4
* hlsdemux: Don't output pending data after errorJan Schmidt2016-08-041-11/+11
* hls: Fix compiler warning for possibly uninit variableJan Schmidt2016-08-031-3/+5
* hlsdemux: seek all streamsMichael Olbrich2016-08-031-56/+61
* hlsdemux: simplify gst_hls_demux_seek()Michael Olbrich2016-08-031-3/+3
* hlsdemux: don't download the last fragment when seeking beyond the end of the...Michael Olbrich2016-08-031-4/+2
* hlsdemux: Add support for ID3 tag parsingJan Schmidt2016-08-031-11/+32
* hlsdemux: Do some reading and dumping of PCRsJan Schmidt2016-08-031-3/+47
* hlsdemux: Only use the primary stream for bitrate selection.Jan Schmidt2016-08-031-4/+19
* hlsdemux: Only select video and audio streams by defaultJan Schmidt2016-08-031-3/+12
* hlsdemux: Publish all media for alternate renditions.Jan Schmidt2016-08-031-15/+129
* hlsdemux: Adjust downstream buffer offsetsJan Schmidt2016-08-031-2/+1
* hlsdemux: Choose the default variant and track it when updatingJan Schmidt2016-08-031-46/+83
* hlsdemux: move variant list handling over to new master playlist codeTim-Philipp Müller2016-08-031-147/+214
* hls: m3u8: Rework m3u8 parsing and storage.Tim-Philipp Müller2016-08-031-105/+224
* hlsdemux: Fix clearing of decryption stateJan Schmidt2016-07-191-14/+19
* hlsdemux: make decryption key handling per-streamTim-Philipp Müller2016-07-151-103/+131
* hlsdemux: add hlsdemux-specific AdaptiveDemuxStream subclassJan Schmidt2016-07-151-51/+84
* hlsdemux: Properly keep track of current offsetSebastian Dröge2016-07-011-1/+11
* hlsdemux: Clear pending data when neededSebastian Dröge2016-07-011-6/+15
* adaptivedemux: Get rid of internal stream adapter and let subclasses handle t...Sebastian Dröge2016-07-011-41/+35
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-5/+2
* adaptivedemux: replace ghostpad with a standard padThiago Santos2016-01-151-4/+1
* hlsdemux: put boolean values into gboolean variablesTim-Philipp Müller2016-01-061-4/+3
* hlsdemux: fix reverse playback seek with snap flagsThiago Santos2016-01-061-5/+24
* hlsdemux: simplify snap flags checkingThiago Santos2016-01-061-6/+4
* hlsdemux: respect keyunit flag for positionThiago Santos2016-01-061-2/+3
* hlsdemux: make sure every bad update_playlist return sets an errorThiago Santos2015-12-221-2/+6
* hlsdemux: reflow update_playlist a bitTim-Philipp Müller2015-12-191-50/+50
* hlsdemux: fix potential error leakTim-Philipp Müller2015-12-191-4/+2
* hlsdemux: always set timestamp on reverse playbackThiago Santos2015-12-181-1/+1
* hlsdemux: add support for seeking to fragment boundariesDuncan Palmer2015-12-081-1/+22
* hlsdemux: update current variant if connection speed is setMaroš Ondrášek2015-12-021-0/+3
* hlsdemux: Tell the base class the fragment durationJan Schmidt2015-12-021-0/+1
* hlsdemux: When switching bitrate variants, don't jump backJan Schmidt2015-12-021-1/+4
* hlsdemux: fix crash when decryption key can't be downloadedTim-Philipp Müller2015-12-011-3/+6
* hls: m3u8: remove pointless client_has_main() functionTim-Philipp Müller2015-12-011-2/+1
* hlsdemux: Always give timestamps if we're discont and don't mark stream disco...Sebastian Dröge2015-12-011-1/+4
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-4/+2
* adaptivedemux: fixed multithread supportFlorin Apostol2015-10-291-1/+1
* hlsdemux: change dispose function to finalizeTim-Philipp Müller2015-10-231-4/+4
* hlsdemux: remove helper function only used onceTim-Philipp Müller2015-10-231-16/+8
* hlsdemux: remove deprecated 'fragments-cache' propertyTim-Philipp Müller2015-10-231-52/+0
* hlsdemux: Avoid negative sequence numbersEdward Hervey2015-10-141-4/+12
* adaptivedemux: prefix the statistics message name macroPhilippe Normand2015-09-171-1/+1