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-12-13x86: Add 10-bit sgr AVX-512 (Ice Lake) asmHenrik Gramner
2021-10-29Remove lpf_stride parameter from LR filtersVictorien Le Couviour--Tuffet
2021-10-29Allow CDEF and LR to run sbrows in parallelVictorien Le Couviour--Tuffet
2021-09-10Revert "Group lr_lpf_line re-allocation with lr_mask_sz"Victorien Le Couviour--Tuffet
2021-09-07Group lr_lpf_line re-allocation with lr_mask_szVictorien Le Couviour--Tuffet
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-02-11Add minor SGR optimizationsHenrik Gramner
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2020-12-13x86: Rewrite wiener SSE2/SSSE3/AVX2 asmHenrik Gramner
2020-12-13Add miscellaneous minor wiener optimizationsHenrik Gramner
2020-04-02Skip loop restoration cache buffer resize for too-small buffersRonald S. Bultje
2020-03-31Invert src_w/h argument in mc.resize()Ronald S. Bultje
2019-10-08Remove branch when changing bit in LR edges maskLuc Trudeau
2019-10-07Don't backup pixels if next restoration unit is NONELuc Trudeau
2019-10-04Check for RESTORATION_NONE once per frameLuc Trudeau
2019-07-02Reduce the size of frame threading buffersHenrik Gramner
2019-02-08Avoid warnings about variables being truncated by changing the type of variablesMartin Storsjö
2018-12-21Duplicate LR line if the bottom edge only has one line availableRonald S. Bultje
2018-12-0612 bits/component supportRonald S. Bultje
2018-11-30backup_lpf: increment row by the correct stripe_hJanne Grunau
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-11-25Make frame_hdr a pointerRonald S. Bultje
2018-11-25Make sequence header a referenced objectRonald S. Bultje
2018-11-24backup_lpf: do not store 4 pixels rows at the bottom edge of the pictureJanne Grunau
2018-11-19Slightly simplify the loop in lr_sbrow()Ronald S. Bultje
2018-11-17Fix calculation of unit_idx to identify Av1RestorationUnitRonald S. Bultje
2018-11-16Add support for super-resRonald S. Bultje
2018-10-28Backup extra 8 pixels at bottom of frameRonald S. Bultje
2018-10-25Build: Add suffix to templated BITDEPTH filesMarvin Scholz