aboutsummaryrefslogtreecommitdiff
path: root/libavutil/float_dsp.c
AgeCommit message (Expand)Author
2014-03-22float_dsp: Replace arch optimization ifdefs by if cascadeDiego Biurrun
2014-03-20float-dsp-test: do not use C99's predefined __func__Janne Grunau
2014-03-19float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functionsMartin Storsjö
2014-03-18aarch64: float_dsp NEON assemblerJanne Grunau
2014-03-18float_dsp: add test program and use it as fate testJanne Grunau
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun
2013-05-04avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-05float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-06-18float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-08Add a float DSP framework to libavutilJustin Ruggles