aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-271-2/+2
* x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun2011-12-211-2/+2
* x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun2011-12-191-2/+2
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-142-11/+16
* x86: Require 7 registers for the cabac asmMartin Storsjö2011-12-121-2/+2
* x86: cabac: replace explicit memory references with "m" operandsMans Rullgard2011-12-112-40/+36
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles2011-11-221-45/+46
* dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles2011-11-222-7/+7
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-112-0/+55
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-081-1/+0
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-082-4/+4
* dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-062-21/+27
* h264_weight: remove duplication functions.Ronald S. Bultje2011-11-051-4/+0
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-021-1/+5
* H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-261-12/+12
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-221-0/+1
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-212-60/+61
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-213-60/+53
* fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles2011-10-211-4/+4
* fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-212-76/+55
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-213-338/+192
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-211-1/+1
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-212-25/+45
* x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun2011-10-203-3/+3
* x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun2011-10-201-3/+3
* proresdsp: fix function prototypes.Ronald S. Bultje2011-10-141-3/+3
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-114-0/+490
* fft: avoid a signed overflowSean McGovern2011-09-232-4/+4
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-33/+1
* Fix NASM include directiveDave Yeo2011-08-1522-41/+41
* dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse2011-08-151-5/+5
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-1220-561/+19
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-1223-927/+22
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-113-20/+62
* dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-023-9/+33
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-295-51/+48
* x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard2011-07-282-3/+3
* x86: cabac: don't load/store context values in asmMans Rullgard2011-07-282-34/+10
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-282-15/+11
* x86: fix build with gcc 4.7Mans Rullgard2011-07-261-4/+4
* H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-223-714/+437
* dnxhd: 10-bit supportJoseph Artsimovich2011-07-211-1/+2
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-2/+5
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-1/+2
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+1
* dsputil: remove disabled codeDiego Biurrun2011-07-181-39/+0
* x86: Use LOCAL_ALIGNED in mpegvideo_mmx_templateMartin Storsjö2011-07-181-1/+1
* simple_idct: remove disabled codeDiego Biurrun2011-07-171-133/+0