- 03 Sep, 2009 40 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It would seem to be significantly faster that way.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was unstable.
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
We don't need it.
-
Pierre d'Herbemont authored
We don't want users to not press this button just because there is an other one afterwards.
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
alloca() was not used anyway on OSX and BSD, due to smaller stack sizes, and we can't assume a default stack size anyway I expect the performance loss to be minimal, but worth the code simplification anyway (i didn't benchmark) aout_BufferAlloc() is moved into its own function in a .c file instead of being a macro Since there is now 2 types of allocations (HEAP and NONE), make i_alloc_type a boolean (true = HEAP alloc, false = NO alloc) make aout_BufferFree() a static inline function in the same process. Prototype doesn't change since the provided buffer doesn't need to be set to NULL (I checked all the callers)
-
Rafaël Carré authored
-
Rémi Duraffort authored
-
Sébastien Escudier authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
python: fix undefined/badly defined method bindings (reported by Xitij Patel <xitij.patel@xitijpatel.com>)
-
Olivier Aubert authored
-
Olivier Aubert authored
-