- 18 Jan, 2012 10 commits
-
-
Rémi Denis-Courmont authored
glob() sets the result structure also in case of error. The results may be incomplete.
-
Hugo Beauzée-Luyssen authored
- Bandwidth is an unsigned int in hls_New(), so initiliaze it to 0 iso -1. - Do not calculate StreamSIze if bandwidth is not known, yet. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
The relativeURL function missed various checks to determine the correct location for the next download. Checking not only the meta playlist locations, but also the HLS playlist locations itself should fix #4268.
-
Jean-Paul Saman authored
When an already existing segment is updated, then make sure it to take the lock.
-
Rafaël Carré authored
drop audio packet after 5 seconds it'll be much too late anyway; and 1 second later is arguably too late too
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
also remove obsolete flags
-
Rafaël Carré authored
The symbols clash with libthreadutil of upnp
-
Olivier Gambier authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 17 Jan, 2012 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It removes useless hacks in the code.
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit 47cf242f.
-
Rémi Denis-Courmont authored
This reverts commit 8cf35578.
-
Rafaël Carré authored
-
- 16 Jan, 2012 6 commits
-
-
Laurent Aimar authored
It now supports all combinaisons of Destinations: - YV9, YV12, I410, I411 (8 bits) - I420, I422, I444 (8, 9 and 10 bits, native endianness only) - YUYV and the various variants - NV12/NV21 - RV15, RV16, RV24, RV32 Sources - YUVA - RGBA - YUVP The quality of the blending is the same, and the speeds for I420 is the same (not tested others combinaisons). Support for blending I420 over another picture has been removed (I don't see the use case and it simplify the code). It closes ##5477.
-
Laurent Aimar authored
-
Laurent Aimar authored
U/V planes were swapped twice.
-
Gaurav Narula authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Jan, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Brendon Justin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
For example when starting with files, keep commanline order. Fixes #5207
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 14 Jan, 2012 7 commits
-
-
Pierre Ynard authored
The deadlock would occur when the VLM would stop an instance and detach its RTP output, at the same time as an RTSP client would issue a VoD command to the VLM. Unfortunately this introduces a race condition where wrong RTP-Info can be returned.
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Brendon Justin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Brendon Justin authored
Adds an entry to the 'VLC' menu for extensions, which is then auto-populated. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Brendon Justin authored
Add files for extension creation management, add them to the build process, and add them to the XCode project. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
note that the playlist table remains to be fixed to show the current selection only
-