summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-271-2/+1
* x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-251-8/+0
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-242-2/+2
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-244-63/+97
* dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-242-2/+2
* build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-221-1/+1
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-164-3/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-159-0/+15
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-155-4/+4
* mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-151-8/+0
* x86: cabac: allow building with sunccMans Rullgard2012-08-132-24/+37
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-131-15/+15
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-124-3/+3
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-091-0/+6
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-0921-21/+21
* x86: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-081-1/+1
* x86: use 32-bit source registers with movd instructionMans Rullgard2012-08-073-11/+11
* x86: add colons after labelsMans Rullgard2012-08-0716-112/+112
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-074-23/+23
* x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-051-4/+4
* fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje2012-08-041-1/+1
* x86: dct32: port to cpuflagsDiego Biurrun2012-08-031-49/+25
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-0317-29/+28
* dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje2012-08-031-7/+13
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-036-43/+45
* x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun2012-08-021-3/+3
* x86: h264dsp: K&R formatting cosmeticsDiego Biurrun2012-08-021-225/+247
* x86: fft: fix imdct_half() for AVXRonald S. Bultje2012-08-021-3/+10
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-023-675/+0
* fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-315-226/+170
* x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-314-33/+63
* x86: h264dsp: Remove unused variable ff_pb_3_1Diego Biurrun2012-08-011-2/+0
* x86: h264dsp: Adjust YASM #ifdefsDiego Biurrun2012-07-311-3/+1
* h264: convert loop filter strength dsp function to yasm.Ronald S. Bultje2012-07-302-155/+175
* h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-281-127/+127
* fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje2012-07-281-9/+9
* 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
OpenPOWER on IntegriCloud