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-03-08lib: add a public function to return the props from the last frame that faile...James Almer
2022-03-07Fix delayed_fg.scaling alignment for AVX-512Victorien Le Couviour--Tuffet
2022-03-07lib: don't buffer an extra frame when there's a single spatial layerJames Almer
2022-02-28build: Make "film_grain" vs "filmgrain" DSP file names consistentHenrik Gramner
2022-02-28Integrate film grain in the task threading systemVictorien Le Couviour--Tuffet
2022-02-17Forward frame-thread decoding errors back to user threadRonald S. Bultje
2022-02-04Output only latest spatial layer if --alllayers 0Ronald S. Bultje
2022-02-03add a picture flag to signal that a new temporal delimiter unit was seenJames Almer
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
2022-01-15add --inloopfilters to enable/disable postfilters dynamicallyRonald S. Bultje
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-06DAV1D_MC_IDENTITY requires DAV1D_PIXEL_LAYOUT_I444Wan-Teh Chang
2021-11-12Mark failed-to-decode frames as incomplete when --maxframedelay=1Ronald S. Bultje
2021-11-11Fix wrong assignment if stride or sbh change, but stride * sbh don'tRonald S. Bultje
2021-10-29Allow CDEF and LR to run sbrows in parallelVictorien Le Couviour--Tuffet
2021-10-18x86: Add inverse transforms AVX-512 (Ice Lake) asmHenrik Gramner
2021-10-18x86: Add blend AVX-512 (Ice Lake) asmHenrik Gramner
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-07Fix lr_lpf_line re-allocation checkVictorien Le Couviour--Tuffet
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-08-20refmvs: Make splat_mv into a DSP functionChristophe Gisquet
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-04-16dav1d: add event flags to the decoding processJames Almer
2021-02-15Optimize non-qmatrix coefficient decodingHenrik Gramner
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2020-12-11Fix use of references to buffers after calling dav1d_close()Henrik Gramner
2020-11-22Add more buffer poolsHenrik Gramner
2020-11-17Add a picture buffer poolHenrik Gramner
2020-03-21Rewrite refmvs.cRonald S. Bultje
2020-02-01Rework the CDEF top edge handlingHenrik Gramner
2020-01-09x86: add prep_bilin AVX512 asmVictorien Le Couviour--Tuffet
2019-10-04Check for RESTORATION_NONE once per frameLuc Trudeau
2019-09-19x86: add deblocking loopfilters SSSE3 asm (64-bit)Ronald S. Bultje
2019-09-10Split out film grain block functions into a DSPContextRonald S. Bultje
2019-09-03TileContext: reorder scratch buffer to avoid conflictsJanne Grunau
2019-08-29Check absolute tile positions in sb-to-tile_idx table generationRonald S. Bultje
2019-08-23Optimize coef ctx calculationsHenrik Gramner
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-07-02Reduce the size of frame threading buffersHenrik Gramner
2019-07-02Consolidate scratch buffersHenrik Gramner
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-02-14Add SSSE3 implementation for pal_predXuefeng Jiang
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-09clean up threads on dav1d_open failuresJanne Grunau