summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
...
* dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje2012-08-03
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun2012-08-02
* x86: h264dsp: K&R formatting cosmeticsDiego Biurrun2012-08-02
* x86: fft: fix imdct_half() for AVXRonald S. Bultje2012-08-02
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-02
* fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-31
* x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-31
* x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun2012-08-01
* x86: h264dsp: Adjust YASM #ifdefsDiego Biurrun2012-07-31
* h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje2012-07-30
* h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-28
* fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje2012-07-28
* vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-27
* h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje2012-07-27
* h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje2012-07-27
* vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-27
* rv34: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-27
* vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje2012-07-27
* vp56: port x86 simd to cpuflags.Ronald S. Bultje2012-07-27
* proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-27
* mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-26
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-25
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-25
* dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-25
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-22
* x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun2012-07-19
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-18
* x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö2012-07-06
* x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun2012-07-05
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-05
* x86: h264_intrapred: port to cpuflag macrosDiego Biurrun2012-07-05
* vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö2012-07-05
* vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-04
* dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje2012-07-04
* dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.Ronald S. Bultje2012-06-30
* x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-30
* x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-30
* x86: fft: replace call to memcpy by a loopChristophe Gisquet2012-06-27
* x86: fft: elf64: fix PIC buildMans Rullgard2012-06-25
* x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-25
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-25
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-23
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-23
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-23
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-23
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22