aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0Michael Niedermayer2013-11-171-0/+23
* avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.Ronald S. Bultje2013-10-271-17/+17
* avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead...Ronald S. Bultje2013-10-271-1/+1
* avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP...Michael Niedermayer2013-10-261-1/+1
* avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2013-10-242-22/+32
* avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext initMichael Niedermayer2013-10-151-9/+13
* avcodec/x86/dsputil_init: remove duplicated sse2 idct initMichael Niedermayer2013-10-151-6/+1
* avcodec/x86/dsputil_init: fix cpu flag checksMichael Niedermayer2013-10-151-2/+2
* libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction...Ronald S. Bultje2013-10-102-28/+47
* x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-081-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-081-32/+42
|\
| * x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-071-32/+42
* | Merge commit 'bbe4a6db44f0b55b424a5cc9d3e89cd88e250450'Michael Niedermayer2013-10-082-14/+9
|\|
| * x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-072-14/+9
* | avcodec/x86/vp9dsp: Fix compilation with nasm.Ronald S. Bultje2013-10-081-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-071-2/+10
|\|
| * x86: fdct: Employ more specific ifdefsDiego Biurrun2013-10-061-2/+10
* | Merge commit '2ddb35b91131115c094d90e04031451023441b4d'Michael Niedermayer2013-10-063-39/+67
|\|
| * x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-053-39/+67
* | Merge commit '258414d0771845d20f646ffe4d4e60f22fba217c'Michael Niedermayer2013-10-061-11/+11
|\|
| * x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-051-11/+11
* | Merge commit '0b8b2ae5e93d616c2ece59f7175f483154cff918'Michael Niedermayer2013-10-062-16/+20
|\|
| * x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-052-16/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-041-1/+1
|\|
| * x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-041-1/+1
| * x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-161-0/+6
| * mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-09-151-1/+1
* | Full-pixel MC functions.Ronald S. Bultje2013-10-022-0/+100
* | VP9 MC (ssse3) optimizations.Ronald S. Bultje2013-10-023-0/+394
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-283-543/+485
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-2/+1
* | x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-171-0/+6
* | avcodec: add emuedge_linesize_typeMichael Niedermayer2013-09-041-1/+1
* | x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDPaul B Mahol2013-09-031-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-3015-60/+60
* | Fix compilation with --disable-mmx.Carl Eugen Hoyos2013-08-301-1/+1
* | Merge commit 'e998b56362c711701b3daa34e7b956e7126336f4'Michael Niedermayer2013-08-307-197/+197
|\|
| * x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-297-197/+197
* | avcodec/x86/lpc: Fix cpu flag checks so they workMichael Niedermayer2013-08-301-1/+1
* | avcodec/x86/vp8dsp: Fix cpu flag checks so they workMichael Niedermayer2013-08-301-1/+1
* | Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer2013-08-3012-48/+54
|\|
| * x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-2912-48/+54
* | Merge commit 'cd529172377229f2e86987869ccc08f426bfe114'Michael Niedermayer2013-08-291-4/+7
|\|
| * x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun2013-08-281-4/+7
* | Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b'Michael Niedermayer2013-08-292-7/+6
|\|
| * dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-282-7/+6
* | Merge commit '8506ff97c9ea4a1f52983497ecf8d4ef193403a9'Michael Niedermayer2013-08-243-12/+8
|\|
| * vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-233-12/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-224-18/+42
|\|
| * x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-214-18/+42