- 24 Mar, 2014 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Matthias Keiser authored
Signed-off-by: Felix Abecassis <felix.abecassis@gmail.com>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luca Barbato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Mar, 2014 3 commits
-
-
Rémi Denis-Courmont authored
Functions casting this to a services_discovery_t pointer are only usable by SD plugins. Functions looking up the playlist are only usable by interfaces plugins and extensions.
-
Sean McGovern authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Sean McGovern authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 22 Mar, 2014 22 commits
-
-
Denis Charmet authored
-
Denis Charmet authored
Close #2658
-
Denis Charmet authored
Fix partially #11038 since seek is still broken
-
Felix Paul Kühne authored
Patch is pending for upstream submission
-
Rémi Denis-Courmont authored
4 out of 5 plugins expect it that way and the owner should not modify the string anyway.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Denis Charmet authored
This use the default edition and properly signals the core that the title has changed Fix #10542
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
close #8962
-
David Fuhrmann authored
-
Felix Paul Kühne authored
wget and mainstream web browsers are not affected.
-
Ilkka Ollakka authored
Don't just set i_buffer to higher than it was with allocation. could Ref #10445
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
We might not have proper framerate info yet at this point
-
Ilkka Ollakka authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
and increases times to match data actually read. Also fixes vorbis in mp4 playback http://streams.videolan.org/samples/MPEG-4/vorbis-in-mp4/
-
- 21 Mar, 2014 5 commits
-
-
Tristan Matthews authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Alex Woods authored
This patch fixes a problem that occurs at the start of playback of MPEG2 streams. The symptom is that an initial good frame will display and then the video appears to skip back a frame or two and some macroblocking is observed. The stream then plays correctly. This is really obvious when switching between SAPed multicast streams, where you're jumping right in to a lot of movement and probably not starting with an I frame. The issue appears to be some code introduced way back in 2004 (commit eaefb850) which resubmits data to the video codec. The commit notes suggest it was to avoid dropping the first I frame, but I see no obviously lost I frames after removing the code with my test samples. Presumably this was a work-around for a libavcodec issue that is no longer required. Therefore, this patch basically just reverts the 2004 commit in its current form. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 20 Mar, 2014 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fix potential buffer overflow with snprintf().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-