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
2020-03-25const correctness in thread_taskLuc Trudeau
2019-07-15Set thread names on LinuxEmmanuel Gil Peyrot
2019-07-02Reduce the size of frame threading buffersHenrik Gramner
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2018-11-28Clear coefficient cache upon errorRonald S. Bultje
2018-11-25Make frame_hdr a pointerRonald S. Bultje
2018-11-07tile threading: pass decoding errors through progress trackingJanne Grunau
2018-10-08Don't clear n_tile_data on first dav1d_frame_task() iterationRonald S. Bultje
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-09-22Add & use a thread compatibility layerHugo Beauzée-Luyssen
2018-09-22Initial decoder implementation.Ronald S. Bultje