| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: float dsp: unroll SSE versions | Christophe Gisquet | 2014-02-20 | 1 | -16/+24 |
* | x86: float dsp: butterflies_float SSE | Christophe Gisquet | 2013-05-03 | 1 | -0/+26 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -0/+25 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -0/+37 |
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -0/+28 |
* | x86: float_dsp: fix loading of the len parameter on x86-32 | Justin Ruggles | 2012-12-07 | 1 | -1/+4 |
* | x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 | Justin Ruggles | 2012-12-06 | 1 | -1/+1 |
* | float_dsp: add vector_dmul_scalar() to multiply a vector of doubles | Justin Ruggles | 2012-12-05 | 1 | -0/+45 |
* | x86: float_dsp: add SSE version of vector_fmul_scalar() | Justin Ruggles | 2012-11-26 | 1 | -0/+29 |
* | build: Drop AVX assembly ifdefs | Diego Biurrun | 2012-11-11 | 1 | -4/+0 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 | Justin Ruggles | 2012-09-07 | 1 | -3/+3 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -2/+2 |
* | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 1 | -2/+2 |
* | x86inc: automatically insert vzeroupper for YMM functions. | Ronald S. Bultje | 2012-07-26 | 1 | -10/+0 |
* | float_dsp: add x86-optimized functions for vector_fmac_scalar() | Justin Ruggles | 2012-06-18 | 1 | -0/+47 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+55 |