aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun2013-01-211-1/+1
* dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang2013-01-212-181/+172
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-201-2/+4
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-202-51/+0
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-202-112/+0
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-193-63/+102
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-192-8/+21
* x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-181-4/+0
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-81/+0
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-5/+2
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-142-5/+0
* Drop Snow codecDiego Biurrun2013-01-063-904/+1
* x86: sbrdsp: Implement SSE qmf_post_shuffleChristophe Gisquet2013-01-062-0/+22
* x86: sbrdsp: Implement SSE sum64x5Christophe Gisquet2013-01-062-0/+24
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-061-2/+0
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-205-670/+733
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-124-65/+42
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-091-28/+42
* SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-072-2/+75
* x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-281-57/+55
* x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-281-4/+4
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-281-69/+70
* x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-271-57/+48
* x86: fix build without inline asmDiego Biurrun2012-11-261-20/+22
* x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-251-6/+6
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-256-1198/+1276
* x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-253-158/+14
* x86: h264_chromamc: port to cpuflagsDiego Biurrun2012-11-251-41/+44
* x86: h264_intrapred: Fix C function names in commentsDiego Biurrun2012-11-181-31/+31
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-182-5/+0
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-162-127/+119
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-1428-305/+310
* x86: h264_weight_10bit: port to cpuflagsDiego Biurrun2012-11-131-63/+69
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-116-63/+0
* x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun2012-11-101-5/+5
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-093-47/+0
* x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun2012-11-091-159/+155
* x86: h264_intrapred: port to cpuflagsDiego Biurrun2012-11-081-111/+119
* x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun2012-11-051-1/+1
* x86: PABSW: port to cpuflagsDiego Biurrun2012-11-051-3/+0
* x86: vc1dsp: port to cpuflagsDiego Biurrun2012-11-052-43/+44
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-022-29/+4
* x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-021-3/+0
* x86: ac3dsp: port to cpuflagsDiego Biurrun2012-11-021-42/+42
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-313-30/+30
* x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun2012-10-311-2/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-3112-193/+213
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-311-70/+71
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-318-45/+45