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-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03j2kdec: dont fail on non zero cblock style.Michael Niedermayer
2011-06-03makefile: fix j2k encoder dependanciesRukhsana Ruby
2011-06-03mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-03svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier
2011-06-03svq3: Move svq3-specific fields to their own context.Baptiste Coudurier
2011-06-03Remove unused get_psnr() prototypeVladimir Pantelic
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03h264 fill_filter_caches: Dont init chroma nnz_cache.Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03vorbis: Remove non-compiling debug statement.Diego Biurrun
2011-06-03vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun
2011-06-03cook: Remove non-compiling debug output.Diego Biurrun
2011-06-03Remove pointless #ifdefs around function declarations in a header.Diego Biurrun
2011-06-03Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-06-03cook: Remove unused debug functions.Diego Biurrun
2011-06-03targa: fix big-endian buildMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-06-02Cosmetic changes to h264_idct_10bit.asm.Loren Merritt
2011-06-022x faster h264_idct_add8_10.Loren Merritt
2011-06-02aacenc: Add stereo_mode option.Nathan Caldwell
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-01ARM: ac3dsp: optimised update_bap_counts()Mans Rullgard
2011-06-01mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun
2011-06-01h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang
2011-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06-01mpegaudioenc: Fix broken av_dlog statement.Diego Biurrun
2011-06-01ARM: fix MUL64 inline asm for pre-armv6Mans Rullgard
2011-05-31mpegaudiodec: remove unusued code and variablesMans Rullgard
2011-05-31mpegaudio: clean up compute_antialias() definitionMans Rullgard
2011-05-31vp8: fix segmentation race during frame-threading.Ronald S. Bultje
2011-05-31 Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange
2011-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-31ARM: simplify inline asm with 64-bit operandsMans Rullgard
2011-05-30examples: move API examples to a dedicated dir in docStefano Sabatini
2011-05-30rawdec: fail in case of unknow pixel formatStefano Sabatini
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-29ARM: enable UAL syntax in asm.SMans Rullgard
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29vp8: use av_clip_uintp2() where possibleMans Rullgard
2011-05-29ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard
2011-05-28ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles