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
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2017-03-29vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje
2017-03-27lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch
2016-11-15aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö
2016-11-15arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö
2016-11-15vp9dsp: Deduplicate the subpel filtersMartin Storsjö
2015-09-10vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.Ronald S. Bultje
2015-07-16avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functionsShivraj Patil
2015-05-07avcodec/vp9dsp: Replace assert by av_assert0()Michael Niedermayer
2015-05-06vp9: add keyframe profile 2/3 support.Ronald S. Bultje
2015-04-23vp9: add support for resolution changes in inter frames.Ronald S. Bultje
2014-12-19vp9/x86: invert hu_ipred left array ordering.Ronald S. Bultje
2014-06-18avcodec/vp9: fix () in macrosMichael Niedermayer
2014-02-09vp9: invert order in l[] intra prediction array.Ronald S. Bultje
2013-11-24avcodec/vp9dsp: remove unused stride parameter in loop_filter().Clément Bœsch
2013-11-23avcodec/vp9dsp: pass dconly bit as macro argument.Clément Bœsch
2013-11-22avcodec/vp9dsp: add DC only versions for idct/idct.Clément Bœsch
2013-10-20avcodec/vp9dsp: fix overwrite by 1 in vert_left pred.Ronald S. Bultje
2013-10-03VP9 MC (ssse3) optimizations.Ronald S. Bultje
2013-10-03Native VP9 decoder.Ronald S. Bultje