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
2011-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-27H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser
2011-06-27H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser
2011-06-27dnxhddec: handle cid change in bitstream.Baptiste Coudurier
2011-06-27mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().Diego Biurrun
2011-06-26Move some variable declarations below the proper #ifdefs.Diego Biurrun
2011-06-26Add operand size to add instructions.Reimar Döffinger
2011-06-26Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger
2011-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-25aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-23ARM: allow building in Thumb2 modeMans Rullgard
2011-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-22Use HAVE_TEN_OPERANDS for new decode_significance* functions.Carl Eugen Hoyos
2011-06-22ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles
2011-06-22ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles
2011-06-22ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles
2011-06-22H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser
2011-06-22H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser
2011-06-22H.264: fix 4:4:4 cropping warningJason Garrett-Glaser
2011-06-22H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser
2011-06-22H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser
2011-06-22CrystalHD: Always identify H.264 streams as Annex B.Philip Langdale
2011-06-22CrystalHD: Always send filtered H.264 stream to hardware.Philip Langdale
2011-06-22CrystalHD: Simplfy extradata handling for non-Annex B content.Philip Langdale
2011-06-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-22rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-06-21A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger
2011-06-21mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-21rawvideo: Support auv2 fourcc.ami_stuff
2011-06-21h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun
2011-06-21h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang
2011-06-21wma: fix infinite loopMichael Niedermayer
2011-06-21Fix H.264 4:4:4 lossless decoding.Jason Garrett-Glaser
2011-06-21libx264: fix open gop default.Michael Niedermayer
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21mpegaudio_parser: be less picky on the start positionMichael Niedermayer
2011-06-21ppc32: Fix movrelKim Nguyen
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
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: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard