]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/float_altivec.c
libilbc: set channel layout
[ffmpeg] / libavcodec / ppc / float_altivec.c
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-06-08 Justin RugglesPPC: Move types_altivec.h and util_altivec.h from libav...
2012-02-15 Martin Storsjöppc: Add ff_ prefix to nonstatic symbols
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-09-27 Måns Rullgårdcosmetics: fix indentation after previous commit
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-04-12 Diego BiurrunRemove gcc_fixes.h. It only contains workarounds for...
2009-01-06 David ConradAdd Altivec version of vector_fmul_window.
2009-01-06 David ConradFix float_to_int16_altivec prototype to match float_to_...
2008-12-17 Guillaume Poirieradd AltiVec implementation of int32_to_float_fmul_scalar
2008-08-25 Luca BarbatoMissing static in float_to_int16_altivec declaration
2008-08-23 Luca BarbatoRemove unused variables
2008-08-23 Luca BarbatoIntroduce float_to_int16_interleave_altivec, tested...
2008-08-23 Luca BarbatoIntroduce float_to_int16_one_altivec
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-01-23 Luca Barbato10l, there is a corner case afterall...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-31 Luca BarbatoProper fix for the corner case that would have been...
2006-08-31 Luca BarbatoFix float_to_int16, unaligned case, broken by the previ...
2006-08-15 Luca Barbato10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
2006-08-14 Luca Barbatoaltivec float optimizations