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-25Build: Add suffix to templated BITDEPTH filesMarvin Scholz
2018-10-23Rename unset_hp_bit() to fix_mv_precision() and add integer-mv support.Ronald S. Bultje
2018-10-22Use aligned image edges for intrabcRonald S. Bultje
2018-10-22Tiny refactoring to make intra_edge more readableRonald S. Bultje
2018-10-19Move chroma-from-luma alpha to last parameterDavid Michael Barr
2018-10-14Defer DC_PRED for zero-alpha CFL_PREDDavid Michael Barr
2018-10-14Remove cfl_uvtx and cfl_uv_t_dimDavid 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-08Reduce copied edges on non-subpixel positionsRonald S. Bultje
2018-10-05Intra prediction DSP refactoringHenrik Gramner
2018-10-05fix -Wsign-compare warningsskal
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-10-01Remove VLAs in recon.cLuc Trudeau
2018-09-29Remove DC row buffer for CfL predictionDavid Michael Barr
2018-09-29Simplify conditions for CfL predictionDavid Michael Barr
2018-09-29Introduce single-plane variant of cfl_predDavid Michael Barr
2018-09-27Fix minor reconstruction bugs for 10-bit content.Ronald S. Bultje
2018-09-26Fix style issuesRaphael Zumer
2018-09-26Fix attempt to copy chroma for monochrome streamsRaphael Zumer
2018-09-25Use picture, not block, boundaries for edge extension conditions.Ronald S. Bultje
2018-09-24Fix stride in ac buffer from 32 to width in padding.Ronald S. Bultje
2018-09-24Don't wait for reference pictures in intrabc.Ronald S. Bultje
2018-09-22Initial decoder implementation.Ronald S. Bultje