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-15Fix checking the reference dimesions for the projection processDavid Conrad
2022-09-15Fix chroma deblock filter size calculation for losslessDavid Conrad
2022-09-15Fix rounding in the calculation of initialSubpelXDavid Conrad
2022-07-25Adjust inlining attributes on some functionsHenrik Gramner
2022-04-08remove multipass wait from dav1d_decode_frameSteve Lhomme
2022-03-16Set f->n_tile_data to 0 in dav1d_decode_frame()Wan-Teh Chang
2022-03-08lib: add a public function to return the props from the last frame that faile...James Almer
2022-02-28build: Make "film_grain" vs "filmgrain" DSP file names consistentHenrik Gramner
2022-02-23Always initialize b->uv_angle in decode_b()Wan-Teh Chang
2022-02-17Forward frame-thread decoding errors back to user threadRonald S. Bultje
2022-02-17decode.c: remove dead assignmentRonald S. Bultje
2022-02-17decode.c: fix return value on bitstream decoding errorsRonald S. Bultje
2022-02-03add a picture flag to signal that a new temporal delimiter unit was seenJames Almer
2022-01-24Split the frame init taskVictorien Le Couviour--Tuffet
2022-01-19Fix current frame selector wrapping conditionVictorien Le Couviour--Tuffet
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-03Remove Dav1dTileState array memcpy in decode.cYannis Guyon
2021-12-03Fix lr line buffer paddingHenrik Gramner
2021-11-29x86: Add high bitdepth wiener AVX-512 (Ice Lake) asmHenrik Gramner
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 ipred dc/h/v/paeth/smooth/pal_pred AVX-512 (Ice Lake) asmHenrik Gramner
2021-10-18x86: Maintain frame thread coefficient buffer alignmentHenrik Gramner
2021-09-11Fix formatting stringRonald S. Bultje
2021-09-10Revert "Group lr_lpf_line re-allocation with lr_mask_sz"Victorien Le Couviour--Tuffet
2021-09-09Minor consistency fixes, purely cosmeticVictorien Le Couviour--Tuffet
2021-09-09Fix a potential hang when dav1d_submit_frame failsVictorien 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-03msvc: Fix some signedness warningsHenrik Gramner
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-06-15Disable TMVP code when disabled in sequence headerChristophe Gisquet
2021-04-16dav1d: add event flags to the decoding processJames Almer
2021-02-15Optimize non-qmatrix coefficient decodingHenrik Gramner
2021-02-13Looprestoration: Over-allocate the lpf bufferHenrik Gramner
2021-02-11Add minor SGR optimizationsHenrik Gramner
2021-01-28src: Replace check for intra-/key-frame with dedicated macroMatthias Dressel
2021-01-28src: Use a macro for testing frame_typeMatthias Dressel
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2021-01-11Rework the usage of noskip_maskKyle Siefring
2020-12-11Fix use of references to buffers after calling dav1d_close()Henrik Gramner
2020-11-22Add more buffer poolsHenrik Gramner
2020-11-07Fix variable nameXu Guangxin
2020-10-21Abort frame decoding properly on reference errorVictorien Le Couviour--Tuffet
2020-08-21API: remove anonymous struct and union from Dav1dWarpedMotionParamsJanne Grunau
2020-05-10itx: Add a bpc parameter to the itx dsp init functionMartin Storsjö