- 20 Jun, 2013 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
When calling vlc_va_Get() failed inside ffmpeg_GetFrameBuf(), then the error messages says "vaGrabSurface failed" however it should say "vlc_va_Get failed". Since hw accelerators are called through a vlc abstraction defined in va.h. It originated from libva (VAAPI), but it includes VDPAU and DXVA2 now.
-
- 19 Jun, 2013 3 commits
-
-
Sébastien Escudier authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
- 18 Jun, 2013 8 commits
-
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
Keep atleast 3 * seglen amount of segments in playlist if possible. This will cause playlist to increase sometimes over i_numseg, but it follows the draft better.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
livehttp: try to comply draft 11 section 6.2.2 for how long to keep segments around in sliding window
-
Jean-Baptiste Kempf authored
This seems buggy in libavcodec Close #8486
-
David Fuhrmann authored
-
- 17 Jun, 2013 4 commits
-
-
Jean-Baptiste Kempf authored
Introduced by WIN32 -> _WIN32 probably Close #8804
-
Francois Cartegnie authored
Close #8510 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #8787
-
Rémi Denis-Courmont authored
-
- 16 Jun, 2013 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
So far rawvideo assumed that the full pitch was part of the picture.
-
Rémi Denis-Courmont authored
The target thread has no defined cancellation points, so simply remove the vlc_cancel() call. (Adding vlc_savecancel() would work to the same effects, but with extra code.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The cancellation-safe section was protected instead of the cancellation-unsafe section.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes the corner where the username or the password contains @ (although encoding would probably be a better idea).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
VLC main() initializes the values too late for interfaces and playlist.
-
- 15 Jun, 2013 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix ISDB-S tuning.
-
- 14 Jun, 2013 3 commits
-
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-