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-01-09checkasm: x86: ensure all SIMD lanes are turned on at all timesVictorien Le Couviour--Tuffet
2019-09-10Add film grain checkasm testsRonald S. Bultje
2019-08-14Prefer `do {} while (0);` over `while (0);`Michael Bradshaw
2019-06-30checkasm: cdef: Add verbose prints for output data (and relevant input)Martin Storsjö
2019-06-25checkasm: Add functions for printing pixel buffersMartin Storsjö
2019-06-10checkasm: Add a readtime impl for ppcLuca Barbato
2019-06-07checkasm: Check for __ARM_ARCH >= 7 for the arm cpu timer inline assemblyMartin Storsjö
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2018-12-08checkasm: replace rand() with xorshift xor128Janne Grunau
2018-12-07checkasm: Try to handle crashes more gracefullyHenrik Gramner
2018-12-0612 bits/component supportRonald S. Bultje
2018-11-05Add AVX2 implementation for SGR looprestorationRonald S. Bultje
2018-10-28Add CDEF unit testRonald S. Bultje
2018-10-19checkasm: Include windows.h for the MSVC ARM64 readtime macroMartin Storsjö
2018-10-17Add infrastructure for LR SIMD and unit tests.Ronald S. Bultje
2018-10-13checkasm: Add code for reading ARM cycle counter registersMartin Storsjö
2018-10-08checkasm: Add unit tests for intra predictionHenrik Gramner
2018-10-08Add vertical loopfilter unit testRonald S. Bultje
2018-10-03checkasm: Add inverse transform unit testsHenrik Gramner
2018-09-30checkasm: Define the default call_new if not using a checked_call wrapperMartin Storsjö
2018-09-29build: add support for arm/aarch64 asm and integrate checkasmJanne Grunau
2018-09-28checkasm: Add MC unit testHenrik Gramner
2018-09-28Add 'checkasm' asm testing/benchmarking frameworkHenrik Gramner