summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/float_altivec.c
Commit message (Expand)AuthorAge
* 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