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
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-08-24arm: Add NEON implementations of splat_mvMartin Storsjö
2021-08-20x86: Add splat_mv SSE2 asmChristophe Gisquet
2021-08-20refmvs: Make splat_mv into a DSP functionChristophe Gisquet
2021-08-19refmvs: Pack the refmvs_block structChristophe Gisquet
2020-03-21Merge fix_mv{_int,}_precision() into get_gmv_2d()Ronald S. Bultje
2020-03-21Use union refmvs_pair { mv mv[2]; uint64_t n; } for MV pairsRonald S. Bultje
2020-03-21Rewrite refmvs.cRonald S. Bultje