| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 5 | -670/+733 |
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 4 | -65/+42 |
* | ac3dec: make downmix() take array of pointers to channel data | Mans Rullgard | 2012-12-09 | 1 | -28/+42 |
* | SBR DSP x86: implement SSE sbr_hf_gen | Christophe Gisquet | 2012-12-07 | 2 | -2/+75 |
* | x86: dsputilenc: port to cpuflags | Diego Biurrun | 2012-11-28 | 1 | -57/+55 |
* | x86: h264dsp: Fix linking with yasm and optimizations disabled | Diego Biurrun | 2012-11-28 | 1 | -4/+4 |
* | x86: h264_idct: port to cpuflags | Diego Biurrun | 2012-11-28 | 1 | -69/+70 |
* | x86: h264_weight: port to cpuflags | Diego Biurrun | 2012-11-27 | 1 | -57/+48 |
* | x86: fix build without inline asm | Diego Biurrun | 2012-11-26 | 1 | -20/+22 |
* | x86: h264 qpel: use the correct number of utilized xmm regs in cglobal | Justin Ruggles | 2012-11-25 | 1 | -6/+6 |
* | x86: h264: Convert 8-bit QPEL inline assembly to YASM | Daniel Kang | 2012-11-25 | 6 | -1198/+1276 |
* | x86: h264: Remove 3dnow QPEL code | Daniel Kang | 2012-11-25 | 3 | -158/+14 |
* | x86: h264_chromamc: port to cpuflags | Diego Biurrun | 2012-11-25 | 1 | -41/+44 |
* | x86: h264_intrapred: Fix C function names in comments | Diego Biurrun | 2012-11-18 | 1 | -31/+31 |
* | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 2 | -5/+0 |
* | x86: dsputil: port to cpuflags | Diego Biurrun | 2012-11-16 | 2 | -127/+119 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 28 | -305/+310 |
* | x86: h264_weight_10bit: port to cpuflags | Diego Biurrun | 2012-11-13 | 1 | -63/+69 |
* | build: Drop AVX assembly ifdefs | Diego Biurrun | 2012-11-11 | 6 | -63/+0 |
* | x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros | Diego Biurrun | 2012-11-10 | 1 | -5/+5 |
* | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 3 | -47/+0 |
* | x86: h264_qpel_10bit: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -159/+155 |
* | x86: h264_intrapred: port to cpuflags | Diego Biurrun | 2012-11-08 | 1 | -111/+119 |
* | x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabled | Diego Biurrun | 2012-11-05 | 1 | -1/+1 |
* | x86: PABSW: port to cpuflags | Diego Biurrun | 2012-11-05 | 1 | -3/+0 |
* | x86: vc1dsp: port to cpuflags | Diego Biurrun | 2012-11-05 | 2 | -43/+44 |
* | x86: Refactor PSWAPD fallback implementations and port to cpuflags | Diego Biurrun | 2012-11-02 | 2 | -29/+4 |
* | x86: PMINUB: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -3/+0 |
* | x86: ac3dsp: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -42/+42 |
* | x86: Move optimization suffix to end of function names | Diego Biurrun | 2012-10-31 | 3 | -30/+30 |
* | x86: h264_chromamc_10bit: drop pointless PAVG %define | Diego Biurrun | 2012-10-31 | 1 | -2/+1 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 12 | -193/+213 |
* | x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags | Diego Biurrun | 2012-10-31 | 1 | -26/+26 |
* | x86: fmtconvert: port to cpuflags | Diego Biurrun | 2012-10-31 | 1 | -70/+71 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 8 | -45/+45 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 2 | -3/+3 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 27 | -27/+27 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 28 | -28/+1 |
* | Use ptrdiff_t instead of int for intra pred "stride" function parameter. | Ronald S. Bultje | 2012-10-29 | 1 | -4/+11 |
* | x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. | Ronald S. Bultje | 2012-10-29 | 2 | -186/+190 |
* | Remove usage of INIT_AVX in h264_intrapred_10bit.asm. | Ronald S. Bultje | 2012-10-29 | 2 | -169/+177 |
* | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -2/+2 |
* | x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 4 | -91/+160 |
* | x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 2 | -13/+23 |
* | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 4 | -21/+22 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | x86: dsputil: kill VLA in gmc_mmx() | Mans Rullgard | 2012-10-05 | 1 | -51/+7 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() | Michael Niedermayer | 2012-09-28 | 1 | -1/+3 |
* | x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place | Diego Biurrun | 2012-09-14 | 3 | -27/+33 |