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-08-26meson: Explicitly set the recursive argument in extract_all_objects()Henrik Gramner
2021-08-20checkasm: Add refmvs splat_mv testChristophe Gisquet
2021-08-13checkasm: Improve register preservation checking on x86Henrik Gramner
2021-08-13checkasm: Properly unregister exception handlers on WindowsHenrik Gramner
2021-08-13checkasm: Prefer calling function through checked_call()Henrik Gramner
2021-08-13checkasm: Fix error reporting in itx testsHenrik Gramner
2021-06-20build: add -Wstrict-prototypes to the compiler argumentsJames Almer
2021-06-10checkasm: Validate the benchmark call configurations even if not benchmarkingMartin Storsjö
2021-06-07checkasm: Make sure that all pixels are in range before benchmarkingMartin Storsjö
2021-06-05checkasm: allow 1 >= h >= 2 in fgy_32x32xn unit testRonald S. Bultje
2021-06-02checkasm: Remove an unused variable/parameterMartin Storsjö
2021-05-13arm64: filmgrain16: Guard against out of range pixels in the gather functionMartin Storsjö
2021-05-12Only call GetModuleHandle and AddVectoredExceptionHandler when targeting Wind...Martin Storsjö
2021-04-27checkasm: Implement printing of grain lut entriesMartin Storsjö
2021-04-22checkasm: filmgrain: Add a padded check for fgy and fguvMartin Storsjö
2021-04-22checkasm: Extend the padding checker to allow for some amount of overwriteMartin Storsjö
2021-04-22checkasm: ipred: Use the padded pixel checking functionMartin Storsjö
2021-04-22checkasm: Add macros for allocating and checking padded pixel buffersMartin Storsjö
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ö