- 07 Sep, 2009 2 commits
-
-
Laurent Aimar authored
It allows to add callback called before/after a picture is used.
-
Geoffroy Couprie authored
-
- 06 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Sep, 2009 4 commits
-
-
Rémi Denis-Courmont authored
Currently, detection is done at build time. Feel free to add run-time detect if you know how.
-
Rémi Denis-Courmont authored
While VFP/NEON do support floating point instructions, they appear to be noticeably slower than fixed point.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 03 Sep, 2009 6 commits
-
-
Laurent Aimar authored
-
Laurent Aimar 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
-
- 02 Sep, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Christopher Rath authored
There is a bug in AStreamSeekStream that is causing all input modules that support CAN_SEEK to be treated as CAN_FASTSEEK. This in turn causes far too many seeks in slower seeking sources which results in performance problems when playing video. The fix is a simple change of CAN_SEEK to CAN_FASTSEEK. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 01 Sep, 2009 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
JP Dinger authored
This breaks the new python bindings' trawling of the source.
-
- 31 Aug, 2009 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Pierre authored
-
Rémi Duraffort authored
-
- 30 Aug, 2009 14 commits
-
-
Rafaël Carré authored
make explicit why using vlm crashes vlc Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
It's not perfect, as they do not have the same dynamic, but it costs a lot of CPU for something not that visible. If an option is wanted, it is easy to add.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
is found (same function but not same data). This can be usefull to find some errors. This is only activated in debug mode.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* Shrink the buffer in either direction before reallocating, so we don't need to copy discarded data. (* Special case if the payload is entirely discarded.) * Avoid potentially overflowing pointer comparisons (In real life, it works, but it is not defined by the C specification).
-