summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-2912-355/+360
|\
| * h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-281-127/+127
| * fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje2012-07-281-9/+9
| * vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-272-0/+5
| * h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje2012-07-273-121/+120
| * h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje2012-07-272-28/+28
| * vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-271-47/+47
| * rv34: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-271-5/+6
| * vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje2012-07-272-0/+4
| * vp56: port x86 simd to cpuflags.Ronald S. Bultje2012-07-271-19/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-274-32/+30
|\ \ | |/
| * proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-271-21/+18
| * mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-261-0/+5
| * x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-262-20/+0
* | dwt: Fix several warnings about incompatible pointer typejamal2012-07-271-16/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-268-67/+160
|\ \ | |/
| * vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-251-41/+79
| * x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-257-18/+73
| * dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-251-9/+9
* | dsputil_mmx: fix incorrect assembly codeyang2012-07-241-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-231-1/+1
|\ \ | |/
| * dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-191-15/+0
|\ \ | |/
| * x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun2012-07-191-15/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-184-43/+68
|\ \ | |/
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-184-39/+66
| * build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-181-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-071-1/+1
|\ \ | |/
| * x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö2012-07-061-1/+1
* | x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosLoren Merritt2012-07-071-107/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-054-167/+170
|\ \ | |/
| * x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun2012-07-051-107/+22
| * x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-051-21/+0
| * x86: h264_intrapred: port to cpuflag macrosDiego Biurrun2012-07-052-146/+168
| * vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö2012-07-051-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-042-1/+7
|\ \ | |/
| * vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-041-0/+6
| * dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-305-11/+95
|\ \ | |/
| * dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje2012-06-301-3/+6
| * x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-302-5/+85
| * x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-302-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-281-25/+12
|\ \ | |/
| * x86: fft: replace call to memcpy by a loopChristophe Gisquet2012-06-271-25/+12
| * x86: fft: elf64: fix PIC buildMans Rullgard2012-06-251-0/+4
* | x86: fft: elf64: fix PIC buildMans Rullgard2012-06-261-0/+4
* | Revert "Revert "x86: fft: win64: fix stack alignment for memcpy() call""Nicolas George2012-06-261-7/+9
* | Revert "Revert "x86: fft: convert sse inline asm to yasm""Nicolas George2012-06-263-121/+129
* | Revert "x86: fft: convert sse inline asm to yasm"Nicolas George2012-06-263-129/+121
* | Revert "x86: fft: win64: fix stack alignment for memcpy() call"Nicolas George2012-06-261-9/+7
OpenPOWER on IntegriCloud