| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 12 | -355/+360 |
|\ |
|
| * | h264_idct_10bit: port x86 assembly to cpuflags. | Ronald S. Bultje | 2012-07-28 | 1 | -127/+127 |
| * | fft: rename "z" to "zc" to prevent name collision. | Ronald S. Bultje | 2012-07-28 | 1 | -9/+9 |
| * | vp3: don't compile mmx IDCT functions on x86-64. | Ronald S. Bultje | 2012-07-27 | 2 | -0/+5 |
| * | h264_loopfilter: port x86 simd to cpuflags. | Ronald S. Bultje | 2012-07-27 | 3 | -121/+120 |
| * | h264_chromamc_10bit: port x86 simd to cpuflags. | Ronald S. Bultje | 2012-07-27 | 2 | -28/+28 |
| * | vp3: port x86 SIMD to cpuflags. | Ronald S. Bultje | 2012-07-27 | 1 | -47/+47 |
| * | rv34: port x86 SIMD to cpuflags. | Ronald S. Bultje | 2012-07-27 | 1 | -5/+6 |
| * | vp56: only compile MMX SIMD on x86-32. | Ronald S. Bultje | 2012-07-27 | 2 | -0/+4 |
| * | vp56: port x86 simd to cpuflags. | Ronald S. Bultje | 2012-07-27 | 1 | -19/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-27 | 4 | -32/+30 |
|\| |
|
| * | proresdsp: port x86 assembly to cpuflags. | Ronald S. Bultje | 2012-07-27 | 1 | -21/+18 |
| * | mpegaudio: bury inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-26 | 1 | -0/+5 |
| * | x86inc: automatically insert vzeroupper for YMM functions. | Ronald S. Bultje | 2012-07-26 | 2 | -20/+0 |
* | | dwt: Fix several warnings about incompatible pointer type | jamal | 2012-07-27 | 1 | -16/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-26 | 8 | -67/+160 |
|\| |
|
| * | vp3: don't use calls to inline asm in yasm code. | Ronald S. Bultje | 2012-07-25 | 1 | -41/+79 |
| * | x86/dsputil: put inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-25 | 7 | -18/+73 |
| * | dsputil_mmx: fix incorrect assembly code | Yang Wang | 2012-07-25 | 1 | -9/+9 |
* | | dsputil_mmx: fix incorrect assembly code | yang | 2012-07-24 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -1/+1 |
|\| |
|
| * | dsputil: x86: add SHUFFLE_MASK_W macro | Jason Garrett-Glaser | 2012-07-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-19 | 1 | -15/+0 |
|\| |
|
| * | x86: dsputil: drop some unused CPU flag debug code | Diego Biurrun | 2012-07-19 | 1 | -15/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 4 | -43/+68 |
|\| |
|
| * | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 4 | -39/+66 |
| * | build: add CONFIG_VP3DSP, reduce repetition in OBJS lists | Mans Rullgard | 2012-07-18 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-07 | 1 | -1/+1 |
|\| |
|
| * | x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macro | Martin Storsjö | 2012-07-06 | 1 | -1/+1 |
* | | x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros | Loren Merritt | 2012-07-07 | 1 | -107/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-05 | 4 | -167/+170 |
|\| |
|
| * | x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros | Diego Biurrun | 2012-07-05 | 1 | -107/+22 |
| * | x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros | Loren Merritt | 2012-07-05 | 1 | -21/+0 |
| * | x86: h264_intrapred: port to cpuflag macros | Diego Biurrun | 2012-07-05 | 2 | -146/+168 |
| * | vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch too | Martin Storsjö | 2012-07-05 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 2 | -1/+7 |
|\| |
|
| * | vp8: loopfilter >=sse2 functions need aligned stack on x86-32. | Martin Storsjö | 2012-07-04 | 1 | -0/+6 |
| * | dsputilenc: group yasm and inline asm function pointer assignment. | Ronald S. Bultje | 2012-07-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 5 | -11/+95 |
|\| |
|
| * | dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section. | Ronald S. Bultje | 2012-06-30 | 1 | -3/+6 |
| * | x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* | Ronald S. Bultje | 2012-06-30 | 2 | -5/+85 |
| * | x86: vc1: fix and enable optimised loop filter | Mans Rullgard | 2012-06-30 | 2 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-28 | 1 | -25/+12 |
|\| |
|
| * | x86: fft: replace call to memcpy by a loop | Christophe Gisquet | 2012-06-27 | 1 | -25/+12 |
| * | x86: fft: elf64: fix PIC build | Mans Rullgard | 2012-06-25 | 1 | -0/+4 |
* | | x86: fft: elf64: fix PIC build | Mans Rullgard | 2012-06-26 | 1 | -0/+4 |
* | | Revert "Revert "x86: fft: win64: fix stack alignment for memcpy() call"" | Nicolas George | 2012-06-26 | 1 | -7/+9 |
* | | Revert "Revert "x86: fft: convert sse inline asm to yasm"" | Nicolas George | 2012-06-26 | 3 | -121/+129 |
* | | Revert "x86: fft: convert sse inline asm to yasm" | Nicolas George | 2012-06-26 | 3 | -129/+121 |
* | | Revert "x86: fft: win64: fix stack alignment for memcpy() call" | Nicolas George | 2012-06-26 | 1 | -9/+7 |