summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/float_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-112/+0
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-10/+4
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-5/+5
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-271-13/+13
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-271-62/+4
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-121-2/+0
* Add Altivec version of vector_fmul_window.David Conrad2009-01-061-0/+39
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-061-1/+1
* add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier2008-12-171-0/+25
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-251-1/+1
* Remove unused variablesLuca Barbato2008-08-231-2/+0
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-231-1/+54
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-231-10/+13
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* 10l, there is a corner case afterall...Luca Barbato2007-01-231-2/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato2006-08-311-3/+3
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-311-2/+2
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-151-4/+4
* altivec float optimizationsLuca Barbato2006-08-141-0/+192
OpenPOWER on IntegriCloud