summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2015-05-13Amlogic modificationsLawrence Mok66-24546/+4121
2013-10-27avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.Ronald S. Bultje1-17/+17
2013-10-27avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead...Ronald S. Bultje1-1/+1
2013-10-26avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP...Michael Niedermayer1-1/+1
2013-10-24avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2-22/+32
2013-10-15avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext initMichael Niedermayer1-9/+13
2013-10-14avcodec/x86/dsputil_init: remove duplicated sse2 idct initMichael Niedermayer1-6/+1
2013-10-14avcodec/x86/dsputil_init: fix cpu flag checksMichael Niedermayer1-2/+2
2013-10-10libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction...Ronald S. Bultje2-28/+47
2013-10-08x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje3-6/+3
2013-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-32/+42
2013-10-08Merge commit 'bbe4a6db44f0b55b424a5cc9d3e89cd88e250450'Michael Niedermayer3-51/+55
2013-10-08avcodec/x86/vp9dsp: Fix compilation with nasm.Ronald S. Bultje1-3/+3
2013-10-07x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun1-32/+42
2013-10-07x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner3-51/+55
2013-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-2/+10
2013-10-06x86: fdct: Employ more specific ifdefsDiego Biurrun1-2/+10
2013-10-06Merge commit '2ddb35b91131115c094d90e04031451023441b4d'Michael Niedermayer3-39/+67
2013-10-06Merge commit '258414d0771845d20f646ffe4d4e60f22fba217c'Michael Niedermayer1-11/+11
2013-10-06Merge commit '0b8b2ae5e93d616c2ece59f7175f483154cff918'Michael Niedermayer3-16/+28
2013-10-05x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun3-39/+67
2013-10-05x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun1-11/+11
2013-10-05x86: xviddct: Employ more specific ifdefsDiego Biurrun3-16/+28
2013-10-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-1/+1
2013-10-04x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun1-1/+1
2013-10-03Full-pixel MC functions.Ronald S. Bultje2-0/+100
2013-10-03VP9 MC (ssse3) optimizations.Ronald S. Bultje6-1/+399
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje20-674/+657
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje17-31/+32
2013-09-17x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö1-0/+6
2013-09-16x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö1-0/+6
2013-09-15mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes1-1/+1
2013-09-04avcodec: add emuedge_linesize_typeMichael Niedermayer4-3/+6
2013-09-03x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDPaul B Mahol1-1/+1
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-08-30Fix compilation with --disable-mmx.Carl Eugen Hoyos1-1/+1
2013-08-30Merge commit 'e998b56362c711701b3daa34e7b956e7126336f4'Michael Niedermayer7-197/+197
2013-08-30avcodec/x86/lpc: Fix cpu flag checks so they workMichael Niedermayer1-1/+1
2013-08-30avcodec/x86/vp8dsp: Fix cpu flag checks so they workMichael Niedermayer1-1/+1
2013-08-30Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer12-48/+54
2013-08-29Merge commit 'cd529172377229f2e86987869ccc08f426bfe114'Michael Niedermayer1-4/+7
2013-08-29Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b'Michael Niedermayer4-9/+8
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun7-197/+197
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun12-48/+54
2013-08-28x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun1-4/+7
2013-08-28dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun4-9/+8
2013-08-24Merge commit '8506ff97c9ea4a1f52983497ecf8d4ef193403a9'Michael Niedermayer8-23/+19
2013-08-23vp56: Mark VP6-only optimizations as such.Diego Biurrun8-23/+19
2013-08-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-18/+42
[next]