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-09-08avcodec/vp9: Add tile threading supportIlia Valiakhmetov
Signed-off-by: Ilia Valiakhmetov <zakne0ne@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2017-03-29vp9: split out reconstruction functions in their own source file.Ronald S. Bultje
2017-03-27lavc/vp9: rename ctx to avctxClément Bœsch
This reduces diff with Libav. It also prevents a potential confusion between the private context and the AVCodecContext.
2016-11-13vp9_mc_template: limit assert to SCALED == 0Andreas Cadhalpun
The handling of the other block sizes was limited to 'SCALED == 0' in commit dc96c0f9fc96bf4167633befc074394062793322, so this assert should be disabled, too, as it can now be triggered. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-10-15vp9: expose reference frames in VP9SharedContextHendrik Leppkes
2015-10-15vp9: split header into separate struct and expose in vp9.hRonald S. Bultje
This allows hwaccels to access the bitstream header information.
2015-05-16vp9: fix scaled motion vector clipping for sub8x8 blocks.Ronald S. Bultje
To match the obscure clipping bug behaviour in libvpx.
2015-05-14vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability.Ronald S. Bultje
2015-05-06vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje
2015-05-01vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.Ronald S. Bultje
2015-05-01vp9: use correct chroma subsampling for profile 1 inter block recon.Ronald S. Bultje
2015-04-23vp9: add support for resolution changes in inter frames.Ronald S. Bultje
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>