summaryrefslogtreecommitdiff
path: root/gst/hls/m3u8.c
Commit message (Expand)AuthorAgeFilesLines
* Make the hls plugin depend on gnutls and move to ext/hls/Alessandro Decina2013-03-191-743/+0
* hlsdemux: support encrypted streamsAlessandro Decina2013-03-191-1/+12
* hlsdemux: fix invalid free() introduced by last commitAlessandro Decina2013-03-181-1/+2
* hlsdemux: parse #EXT-X-KEY tagsAlessandro Decina2013-03-181-0/+21
* hlsdemux: factor out URI joining utilityAlessandro Decina2013-03-181-47/+52
* hlsdemux: fix URI parsing for absolute fragment pathsAlessandro Decina2013-03-181-8/+37
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* hls: Add a way to get best playlist for a specific bitrate in M3U8ClientThibault Saunier2012-05-101-0/+27
* hlsdemux: add floating point segment duration supportGil Pedersen2012-03-121-13/+45
* plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+1
* hlsdemux: Fix merge mistake from last commitSebastian Dröge2011-09-091-9/+1
* hlsdemux: Report the correct timestamp for live streamsYouness Alaoui2011-09-091-2/+22
* hlsdemux: Add a get_target_duration and get_current_uri api to m3u8_clientYouness Alaoui2011-09-031-0/+26
* hlsdemux: Make the m3u8 client thread-safeYouness Alaoui2011-09-031-10/+42
* hlsdemux: Remove obsolete FIXME commentSebastian Dröge2011-09-021-1/+1
* hlsdemux: Split playslist on \r\n not just \nJonas Larsson2011-08-301-1/+8
* hlsdemux: Keep a separate variable for the current variant usedYouness Alaoui2011-08-221-2/+14
* hlsdemux: Set buffer timestamp since we send a TIME segmentYouness Alaoui2011-08-181-1/+12
* hls: fix handling of strol() overflowsAlessandro Decina2011-05-151-3/+11
* hlsdemux: set duration in outgoing buffersAndoni Morales Alastruey2011-05-031-7/+9
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-2/+2
* hlsdemux: m3u8: return duration in nanosecondsAndoni Morales Alastruey2011-04-141-1/+1
* hlsdemux: m3u8: clear the list of media files before updating the playlistAndoni Morales Alastruey2011-04-041-0/+6
* hls: Fix compilation on windowsThiago Santos2011-04-011-1/+1
* hlsdemux: m3u8: protect public methods properlyAndoni Morales Alastruey2011-03-301-0/+27
* hlsdemux: m3u8: add support to get the duration from a playlistAndoni Morales Alastruey2011-03-301-0/+21
* hlsdemux: Add HTTP live streaming demuxer elementAndoni Morales Alastruey2011-03-301-0/+452