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-07-28mpegaudiodec: switch to av_assertMichael Niedermayer
2012-07-28dxva2: Fix some warnings about incompatible pointer typejamal
2012-07-28dvdsubenc: switch to av_assertMichael Niedermayer
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje
2012-07-27alac: check for truncated packetsJustin Ruggles
2012-07-27alac: reverse lpc coeff order, simplify filterJustin Ruggles
2012-07-27dwt: Fix several warnings about incompatible pointer typejamal
2012-07-27avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron
2012-07-27zmbv: Fix warning about discarded qualifierMichael Niedermayer
2012-07-27ffv1: Fix warnings about incompatible pointer type and discarded qualifiersjamal
2012-07-27tscc2: fix typo in array indexKostya Shishkov
2012-07-27build: Rename aandct component to more descriptive aandcttablesDiego Biurrun
2012-07-27mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-27SubViewer demuxer and decoder.Clément Bœsch
2012-07-27lavc/rt: small wording fix in a comment.Clément Bœsch
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-26mpc8: Initialize AVFrame properlyMichael Niedermayer
2012-07-26mpc7: Initialize AVFrame properlyMichael Niedermayer
2012-07-26h264_cabac: switch to av_assertMichael Niedermayer
2012-07-26h264_cabac: switch to av_assertMichael Niedermayer
2012-07-26libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw
2012-07-26Fix typo in v410 decoder.Carl Eugen Hoyos
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-25libvpxenc: switch to av_assertMichael Niedermayer
2012-07-25intrax8: asserts cleanupMichael Niedermayer
2012-07-25vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje
2012-07-25vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje
2012-07-25x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-25dsputil_mmx: fix incorrect assembly codeYang Wang
2012-07-25libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya
2012-07-25Fix avui stream-copy.Carl Eugen Hoyos
2012-07-25imgconvert: Implement avcodec_find_best_pix_fmt_of_list()Michael Niedermayer
2012-07-25libopenjpegenc: set numresolution max to INT_MAXMichael Bradshaw
2012-07-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-24iffdec: Fix integer overflow.Michael Niedermayer
2012-07-24vc1dec: dont apply the loop filter on fieldsMichael Niedermayer
2012-07-24vc1dec: dont attempt error concealment on field pictures.Michael Niedermayer
2012-07-24ec: print picture type with concealment error message.Michael Niedermayer
2012-07-24aac: Mention abbreviation as well in long_nameDiego Biurrun
2012-07-24dsputil_mmx: fix incorrect assembly codeyang
2012-07-24cavsdec: switch to av_assertMichael Niedermayer
2012-07-24libavcodec/bitstream: switch to av_assertMichael Niedermayer
2012-07-24Fix typo in v410 decoder.Carl Eugen Hoyos
2012-07-24cosmetics: iff: fix typoPaul B Mahol
2012-07-24fate: enable fate-vc1_sa10143Michael Niedermayer
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23v410dec: Implement explode mode supportDerek Buitenhuis
2012-07-23zerocodec: fix direct rendering.Reimar Döffinger