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
2012-04-09dsp: fix diff_bytes_mmx() with small widthMichael Niedermayer
2012-04-04Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.ami_stuff
2012-04-02Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2012-04-01h264: fix mmxext chroma deblock to use correct TC values. (cherry picked from...Ronald S. Bultje
2012-03-18fft: avoid a signed overflowSean McGovern
2011-10-01fft: avoid a signed overflowSean McGovern
2011-07-01Add operand size to add instructions.Reimar Döffinger
2011-06-21A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21x86: cabac: fix register constraints for 32-bit modeMans Rullgard
2011-06-21cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard
2011-06-21x86: h264: cast pointers to intptr_t rather than intMans Rullgard
2011-06-21x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded ebx in inline asmMans Rullgard
2011-06-21x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard
2011-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-18Fix build if yasm is not available.Ronald S. Bultje
2011-06-18H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang
2011-06-17Fix compilation with old yasm.Carl Eugen Hoyos
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.Oskar Arvidsson
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08H264: x86 predict init cosmetics.Daniel Kang
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-06Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02Cosmetic changes to h264_idct_10bit.asm.Loren Merritt
2011-06-022x faster h264_idct_add8_10.Loren Merritt
2011-06-02h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje
2011-06-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-01h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang
2011-06-01Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang
2011-06-01Add IDCT functions for 10-bit H.264.Daniel Kang
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun
2011-05-26Fix compilation with YASM/NASM versions not supporting AVX.Reimar Döffinger
2011-05-25Fix register types for LOAD_AB arguments, fixes compilation with NASM.Reimar Döffinger
2011-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-23x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo
2011-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer