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
2022-02-28x86: Add 8-bit film grain AVX-512 (Ice Lake) asmHenrik Gramner
2022-02-28build: Make "film_grain" vs "filmgrain" DSP file names consistentHenrik Gramner
2022-01-24x86: Add mc.resize AVX-512 (Ice Lake) asmVictorien Le Couviour--Tuffet
2022-01-13checkasm: Check for out of bounds writes in the itx functionsMartin Storsjö
2022-01-13checkasm: Check for out of bounds writes in the remaining ipred functionsMartin Storsjö
2022-01-13checkasm: Check for out of bounds writes in the mc functionsMartin Storsjö
2022-01-13checkasm: Align the width in PIXEL_RECTMartin Storsjö
2022-01-10x86: Improve AVX2 generate_grain asmHenrik Gramner
2021-10-29Remove lpf_stride parameter from LR filtersVictorien Le Couviour--Tuffet
2021-10-29Allow CDEF and LR to run sbrows in parallelVictorien Le Couviour--Tuffet
2021-10-18x86: Add sgr AVX-512 (Ice Lake) asmHenrik Gramner
2021-10-18x86: Add wiener_filter AVX-512 (Ice Lake) asmHenrik Gramner
2021-09-20checkasm: Avoid using 'bool' as a struct member nameHenrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
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