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
path: root/tests
AgeCommit message (Expand)Author
2021-04-14checkasm: filmgrain: Check all overlap combinations in each runMartin Storsjö
2021-03-16checkasm: Drop one layer of macro expansion for concatenationMartin Storsjö
2021-02-16build: Fix compilation with clang-clHenrik Gramner
2021-02-15Eliminate 1D scan tablesHenrik Gramner
2021-02-11Add minor SGR optimizationsHenrik Gramner
2021-01-28tests: Refactor seek_stress decoding functionsVictorien Le Couviour--Tuffet
2021-01-28fuzzer: Remove redundant flushVictorien Le Couviour--Tuffet
2021-01-21checkasm: Factor out common offsets in looprestoration testsHenrik Gramner
2021-01-21checkasm: Print more information on SGR test failureHenrik Gramner
2021-01-21checkasm: Improve looprestoration input randomizationHenrik Gramner
2021-01-21tests/seek_stress: Reduce the number of iterationsVictorien Le Couviour--Tuffet
2021-01-20build: unbreak '-Denable_tools=false' build and add CIJanne Grunau
2021-01-18tests: Add a seek stress testVictorien Le Couviour--Tuffet
2020-12-15meson: Increase checkasm timeoutHenrik Gramner
2020-12-15Revert "meson: Handle the b_lto option as a string option for newer meson ver...Martin Storsjö
2020-12-13x86: Rewrite wiener SSE2/SSSE3/AVX2 asmHenrik Gramner
2020-12-13Add miscellaneous minor wiener optimizationsHenrik Gramner
2020-12-11fuzzer: Test calling dav1d_picture_unref() after dav1d_close()Henrik Gramner
2020-11-28meson: Support running checkasm benchmarks through mesonHenrik Gramner
2020-11-28meson: Place checkasm and header tests in named suitesHenrik Gramner
2020-11-17meson: Handle the b_lto option as a string option for newer meson versionsMartin Storsjö
2020-09-27fuzzer: parse '--cpumask X' command line argumentJanne Grunau
2020-09-20tests: avoid using sed in header testJanne Grunau
2020-09-20meson: Use gas-preprocessor as generator, for targets that need itMartin Storsjö
2020-09-20build: increase minimal meson to 0.49Janne Grunau
2020-08-23tests: test stand alone API header compilationJanne Grunau
2020-08-21x86inc.asm: remove private_prefix define and config.asm includeJanne Grunau
2020-08-07checkasm: Add ifdefs around the readtime checkMartin Storsjö
2020-08-07checkasm: Enforce declare_func to be outside of check_funcMartin Storsjö
2020-08-06checkasm: Use mach_absolute_time() as timer on darwin on ARMMartin Storsjö
2020-08-06checkasm: msac: Fix signal handler recovery in msac_decode_bool*Martin Storsjö
2020-08-06checkasm: Explicitly test whether the readtime() function worksMartin Storsjö
2020-06-29meson: Workaround missing aarch64 normalisationMarvin Scholz
2020-06-19arm32: Add a NEON implementation of MSACMartin Storsjö
2020-06-18arm64: msac: Add a special cased implementation of decode_hi_tokMartin Storsjö
2020-06-18x86: Add prep_8tap_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-06-11Remove redundant memset in itx DSP initializationHenrik Gramner
2020-06-01x86: Add put_8tap_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-05-15checkasm: x86: Check for stack corruptionHenrik Gramner
2020-05-14checkasm: arm: Offset the location of the stack canary referenceMartin Storsjö
2020-05-14checkasm: arm32: Take the number of stack arguments into account when checkin...Martin Storsjö
2020-05-14checkasm: arm64: Take the number of stack arguments into account when checkin...Martin Storsjö
2020-05-13checkasm: CosmeticsHenrik Gramner
2020-05-13checkasm: Skip printing the seed when using --list-functionsHenrik Gramner
2020-05-13checkasm: arm64: Avoid overwriting the v0/q0/d0/s0 registerMatthieu Bouron
2020-05-13checkasm: arm: Don't use blx to call checkasm_fail_funcMartin Storsjö
2020-05-12checkasm: filmgrain: Fix benchmarking in 16 bpc modeMartin Storsjö
2020-05-10itx: Add a bpc parameter to the itx dsp init functionMartin Storsjö
2020-05-06checkasm: arm32: Check for stack overflowsMartin Storsjö
2020-05-06checkasm: arm64: Check for stack overflowsMartin Storsjö