summaryrefslogtreecommitdiff
path: root/ext/hls/gsthlsdemux.c
Commit message (Expand)AuthorAgeFilesLines
* hlsdemux: fix internal source event leaksThiago Santos2014-05-061-0/+2
* hlsdemux: Only set the segment position if there is a timestampThiago Santos2014-05-051-2/+1
* hlsdemux: Set Cache-Control header according to the caching requirements of t...Sebastian Dröge2014-05-051-9/+24
* hlsdemux: Update for URI downloader API changesSebastian Dröge2014-05-021-4/+4
* hlsdemux: Always succeed the LATENCY eventSebastian Dröge2014-05-011-0/+7
* hlsdemux: Reset the last flow return before restarting the internal sourceSebastian Dröge2014-05-011-0/+3
* hlsdemux: Only set PTS on the first buffer of a fragment instead of setting t...Sebastian Dröge2014-05-011-8/+10
* hlsdemux: Always flush the internal proxy pads before downloadingThiago Santos2014-05-011-14/+38
* hlsdemux: Only unref pending buffer if there is oneSebastian Dröge2014-04-301-1/+2
* hlsdemux: Do not push last buffer after errorThiago Santos2014-04-291-17/+22
* hlsdemux: flush the adapter in the end of a fragmentThiago Santos2014-04-291-1/+6
* hlsdemux: handle more error casesThiago Santos2014-04-291-19/+31
* hlsdemux: handle errors from internal sourceThiago Santos2014-04-291-8/+62
* hlsdemux: Improve pad switching conditionsThiago Santos2014-04-291-21/+12
* hlsdemux: properly flush decryption status on seeksThiago Santos2014-04-291-1/+14
* hlsdemux: Track fragments durationThiago Santos2014-04-291-2/+6
* hlsdemux: properly stop tasks by stopping fragment downloadThiago Santos2014-04-291-1/+4
* hlsdemux: decrypt before typefindingThiago Santos2014-04-291-27/+27
* hlsdemux: fix decryption function returnThiago Santos2014-04-291-2/+6
* hlsdemux: keep connection alive between downloadsThiago Santos2014-04-291-4/+34
* hlsdemux: create sources from uriThiago Santos2014-04-291-9/+49
* hlsdemux: do not try to run typefind again if caps is the sameThiago Santos2014-04-291-1/+1
* hlsdemux: enable download bitrate measureThiago Santos2014-04-291-24/+25
* hlsdemux: re-enable decryption after uridownloader removalThiago Santos2014-04-291-104/+188
* hlsdemux: replace uridownloader with a GstElementThiago Santos2014-04-291-151/+195
* hlsdemux: Set Referer in requests to the playlist URISebastian Dröge2014-04-281-5/+18
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-271-2/+0
* hlsdemux: Also update the sequence position when updating non-live playlistsSebastian Dröge2014-04-101-0/+1
* hlsdemux: Try reloading the playlist first if downloading a fragment failsSebastian Dröge2014-04-101-5/+21
* hlsdemux: When updating a non-live playlist make sure to find the current seq...Sebastian Dröge2014-04-101-1/+28
* hls: only set DISCONT flag on a valid bufferVincent Penquerc'h2014-04-081-1/+2
* hlsdemux: Handle errors when switching playlists properlySebastian Dröge2014-03-301-3/+24
* hlsdemux: Go EOS if the end of the segment is reachedSebastian Dröge2014-03-301-0/+11
* hlsdemux: Store buffer end position in segment.positionSebastian Dröge2014-03-301-0/+3
* hlsdemux: Don't set the segment offsetSebastian Dröge2014-03-291-1/+0
* hlsdemux: Set DISCONT flag on all buffers in reverse playback modeSebastian Dröge2014-03-291-0/+6
* hlsdemux: Unset DTS of all buffersSebastian Dröge2014-03-291-0/+1
* hlsdemux: Send flush start event before waiting for the tasks to finishSebastian Dröge2014-03-291-5/+5
* hlsdemux: Implement trick modes via I-frame variant listsSebastian Dröge2014-03-291-18/+70
* hlsdemux: Always calculate the current download rateSebastian Dröge2014-03-121-8/+24
* hlsdemux: Implement proper segment handlingSebastian Dröge2014-03-061-15/+10
* hlsdemux: Implement handling of byte rangesSebastian Dröge2014-03-061-5/+9
* hlsdemux: Fix seeking further than track durationZallesov2014-03-061-40/+61
* hlsdemux: Switch playlists after pushing the fragmentSebastian Dröge2014-03-051-7/+8
* hlsdemux: Implement proper handling of discontinuitiesSebastian Dröge2014-03-011-1/+8
* hlsdemux: Init and clear a mutexSebastian Dröge2014-02-271-0/+2
* hlsdemux: Unref seek events before returning from the seek handlerSebastian Dröge2014-02-271-1/+6
* hlsdemux: Keep track of timestamps by adding them up during playbackSebastian Dröge2014-02-231-3/+3
* hlsdemux: Deprecate fragments-cache propertySebastian Dröge2014-02-231-4/+3
* ext: Use Codec/Demuxer/Adaptive for the adaptive streaming demuxersSebastian Dröge2014-02-231-1/+1