| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -112/+0 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -10/+4 |
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-22 | 1 | -5/+5 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | cosmetics: fix indentation after previous commit | Måns Rullgård | 2009-09-27 | 1 | -13/+13 |
* | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård | 2009-09-27 | 1 | -62/+4 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | Add Altivec version of vector_fmul_window. | David Conrad | 2009-01-06 | 1 | -0/+39 |
* | Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h | David Conrad | 2009-01-06 | 1 | -1/+1 |
* | add AltiVec implementation of int32_to_float_fmul_scalar | Guillaume Poirier | 2008-12-17 | 1 | -0/+25 |
* | Missing static in float_to_int16_altivec declaration | Luca Barbato | 2008-08-25 | 1 | -1/+1 |
* | Remove unused variables | Luca Barbato | 2008-08-23 | 1 | -2/+0 |
* | Introduce float_to_int16_interleave_altivec, tested with vorbis | Luca Barbato | 2008-08-23 | 1 | -1/+54 |
* | Introduce float_to_int16_one_altivec | Luca Barbato | 2008-08-23 | 1 | -10/+13 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | 10l, there is a corner case afterall... | Luca Barbato | 2007-01-23 | 1 | -2/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Proper fix for the corner case that would have been corrected before, praise&... | Luca Barbato | 2006-08-31 | 1 | -3/+3 |
* | Fix float_to_int16, unaligned case, broken by the previous commit | Luca Barbato | 2006-08-31 | 1 | -2/+2 |
* | 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th... | Luca Barbato | 2006-08-15 | 1 | -4/+4 |
* | altivec float optimizations | Luca Barbato | 2006-08-14 | 1 | -0/+192 |