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-09-28checkasm: Move printf format string to .rodata on x86Henrik Gramner
2022-09-28checkasm: Improve 32-bit parameter clobbering on x86-64Henrik Gramner
2022-09-02checkasm: Add short optionsVictorien Le Couviour--Tuffet
2022-09-02checkasm: Add pattern matching to --testVictorien Le Couviour--Tuffet
2022-09-02checkasm: Remove pattern matching from --benchVictorien Le Couviour--Tuffet
2022-09-02checkasm: Add a --function optionVictorien Le Couviour--Tuffet
2022-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2022-06-21checkasm: Speed up signal handlingHenrik Gramner
2022-06-21checkasm: Improve seed generation on WindowsHenrik Gramner
2022-06-13checkasm/lpf: Use operating dimensionsVictorien Le Couviour--Tuffet
2022-06-03checkasm: Print the cpu model and cpuid signature on x86Henrik Gramner
2022-06-03checkasm: Add a vzeroupper check on x86Henrik Gramner
2022-05-31checkasm: Fix uninitialized variableVictorien Le Couviour--Tuffet
2022-05-25Fix typoVictorien Le Couviour--Tuffet
2022-05-20checkasm: Print --help message to stderr instead of stdoutHenrik Gramner
2022-05-20checkasm: Split cdef test into separate pri/sec/pri+sec partsHenrik Gramner
2022-05-20checkasm: Improve benchmarking of functions that modify their inputHenrik Gramner
2022-03-19checkasm: Fix alignment of stack buffers in the film grain testsHenrik Gramner
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ö