| 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 | -0/+78 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -4/+2 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -5/+5 |
* | fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 | Justin Ruggles | 2011-11-02 | 1 | -1/+5 |
* | fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+52 |
* | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+46 |
* | fmtconvert: port float_to_int16() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+42 |
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -2/+2 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | dct32_sse: eliminate some spills | Loren Merritt | 2011-05-22 | 1 | -10/+3 |
* | Add support for a.out object format to assembler macros. | Dave Yeo | 2011-05-20 | 1 | -1/+1 |
* | Add float_interleave() to FmtConvertContext with x86-optimized versions. | Justin Ruggles | 2011-05-18 | 1 | -0/+141 |
* | Fix FSF address copy paste error in some license headers. | Diego Biurrun | 2011-05-14 | 1 | -1/+1 |
* | 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/+91 |