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 (Collapse)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
Eliminates some sign extensions.
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
With minor contributions from: - Jean-Baptiste Kempf <jb@videolan.org> - Marvin Scholz <epirat07@gmail.com> - Hugo Beauzée-Luyssen <hugo@videolan.org>