summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-16
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-15
* mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-15
* x86: cabac: allow building with sunccMans Rullgard2012-08-13
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-13
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-12
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-08
* x86: use 32-bit source registers with movd instructionMans Rullgard2012-08-07
* x86: add colons after labelsMans Rullgard2012-08-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-05
* fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje2012-08-04
* x86: dct32: port to cpuflagsDiego Biurrun2012-08-03
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* 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