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-10-27threading: Add a pending list for async task insertionVictorien Le Couviour--Tuffet
2022-10-20threading: Fix a race around frame completion (frame-mt)Victorien Le Couviour--Tuffet
2022-09-08threading: Limit the progress bitfields to the used sizeVictorien Le Couviour--Tuffet
2022-08-30threading: Fix copy_lpf_progress initializationVictorien Le Couviour--Tuffet
2022-02-28Integrate film grain in the task threading systemVictorien Le Couviour--Tuffet
2022-02-17task_thread: use EINVAL/ENOMEM instead of -1 for f->task_thread.retvalRonald S. Bultje
2022-01-24Run the init tasks for all frames firstVictorien Le Couviour--Tuffet
2022-01-24Split the frame init taskVictorien Le Couviour--Tuffet
2022-01-19Move ENTROPY_PROGRESS task upVictorien Le Couviour--Tuffet
2021-10-29Allow CDEF and LR to run sbrows in parallelVictorien Le Couviour--Tuffet
2021-09-09Minor consistency fixes, purely cosmeticVictorien Le Couviour--Tuffet
2021-09-04Avoid left-shifting a negative valueHenrik Gramner
2021-09-03msvc: Fix some signedness warningsHenrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-02-06Fix potential deadlockVictorien Le Couviour--Tuffet
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
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