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
2022-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-05-04x86: Add high bitdepth pal_pred AVX2 asmVictorien Le Couviour--Tuffet
2019-10-01arm64: ipred: NEON implementation of dc/h/v prediction modesMartin Storsjö
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2018-12-0612 bits/component supportRonald S. Bultje
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-11-14Pass dimensions to cfl_ac and derive log2szDavid Michael Barr
2018-11-12Add a max_width/height argument to angular_ipred_fnRonald S. Bultje
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