summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/float_altivec.c
Commit message (Expand)AuthorAge
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-27
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
* Add Altivec version of vector_fmul_window.David Conrad2009-01-06
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-06
* add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier2008-12-17
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
* Remove unused variablesLuca Barbato2008-08-23
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-23
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-23
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* 10l, there is a corner case afterall...Luca Barbato2007-01-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato2006-08-31
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-31
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-15
* altivec float optimizationsLuca Barbato2006-08-14