| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly | Diego Biurrun | 2013-01-21 | 1 | -1/+1 |
* | dsputilenc: x86: Convert pixel inline asm to yasm | Daniel Kang | 2013-01-21 | 2 | -181/+172 |
* | vorbisdsp: change block_size type from int to intptr_t. | Ronald S. Bultje | 2013-01-20 | 1 | -2/+4 |
* | dsputil: remove butterflies_float_interleave. | Ronald S. Bultje | 2013-01-20 | 2 | -51/+0 |
* | dsputil: drop non-compliant "fast" qpel mc functions | Mans Rullgard | 2013-01-20 | 2 | -112/+0 |
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 3 | -63/+102 |
* | vp3: integrate clear_blocks with idct of previous block. | Ronald S. Bultje | 2013-01-19 | 2 | -8/+21 |
* | x86: dsputil: Drop some unused macro definitions | Diego Biurrun | 2013-01-18 | 1 | -4/+0 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -81/+0 |
* | x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags | Diego Biurrun | 2013-01-15 | 1 | -5/+2 |
* | x86: ABS2: port to cpuflags | Diego Biurrun | 2013-01-14 | 2 | -5/+0 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 3 | -904/+1 |
* | x86: sbrdsp: Implement SSE qmf_post_shuffle | Christophe Gisquet | 2013-01-06 | 2 | -0/+22 |
* | x86: sbrdsp: Implement SSE sum64x5 | Christophe Gisquet | 2013-01-06 | 2 | -0/+24 |
* | x86: ABS1: port to cpuflags | Diego Biurrun | 2013-01-06 | 1 | -2/+0 |
* | 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 |