- 03 May, 2012 6 commits
-
-
Rémi Denis-Courmont authored
DecoderWaitDate() needs to return with the lock held to fix #5825. Anyway, there was not much point in releasing the lock after DecoderWaitUnblock() and acquire it again without sleeping. aout_DecPlay() needs the lock, since the aout is not reentrant.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
Therefore, add a copy to extras to prepare the VLCKit split
-
Rafaël Carré authored
Depends on --enable-small and HAVE_NEON If we use NEON, we assume at least cortex-a8 CPU which means thumb2 is supported
-
Jean-Paul Saman authored
-
David Fuhrmann authored
-
- 02 May, 2012 15 commits
-
-
Jean-Baptiste Kempf authored
Authors include: Pierre d'Herbemont Felix Paul Kühne Faustino Osuna Rafaël Carré Sebastien Zwickert Rune Botten Toralf Niebuhr Jean-Baptiste Kempf Jean-Paul Saman Mike Schrag Pavlov Konstantin Tanguy Krotoff Andrey Utkin Daniel Mierswa Derk-Jan Hartman Malte Tancred Pere Orga Due to his passing into the next world, Emmanuel de Roux's code was not relicensed and has been removed. May you remember him and have a thought for his family.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
John Peterson authored
-
John Peterson authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The destructor called interaction_Unregister(), thus also call interaction_Register()
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Reported by: An anonymous contributor working with the SecuriTeam Secure Disclosure program (http://www.beyondsecurity.com/ssd.html)
-
Jean-Paul Saman authored
The PICTURE_RING_BUFFER used a fixed size, which when running out of available pictures produces visible artefacts in the encoded stream. Allocating a new picture and keeping track of them in a fifo is much simpler (in the multiple threads encoding scenario) and solves the ring buffer overrun.
-
- 01 May, 2012 6 commits
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
* Use assertions for argument checks * Add missing error checks
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Rafaël Carré authored
OSX libtool (in /usr/bin) is not the same thing than GNU libtool No need to run RECONF since configure is not a GNU autoconf script
-
- 30 Apr, 2012 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
CVE-2012-2396
-
Jean-Baptiste Kempf authored
-
John Peterson authored
For multi-volume archives the compressed size refers to the size of the data in the volume rather than the entire archive. Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Rafaël Carré authored
vlc_vout_display.h is installed and depends on it
-
Naohiro KORIYAMA authored
Close #6716 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
-
- 29 Apr, 2012 6 commits
-
-
Edward Wang authored
Fix regression introduced in 6a7c3718 where luahttp does not load the base directory, causing 404s Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #6720
-
Jean-Baptiste Kempf authored
Ref #6720
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-