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-02-15Eliminate 1D scan tablesHenrik Gramner
2019-08-23Consolidate horizontal scan tablesHenrik Gramner
2019-08-22Change scan tables from int16_t to uint16_tHenrik Gramner
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-09-28scan: use ALIGN to define the table alignmentSteve Lhomme
2018-09-22Initial decoder implementation.Ronald S. Bultje