summaryrefslogtreecommitdiff
path: root/gst/hls
AgeCommit message (Expand)AuthorFilesLines
2011-05-15hls: fix handling of strol() overflowsAlessandro Decina1-3/+11
2011-05-03hlsdemux: set duration in outgoing buffersAndoni Morales Alastruey3-13/+15
2011-05-03hlsdemux: fix DURATION query handlingTim-Philipp Müller1-4/+8
2011-05-03hlsdemux: implement SEEKING queryTim-Philipp Müller1-1/+17
2011-04-15Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-2/+2
2011-04-14hlsdemux: m3u8: return duration in nanosecondsAndoni Morales Alastruey1-1/+1
2011-04-14hlsdemux: fix handling of end of playlistAndoni Morales Alastruey1-7/+6
2011-04-14hlsdemux: fix example pipelineAndoni Morales Alastruey1-1/+1
2011-04-14hlsdemux: ignore seek events until it's implementedAndoni Morales Alastruey1-0/+18
2011-04-14hlsdemux: dispose the fetcher from the same thread it's createdAndoni Morales Alastruey1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-04-04hlsdemux: validate properly utf-8 playlistAndoni Morales Alastruey1-6/+28
2011-04-04hlsdemux: m3u8: clear the list of media files before updating the playlistAndoni Morales Alastruey1-0/+6
2011-04-04hlsdemux: use and adapter instead of costful buffer joinsAndoni Morales Alastruey2-20/+20
2011-04-01Remove setting of plugindir from MakefilesDavid Schleef1-1/+0
2011-04-01hlsdemux: Another windows build fixThiago Santos1-1/+1
2011-04-01hls: Fix compilation on windowsThiago Santos1-1/+1
2011-03-30hlsdemux: update for media type was renaming from playlist/m3u8 to applicatio...Tim-Philipp Müller1-1/+1
2011-03-30hlsdemux: Some minor cleanupSebastian Dröge1-6/+7
2011-03-30hlsdemux: fix indentation and docs sectionsAndoni Morales Alastruey1-19/+30
2011-03-30hlsdemux: don't leek the queryAndoni Morales Alastruey1-0/+1
2011-03-30hlsdemux: check if the task's cond was signaled because it's the end of playlistAndoni Morales Alastruey1-0/+5
2011-03-30hlsdemux: post a message in the bus when the playlist changesAndoni Morales Alastruey1-0/+7
2011-03-30hlsdemux: don't update the playlist if we stay in the same bitrateAndoni Morales Alastruey1-9/+12
2011-03-30hlsdemux: Add support for URI queriesAndoni Morales Alastruey1-0/+8
2011-03-30hlsdemux: Add support for duration queriesAndoni Morales Alastruey1-0/+36
2011-03-30hlsdemux: m3u8: protect public methods properlyAndoni Morales Alastruey2-3/+30
2011-03-30hlsdemux: m3u8: add support to get the duration from a playlistAndoni Morales Alastruey2-0/+22
2011-03-30hlsdemux: don't print an error if the download was cancelledAndoni Morales Alastruey1-1/+1
2011-03-30hlsdemux: make sure the fetcher state change is complete before continuingAndoni Morales Alastruey1-0/+1
2011-03-30hlsdemux: don't leak the first bufferAndoni Morales Alastruey1-4/+2
2011-03-30hlsdemux: clean up code a little bitAndoni Morales Alastruey1-15/+7
2011-03-30hlsdemux: only check for the end of playlist when the queue is emptyAndoni Morales Alastruey1-4/+0
2011-03-30hlsdemux: make sure to stop fragments cache if something cancelled itAndoni Morales Alastruey2-2/+10
2011-03-30hlsdemux: reuse the code in reset() to free resources in dispose()Andoni Morales Alastruey1-17/+9
2011-03-30hlsdemux: use a typefinder to set the caps in the source padAndoni Morales Alastruey2-5/+23
2011-03-30hlsdemux: add more comments and document better all the threads involvedAndoni Morales Alastruey1-11/+32
2011-03-30hlsdemux: handle 404 from the source elementAndoni Morales Alastruey1-1/+7
2011-03-30hlsdemux: stop the fetcher in the PAUSED_TO_READY transition, not when dispos...Andoni Morales Alastruey1-1/+8
2011-03-30hlsdemux: make sure we don't stop the fetcher twice from different threadsAndoni Morales Alastruey2-1/+9
2011-03-30hlsdemux: query the uri upstream before updating the playlistAndoni Morales Alastruey1-6/+10
2011-03-30hlsdemux: Add HTTP live streaming demuxer elementAndoni Morales Alastruey7-0/+1571