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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-20x86: Add pal_pred AVX2 asmHenrik Gramner
2018-10-19Move chroma-from-luma alpha to last parameterDavid Michael Barr
2018-10-14Compute DC within chroma-from-luma predictionDavid Michael Barr
2018-10-14Remove dual-plane chroma-from-luma predictionDavid Michael Barr
2018-10-08x86: Add dc/h/v intra prediction AVX2 asmHenrik Gramner
2018-10-05Intra prediction DSP refactoringHenrik Gramner
2018-09-29Remove DC row buffer for CfL predictionDavid Michael Barr
2018-09-29Introduce single-plane variant of cfl_predDavid Michael Barr
2018-09-25Remove superfluous semicolonHugo Beauzée-Luyssen
2018-09-22Initial decoder implementation.Ronald S. Bultje