Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-31loco: fix return value.Nicolas George
2012-07-31loco: take decode overflow into account.Nicolas George
2012-07-31sp5xdec: sanitize return value.Nicolas George
2012-07-318svx: unify mono and stereo code paths.Nicolas George
2012-07-318svx: remove useless rounding code.Nicolas George
2012-07-318svx: use a more direct condition.Nicolas George
2012-07-31movtextdec: fix return value for too small packets.Nicolas George
2012-07-31mmvideo: count preamble size in return value.Nicolas George
2012-07-31vc1dec: count ENDOFSEQ code in return value.Nicolas George
2012-07-31lavc: add channels field to AVFrameStefano Sabatini
2012-07-31vc1dec: fix handling of max_coded dimensionsMichael Niedermayer
2012-07-31mpeg4videoenc: ensure SAR is within the supported rangeMichael Niedermayer
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30options: Fix warning about incompatible pointer typejamal
2012-07-30h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje
2012-07-30eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard
2012-07-30eamad: remove use of MpegEncContextMans Rullgard
2012-07-30mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard
2012-07-30aacenc: new default cutoffMichael Niedermayer
2012-07-29libx264: list possible profiles.Nicolas George
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje
2012-07-28fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje
2012-07-28vc1dec: Override invalid macroblock quantizerMichael Niedermayer
2012-07-28vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer
2012-07-28vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer
2012-07-28vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer
2012-07-28mpegaudiodec: switch to av_assertMichael Niedermayer
2012-07-28vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje
2012-07-28h264_loopfilter: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-28dxva2: Fix some warnings about incompatible pointer typejamal
2012-07-28h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje
2012-07-28vp3: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-28dvdsubenc: switch to av_assertMichael Niedermayer
2012-07-28rv34: port x86 SIMD to cpuflags.Ronald S. Bultje
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28vp56: only compile MMX SIMD on x86-32.Ronald S. Bultje
2012-07-28vp56: port x86 simd to cpuflags.Ronald S. Bultje
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