summaryrefslogtreecommitdiff
path: root/ext/hls
Commit message (Expand)AuthorAgeFilesLines
...
* hlsdemux: Also refetch the playlist after the first fragment failureSebastian Dröge2014-09-151-0/+7
* hls: Actually retry 3 times as advertised instead of 2Sebastian Dröge2014-09-151-2/+2
* hlsdemux: Don't send flush events to deactivated padsSebastian Dröge2014-09-041-4/+4
* hlsdemux: Properly assign offsets to the files if we accumulate them instead ...Sebastian Dröge2014-09-041-0/+1
* hlsdemux: Support OpenSSL for AES decryption of HLS fragmentsThomas Bluemel2014-08-283-4/+45
* hlsdemux: Do not switch playlist on trick modesThibault Saunier2014-08-131-1/+5
* hlsdemux: No need to have a I-Frame list to do trick modesThibault Saunier2014-08-131-9/+2
* hlsdemux: Make statistics message more generic for other adaptive streaming d...Sebastian Dröge2014-07-211-36/+47
* hlsdemux: Provide statistics about time to download playlists and fragmentsAlexander Zallesov2014-07-211-0/+31
* hlsdemux: Fix decrypting fragmentsThomas Bluemel2014-06-222-1/+5
* hlsdemux: Include the debug string in the error messages we propagate from theSebastian Dröge2014-06-191-0/+8
* hlsdemux: Include a more descriptive error messageSebastian Dröge2014-06-191-7/+11
* hlsdemux: Propagate error messages from the source element up in the hierarchySebastian Dröge2014-06-192-3/+15
* hlsdemux: Directly convert GErrors to error messagesSebastian Dröge2014-06-191-20/+14
* hls: fix build with GLib 2.32Tim-Philipp Müller2014-06-121-0/+19
* hlsdemux: Improve parsing quoted key URIs and apply it for I-frame-based stre...Damian Ziobro2014-06-061-34/+44
* hlsdemux: Don't store the current key in the playlistSebastian Dröge2014-06-062-7/+8
* hlsdemux: Fix compiler warningsSebastian Dröge2014-06-061-2/+2
* hlsdemux: Reload the variant playlist if refreshing a playlist or downloading...Thomas Bluemel2014-06-063-13/+241
* hlsdemux: Don't set base URI if there was no redirectSebastian Dröge2014-05-281-3/+3
* hlsdemux: Make parsing of "-quoted key URIs more resilientDamian Ziobro2014-05-281-7/+19
* hlsdemux: Always use the redirect target to resolve relative URIsSebastian Dröge2014-05-283-26/+46
* hlsdemux: Fix storing of the IV based on the media sequence numberDamian Ziobro2014-05-221-1/+1
* 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