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-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
2019-01-28add a logging callback mechanismJames Almer
2019-01-16allocate Tile Group cache dynamicallyJames Almer
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-06Change type of MC intermediates from coef to int16_tRonald S. Bultje
2018-12-05frame-mt: drain delayed pictures fully before returning -EAGAINJanne Grunau
2018-11-29tile-mt: reset tile tasks when the number of tile rows changesJanne Grunau
2018-11-28Use a single atomic integer for flushRonald S. Bultje
2018-11-25Add some more constants from section 3Ronald S. Bultje
2018-11-25Remove entries from c->refs[] that can be retrieved from frame_hdrRonald S. Bultje
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-11-25Make frame_hdr a referenced objectRonald S. Bultje
2018-11-25Make frame_hdr a pointerRonald S. Bultje
2018-11-25Make sequence header a referenced objectRonald S. Bultje
2018-11-25Rewrite flushing logicRonald S. Bultje
2018-11-24API/scalable: add all_layers Dav1dSettingsJanne Grunau
2018-11-24API/scalable: add operating point Dav1dSettingJanne Grunau
2018-11-20Normatively allow invalid global motion parametersRonald S. Bultje
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-19picture: make the film grain metadata publicNiklas Haas
2018-11-16Add support for super-resRonald S. Bultje
2018-11-14implement a decoupled decode APIJames Almer
2018-11-14Add support for scaled referencesRonald S. Bultje
2018-11-07tile threading: pass decoding errors through progress trackingJanne Grunau
2018-11-04calculate and cache the picture dimension in 4x4 blocksJanne Grunau
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-10-14implement non power of 2 tile rows and columns spec compliantJanne Grunau
2018-10-08Reset entropy/reference state after making a fwd_kf visibleRonald S. Bultje
2018-10-02Change n_fc to unsignedJean-Baptiste Kempf
2018-09-22Add & use a thread compatibility layerHugo Beauzée-Luyssen
2018-09-22Initial decoder implementation.Ronald S. Bultje