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
2019-12-06Simplify shifting in generate_grain_y/uv AVX2Ronald S. Bultje
2019-10-10x86: fix generate_grain_uv checkasm crashes on Windows x64James Almer
2019-10-01Minor cleanupRonald S. Bultje
2019-09-10AVX2 for chroma 4:2:0 film grain reconstructionRonald S. Bultje
2019-09-10Remove luma width check in fguv_32x32xnRonald S. Bultje
2019-09-10Y grain AVX2 implementationsRonald S. Bultje
2019-09-10Split out film grain block functions into a DSPContextRonald S. Bultje
2019-08-30Apply high-bitdepth adjustment of pixel index after delta calculationRonald S. Bultje
2019-08-30Use linear interpolation for high bit-depth pixel valuesRonald S. Bultje
2019-08-30Fix bugs in film grain generationRonald S. Bultje
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-04film_grain: limit overlapped pixels to block boundariesJanne Grunau
2018-12-04film_grain: copy unmodified planes before applying noiseJanne Grunau
2018-11-28Round up film grain block countRonald S. Bultje
2018-11-28Remove source padding in film grainRonald S. Bultje
2018-11-25Move Dav1dPictureParameters-related entries to top of Dav1dSeqHdrRonald S. Bultje
2018-11-23film_grain: don't attempt copying chroma planes for I400Niklas Haas
2018-11-22film_grain: round subsampled width/height upJanne Grunau
2018-11-20film_grain: replace left shift of a signed value with a multiplicationJanne Grunau
2018-11-20film_grain: Fix compilation with MSVCMartin Storsjö
2018-11-20film_grain: include config.h before other headersJames Almer
2018-11-19film_grain: implement film grain synthesisNiklas Haas