| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9' | Michael Niedermayer | 2013-01-23 | 1 | -1/+27 |
|\ |
|
| * | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -0/+25 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 1 | -0/+39 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -0/+37 |
* | | Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49' | Michael Niedermayer | 2013-01-23 | 1 | -0/+30 |
|\| |
|
| * | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -0/+28 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-08 | 1 | -1/+4 |
|\| |
|
| * | x86: float_dsp: fix loading of the len parameter on x86-32 | Justin Ruggles | 2012-12-07 | 1 | -1/+4 |
* | | Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152' | Michael Niedermayer | 2012-12-07 | 1 | -1/+1 |
|\| |
|
| * | x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 | Justin Ruggles | 2012-12-06 | 1 | -1/+1 |
* | | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652' | Michael Niedermayer | 2012-12-06 | 1 | -0/+45 |
|\| |
|
| * | float_dsp: add vector_dmul_scalar() to multiply a vector of doubles | Justin Ruggles | 2012-12-05 | 1 | -0/+45 |
* | | Merge commit '3c370f5abc55739a261534b9f9bdc739cedbbbb9' | Michael Niedermayer | 2012-11-27 | 1 | -0/+29 |
|\| |
|
| * | 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 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 1 | -1/+0 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-08 | 1 | -3/+3 |
|\| |
|
| * | x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 | Justin Ruggles | 2012-09-07 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 1 | -2/+2 |
|\| |
|
| * | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-27 | 1 | -10/+0 |
|\| |
|
| * | x86inc: automatically insert vzeroupper for YMM functions. | Ronald S. Bultje | 2012-07-26 | 1 | -10/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 1 | -0/+47 |
|\| |
|
| * | float_dsp: add x86-optimized functions for vector_fmac_scalar() | Justin Ruggles | 2012-06-18 | 1 | -0/+47 |
* | | x86/float_dsp.asm: restore author attribution | Michael Niedermayer | 2012-06-09 | 1 | -4/+6 |
|/ |
|
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+55 |