| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* | Ronald S. Bultje | 2012-06-30 | 1 | -5/+7 |
* | x86: Place mm_flags variable declaration below the appropriate #ifdef. | Diego Biurrun | 2012-01-30 | 1 | -1/+1 |
* | fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -60/+9 |
* | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -52/+7 |
* | fmtconvert: check compile-time x86 instruction set flags | Justin Ruggles | 2011-10-21 | 1 | -4/+4 |
* | fmtconvert: port float_to_int16() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -76/+13 |
* | 10l: wrap float_interleave functions in HAVE_YASM. | Justin Ruggles | 2011-05-18 | 1 | -0/+6 |
* | Add float_interleave() to FmtConvertContext with x86-optimized versions. | Justin Ruggles | 2011-05-18 | 1 | -0/+30 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -0/+266 |