summaryrefslogtreecommitdiff
path: root/ext/hls
Commit message (Expand)AuthorAgeFilesLines
* hlssink: do not leak playlist objectThiago Santos2014-05-131-0/+2
* hls: Remove invalid freeSebastian Dröge2014-05-091-4/+3
* 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
* hls: Store allowcache playlist field in a booleanSebastian Dröge2014-05-052-4/+5
* 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-012-14/+39
* 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-292-8/+65
* hlsdemux: Improve pad switching conditionsThiago Santos2014-04-292-21/+13
* hlsdemux: properly flush decryption status on seeksThiago Santos2014-04-291-1/+14
* hlsdemux: Track fragments durationThiago Santos2014-04-292-2/+7
* 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-292-24/+28
* hlsdemux: re-enable decryption after uridownloader removalThiago Santos2014-04-292-104/+208
* hlsdemux: replace uridownloader with a GstElementThiago Santos2014-04-292-153/+204
* hlsdemux: Set Referer in requests to the playlist URISebastian Dröge2014-04-282-5/+19
* 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
* hlssink: catch failure to write playlist fileVincent Penquerc'h2014-04-091-2/+8
* hls: restore NULL test mistakenly removedVincent Penquerc'h2014-04-081-1/+1
* hls: only set DISCONT flag on a valid bufferVincent Penquerc'h2014-04-081-1/+2
* hls: bring NULL test before dereferenceVincent Penquerc'h2014-04-081-2/+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: Fix forwards and backwards searching in the files listSebastian Dröge2014-03-291-19/+24
* 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-293-36/+109
* hlsdemux: Implement parsing of #EXT-X-I-FRAME-STREAM-INFSebastian Dröge2014-03-292-18/+66
* hlsdemux: Always calculate the current download rateSebastian Dröge2014-03-122-8/+27
* hlsdemux: Fix comparison in bitrate selectionSebastian Dröge2014-03-091-1/+1
* m3u8: Fix off-by-one in the download range endSebastian Dröge2014-03-071-1/+1