index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
hls
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-15
hls: fix handling of strol() overflows
Alessandro Decina
1
-3
/
+11
2011-05-03
hlsdemux: set duration in outgoing buffers
Andoni Morales Alastruey
3
-13
/
+15
2011-05-03
hlsdemux: fix DURATION query handling
Tim-Philipp Müller
1
-4
/
+8
2011-05-03
hlsdemux: implement SEEKING query
Tim-Philipp Müller
1
-1
/
+17
2011-04-15
Fix some unused-but-set-variable warnings with gcc 4.6
Tim-Philipp Müller
1
-2
/
+2
2011-04-14
hlsdemux: m3u8: return duration in nanoseconds
Andoni Morales Alastruey
1
-1
/
+1
2011-04-14
hlsdemux: fix handling of end of playlist
Andoni Morales Alastruey
1
-7
/
+6
2011-04-14
hlsdemux: fix example pipeline
Andoni Morales Alastruey
1
-1
/
+1
2011-04-14
hlsdemux: ignore seek events until it's implemented
Andoni Morales Alastruey
1
-0
/
+18
2011-04-14
hlsdemux: dispose the fetcher from the same thread it's created
Andoni Morales Alastruey
1
-1
/
+1
2011-04-11
android: make it ready for androgenizer
Thibault Saunier
1
-0
/
+14
2011-04-04
hlsdemux: validate properly utf-8 playlist
Andoni Morales Alastruey
1
-6
/
+28
2011-04-04
hlsdemux: m3u8: clear the list of media files before updating the playlist
Andoni Morales Alastruey
1
-0
/
+6
2011-04-04
hlsdemux: use and adapter instead of costful buffer joins
Andoni Morales Alastruey
2
-20
/
+20
2011-04-01
Remove setting of plugindir from Makefiles
David Schleef
1
-1
/
+0
2011-04-01
hlsdemux: Another windows build fix
Thiago Santos
1
-1
/
+1
2011-04-01
hls: Fix compilation on windows
Thiago Santos
1
-1
/
+1
2011-03-30
hlsdemux: update for media type was renaming from playlist/m3u8 to applicatio...
Tim-Philipp Müller
1
-1
/
+1
2011-03-30
hlsdemux: Some minor cleanup
Sebastian Dröge
1
-6
/
+7
2011-03-30
hlsdemux: fix indentation and docs sections
Andoni Morales Alastruey
1
-19
/
+30
2011-03-30
hlsdemux: don't leek the query
Andoni Morales Alastruey
1
-0
/
+1
2011-03-30
hlsdemux: check if the task's cond was signaled because it's the end of playlist
Andoni Morales Alastruey
1
-0
/
+5
2011-03-30
hlsdemux: post a message in the bus when the playlist changes
Andoni Morales Alastruey
1
-0
/
+7
2011-03-30
hlsdemux: don't update the playlist if we stay in the same bitrate
Andoni Morales Alastruey
1
-9
/
+12
2011-03-30
hlsdemux: Add support for URI queries
Andoni Morales Alastruey
1
-0
/
+8
2011-03-30
hlsdemux: Add support for duration queries
Andoni Morales Alastruey
1
-0
/
+36
2011-03-30
hlsdemux: m3u8: protect public methods properly
Andoni Morales Alastruey
2
-3
/
+30
2011-03-30
hlsdemux: m3u8: add support to get the duration from a playlist
Andoni Morales Alastruey
2
-0
/
+22
2011-03-30
hlsdemux: don't print an error if the download was cancelled
Andoni Morales Alastruey
1
-1
/
+1
2011-03-30
hlsdemux: make sure the fetcher state change is complete before continuing
Andoni Morales Alastruey
1
-0
/
+1
2011-03-30
hlsdemux: don't leak the first buffer
Andoni Morales Alastruey
1
-4
/
+2
2011-03-30
hlsdemux: clean up code a little bit
Andoni Morales Alastruey
1
-15
/
+7
2011-03-30
hlsdemux: only check for the end of playlist when the queue is empty
Andoni Morales Alastruey
1
-4
/
+0
2011-03-30
hlsdemux: make sure to stop fragments cache if something cancelled it
Andoni Morales Alastruey
2
-2
/
+10
2011-03-30
hlsdemux: reuse the code in reset() to free resources in dispose()
Andoni Morales Alastruey
1
-17
/
+9
2011-03-30
hlsdemux: use a typefinder to set the caps in the source pad
Andoni Morales Alastruey
2
-5
/
+23
2011-03-30
hlsdemux: add more comments and document better all the threads involved
Andoni Morales Alastruey
1
-11
/
+32
2011-03-30
hlsdemux: handle 404 from the source element
Andoni Morales Alastruey
1
-1
/
+7
2011-03-30
hlsdemux: stop the fetcher in the PAUSED_TO_READY transition, not when dispos...
Andoni Morales Alastruey
1
-1
/
+8
2011-03-30
hlsdemux: make sure we don't stop the fetcher twice from different threads
Andoni Morales Alastruey
2
-1
/
+9
2011-03-30
hlsdemux: query the uri upstream before updating the playlist
Andoni Morales Alastruey
1
-6
/
+10
2011-03-30
hlsdemux: Add HTTP live streaming demuxer element
Andoni Morales Alastruey
7
-0
/
+1571