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-04-08obu: don't output invisible but showable key frames more than onceJames Almer
2022-02-03add a picture flag to signal that a new temporal delimiter unit was seenJames Almer
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-04-16dav1d: add event flags to the decoding processJames Almer
2020-11-17Add a picture buffer poolHenrik Gramner
2019-05-06Add missing dav1d prefixes to picture allocation functionsHenrik Gramner
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-08Simplify dav1d_thread_picture_alloc()James Almer
2019-01-28replace fprintf uses with dav1d_log()James Almer
2019-01-11pass the sequence header corresponding to the picture being allocatedSteve Lhomme
2018-12-20Perform stack realignment in every API entry pointHenrik Gramner
2018-11-25Rewrite flushing logicRonald S. Bultje
2018-11-22Modify release_picture_callback to take a picture instead of a data pointerMichael Bradshaw
2018-11-21Merge dav1d_picture_alloc() and dav1d_picture_alloc_copy()Ronald S. Bultje
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-16Add support for super-resRonald S. Bultje
2018-11-07picture: add dav1d_picture_move_ref()James Almer
2018-11-07frame threading: signal reference frame decoding errorsJanne Grunau
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-09-28Add flush functionRonald S. Bultje
2018-09-22Add & use a thread compatibility layerHugo Beauzée-Luyssen
2018-09-22Initial decoder implementation.Ronald S. Bultje