summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-221-1/+1
* x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun2012-07-191-15/+0
* 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
* 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 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
* 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
* 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
* 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: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-251-7/+9
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-253-121/+129
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-258-0/+39
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-231-0/+2
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-233-3/+6
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-231-68/+0
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-233-34/+34
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-221-1/+1
* dwt: remove variable-length arraysRonald S. Bultje2012-06-171-4/+2
* Add a float DSP framework to libavutilJustin Ruggles2012-06-082-39/+0
* x86: use new schema for ASM macrosVitor Sessak2012-05-294-76/+82
* x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-221-0/+8
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-212-137/+128
* x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev2012-05-152-6/+6
* ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles2012-05-152-26/+43
* x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak2012-05-141-22/+23
* x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev2012-05-122-13/+0
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-104-3/+480
* snowdsp: explicitily state instruction size.Ronald S. Bultje2012-05-021-2/+2
* dsputil x86: revert a test back to its previous valueChristophe GISQUET2012-04-281-1/+1
* rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-282-0/+80
OpenPOWER on IntegriCloud