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-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-19h264: print actual slice number in "Too many slices" warningMichael Niedermayer
2011-06-19jpegdec: include mjpb_skiptosod in debug outputMichael Niedermayer
2011-06-19jpegdec: fix CJPG decoding.Michael Niedermayer
2011-06-19w32threads: with only 1 thread there cant be a active threading mode.Michael Niedermayer
2011-06-19flacenc: mark as lossless codecMichael Niedermayer
2011-06-19libavcodec: add CODEC_CAP_LOSSLESSMichael 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-18dcaenc: small quantization simplification.Clément Bœsch
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-18qdm2: Fix alignment of local array.Michael Niedermayer
2011-06-17lavc: add opt_find to AVCodecContext class.Anton Khirnov
2011-06-17Fix compilation with old yasm.Carl Eugen Hoyos
2011-06-16h264: Complexify frame num gap shortening codeAlexander Strange
2011-06-16Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow
2011-06-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles
2011-06-15ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard
2011-06-15Reindent after last commit.Carl Eugen Hoyos
2011-06-15Fix multi-channel AAC encoding.Carl Eugen Hoyos
2011-06-15Fix "redundant redeclaration" warning.Carl Eugen Hoyos
2011-06-15Fix compilation with --disable-everything --enable-encoder=ac3/ac3_fixed.Carl Eugen Hoyos
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-15mjpegenc: Fix JFIF versionWilliam Yu
2011-06-14ARM: factor some repetitive code into macrosMans Rullgard
2011-06-14CrystalHD: Use mp4toannexb bitstream filter.Philip Langdale
2011-06-14CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime.Philip Langdale
2011-06-14Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser
2011-06-14H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-14ac3enc: fix allocation of floating point samples.Justin Ruggles
2011-06-14ac3enc: remove empty ac3_float function that is never calledJustin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-06-14ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles
2011-06-14ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-13Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser
2011-06-13H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-13h264_parser: Fix whitespace after previous change.Philip Langdale
2011-06-13h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale
2011-06-13h264: don't be so picky on decoding pps in extradata.Michael Niedermayer
2011-06-13avcodec.h: add or elaborate on some documentation comments.Wim Lewis
2011-06-13h264: change a few comments into error messagesMichael Niedermayer
2011-06-13ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger
2011-06-13ffv1: fix undefined behavior with insane widths.Michael Niedermayer
2011-06-13ARM: jrevdct_arm: simplify stack usageMans Rullgard
2011-06-13ARM: jrevdct_arm: use push/pop mnemonicsMans Rullgard