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-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2021-10-29Remove lpf_stride parameter from LR filtersVictorien Le Couviour--Tuffet
2021-09-08Simplify sgr_x_by_x calculationsHenrik Gramner
2021-05-04x86: Add high bitdepth (10-bit) sgr AVX2 asmHenrik Gramner
2021-02-11Add minor SGR optimizationsHenrik Gramner
2020-12-13x86: Rewrite wiener SSE2/SSSE3/AVX2 asmHenrik Gramner
2020-12-13Add miscellaneous minor wiener optimizationsHenrik Gramner
2020-11-17Combine boxsum and boxsumsqr in SGR C codeLuc Trudeau
2020-11-16use less memory in SGR C codeLuc Trudeau
2020-02-11looprestoration: Add a bpc parameter to the init funcMartin Storsjö
2019-10-09Add VSX wiener filter implementationMichail Alvanos
2019-08-03Improve wiener filter C implementation using loop interchangeMichail Alvanos
2019-05-10Add __attribute__((cold)) to rarely used functionsHenrik Gramner
2019-02-08looprestoration: fix macro undef in C codeVictorien Le Couviour--Tuffet
2019-01-19Add SGR optimizationsHenrik Gramner
2018-12-0612 bits/component supportRonald S. Bultje
2018-11-26arm64: looprestoration: NEON optimized wiener filterMartin Storsjö
2018-11-12Re-add imax(v, 0) in SGR calculationRonald S. Bultje
2018-11-12Fix type mismatch (int32_t vs. int)Ronald S. Bultje
2018-11-05Simplify SGR C codeRonald S. Bultje
2018-10-31Remove dav1d_sgr_one_by_xLuc Trudeau
2018-10-25Build: Add suffix to templated BITDEPTH filesMarvin Scholz