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 (Collapse)Author
2017-03-29vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje
The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations.
2017-03-27lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch
This is following Libav layout to ease merges.
2016-11-15vp9dsp: Deduplicate the subpel filtersMartin Storsjö
Make them aligned, to allow efficient access to them from simd. This is an adapted cherry-pick from libav commit a4cfcddcb0f76e837d5abc06840c2b26c0e8aefc. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2015-09-05vp9: fix type of iadst4_1d intermediates.Ronald S. Bultje
Fixes integer overflows for extreme coefficient values in 10/12bpp content.
2015-09-05vp9: fix integer overflow in 10/12bpp DC-only calculation.Ronald S. Bultje
2015-08-22vp9dsp: Add missing ff_ prefixesTimothy Gu
2015-05-08vp9: de-duplicate some functions that are identical between 10/12 bpp.Ronald S. Bultje
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-06vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje
2015-05-06vp9: add keyframe profile 2/3 support.Ronald S. Bultje