]> git.sesse.net Git - ffmpeg/history - libavutil/x86/float_dsp.asm
dsputil: Make dsputil selectable
[ffmpeg] / libavutil / x86 / float_dsp.asm
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2012-12-08 Justin Rugglesx86: float_dsp: fix loading of the len parameter on...
2012-12-06 Justin Rugglesx86: float_dsp: fix compilation of ff_vector_dmul_scala...
2012-12-05 Justin Rugglesfloat_dsp: add vector_dmul_scalar() to multiply a vecto...
2012-11-26 Justin Rugglesx86: float_dsp: add SSE version of vector_fmul_scalar()
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-09-07 Justin Rugglesx86: float_dsp: fix ff_vector_fmac_scalar_avx() on...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-07 Mans Rullgardx86: add colons after labels
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-06-18 Justin Rugglesfloat_dsp: add x86-optimized functions for vector_fmac_...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil