Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-03Merge commit '0f71a5df4bc913f17a53c7ac66d4957914fa1d3d' into release/0.10Michael Niedermayer
2014-06-01h264: do not use 422 functions for monochromeAnton Khirnov
2013-11-04Merge commit 'd2f4846591727fedcc2b452b688da8da09ee8305' into release/0.10Michael Niedermayer
2013-10-30x86: fft: Remove 3DNow! optimizations, they break FATEDiego Biurrun
2013-10-29x86: ac3dsp: Drop mmx variant of ac3_max_msb_abs_int16Diego Biurrun
2013-06-24mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2012-05-06dsp: fix diff_bytes_mmx() with small widthMichael Niedermayer
2012-04-21h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-04-04Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.ami_stuff
2012-03-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-03-06ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles
2012-03-05h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje
2012-03-05h264: change underread for 10bit QPEL to overread.Ronald S. Bultje
2012-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje
2012-01-17Use correct register size.Reimar Döffinger
2012-01-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-16rv34: 1-pass inter MB reconstructionChristophe GISQUET
2012-01-16rv34: Intra 16x16 handlingChristophe GISQUET
2012-01-15Fix compilation without HAVE_AVX, HAVE_YASM etc.Reimar Döffinger
2012-01-14Use correct register size, fixes compilation with NASM.Reimar Döffinger
2012-01-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12Fix compilation with yasm-0.6.2Carl Eugen Hoyos
2012-01-12rv34: DC-only inverse transformChristophe GISQUET
2012-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12cabac: Try to disable problematic ASM for gcc-llvm 4.2.1Michael Niedermayer
2012-01-11fft: init functions with INIT_XMM/YMM.Henrik Gramner
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09cabac: 3rd try at working around a compiler bug in clang.Michael Niedermayer
2012-01-09cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32Michael Niedermayer
2012-01-09Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b"Michael Niedermayer
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-06Revert commit 599b4c6efddaed33b1667c386b34b07729ba732bMichael Niedermayer
2011-12-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-27x86: Fix constraints for decode_significance*_x86Martin Storsjö
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun
2011-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-19x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun
2011-12-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-14build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun
2011-12-12x86: Require 7 registers for the cabac asmMartin Storsjö
2011-12-12x86: Require 7 registers for the cabac asmMartin Storsjö
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12x86: cabac: replace explicit memory references with "m" operandsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03Add forgotten %ifdef HAVE_AVX.Reimar Döffinger
2011-11-29Consistently use %ifdef ARCH_X86_64Reimar Döffinger
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-23dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles