summaryrefslogtreecommitdiff
path: root/libavutil/float_dsp.c
Commit message (Expand)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* float_dsp: Replace arch optimization ifdefs by if cascadeDiego Biurrun2014-03-22
* float-dsp-test: do not use C99's predefined __func__Janne Grunau2014-03-20
* float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functionsMartin Storsjö2014-03-19
* aarch64: float_dsp NEON assemblerJanne Grunau2014-03-18
* float_dsp: add test program and use it as fate testJanne Grunau2014-03-18
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move butterflies_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
* 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
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08