summaryrefslogtreecommitdiff
path: root/libavutil/x86/float_dsp_init.c
Commit message (Expand)AuthorAge
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-03
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö2013-01-17
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles2012-12-05
* x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles2012-11-26
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08