]> git.sesse.net Git - ffmpeg/history - libavutil/x86/float_dsp_init.c
tls_gnutls: fix hang on disconnection
[ffmpeg] / libavutil / x86 / float_dsp_init.c
2015-05-31 James Almerx86: check for AV_CPU_FLAG_AVXSLOW where useful
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-05-04 Diego Biurrunavutil: Add av_cold attributes to init functions missin...
2013-05-03 Christophe Gisquetx86: float dsp: butterflies_float SSE
2013-03-27 Diego Biurruncosmetics: Remove unnecessary extern keywords from...
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.
2013-01-17 Martin Storsjöfloat_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmu...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
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-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-06-18 Justin Rugglesfloat_dsp: add x86-optimized functions for vector_fmac_...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil