- 04 May, 2012 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Newer GnuTLS versions do it internally and in a more correct fashion.
-
Rémi Denis-Courmont authored
Certificate date verification has changed. To get proper errors, we need to depend on the newer versions.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
Fix #5433
-
Hugo Beauzée-Luyssen authored
These variables are overwritten a few lines later.
-
Hugo Beauzée-Luyssen authored
-
- 03 May, 2012 12 commits
-
-
David Fuhrmann authored
(for whatever reason this was only observable on snow leopard for me)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
DecoderWaitDate() releases the lock and thus state can change. In particular, the aout can be destroyed, or paused or resumed. So those checks must be done after DecoderWaitDate(). There may be a cleaner way to do this, but it will likely be more invasive. This patch fixes #5825 and probably #6369 too.
-
Rémi Denis-Courmont authored
A discarded buffer is not necessarily in the future. It might simply be that there is no output or that the playback rate is out of range.
-
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 3 commits
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
* Use assertions for argument checks * Add missing error checks
-