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
2020-02-25fuzzing: link the fuzzing binaries as C++Janne Grunau
2020-02-25fuzzing: split the fuzzing targets to their own meson.build fileJanne Grunau
2020-02-24checkasm: Improve the cdef input randomization algorithmHenrik Gramner
2020-02-11looprestoration: Add a bpc parameter to the init funcMartin Storsjö
2020-02-06x86: Add cdef_filter_4x4 AVX-512 (Ice Lake) asmHenrik Gramner
2020-02-05x86/msac: add an avx2 version for msac_decode_symbol_adapt16Lynne
2020-02-01Rework the CDEF top edge handlingHenrik Gramner
2020-02-01checkasm: Fix missing shift in high bit-depth cdef_filter testHenrik Gramner
2020-01-29checkasm: Increase buffer alignment to 64-byte on x86-64Henrik Gramner
2020-01-27checkasm: Improve cdef_filter testHenrik Gramner
2020-01-11SSSE3 implementations of film grainRonald S. Bultje
2020-01-09checkasm: x86: ensure all SIMD lanes are turned on at all timesVictorien Le Couviour--Tuffet
2019-12-17Linux: Add a workaround for a glibc stack size issueHenrik Gramner
2019-12-14Fix potential race condition in dav1d_get_cpu_flags()Henrik Gramner
2019-12-14x86: Remove unused cpu flagsHenrik Gramner
2019-12-14Add support for Ice Lake AVX-512 cpu flagsEwout ter Hoeven
2019-11-24tools: simplify get_seed on macOSHenrik Gramner
2019-11-24checkasm: replace gettimeofday with clock_gettimeJan Beich
2019-10-10checkasm: Improve ipred_z testsHenrik Gramner
2019-10-10x86: fix generate_grain_uv checkasm crashes on Windows x64James Almer
2019-10-07Add AVX2 version of generate_grain_uv (4:2:0)Ronald S. Bultje
2019-10-02checkasm: Add a function listing featureHenrik Gramner
2019-09-10AVX2 for chroma 4:2:0 film grain reconstructionRonald S. Bultje
2019-09-10Y grain AVX2 implementationsRonald S. Bultje
2019-09-10Add film grain checkasm testsRonald S. Bultje
2019-08-22Change scan tables from int16_t to uint16_tHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-14Prefer `do {} while (0);` over `while (0);`Michael Bradshaw
2019-08-13x86: Add an msac function for coefficient hi_tok decodingHenrik Gramner
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-08checkasm: Catch SIGBUS in addition to the other signalsMartin Storsjö
2019-07-08dav1d_fuzzer: use Dav1dSettings.frame_size_limit instead of a custom picture ...James Almer
2019-07-02build: fix meson deprecation warningVictorien Le Couviour--Tuffet
2019-06-30checkasm: msac: Add verbose printouts on failuresMartin Storsjö
2019-06-30checkasm: cdef: Add verbose prints for output data (and relevant input)Martin Storsjö
2019-06-29checkasm: looprestoration: Use checkasm_check*Martin Storsjö
2019-06-29checkasm: loopfilter: Use checkasm_check*Martin Storsjö
2019-06-29checkasm: ipred: Use checkasm_check*Martin Storsjö
2019-06-27checkasm: mc: Use checkasm_check_* for better debuggabilityMartin Storsjö
2019-06-25checkasm: itx: Add verbose printouts for the pixel differencesMartin Storsjö
2019-06-25checkasm: Add functions for printing pixel buffersMartin Storsjö
2019-06-10checkasm: Add an option to benchmark the C code as wellLuca Barbato
2019-06-10checkasm: Add a --help option to checkasmLuca Barbato
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-06-01checkasm: Fix out-of-bounds read in warp8x8 testsHenrik Gramner
2019-05-24build: add option for fuzzer specific LDFLAGSJanne Grunau
2019-05-22x86: Enable msac asm on x86-32Henrik Gramner
2019-05-19checkasm: Update the mc test to check all valid heightsHenrik Gramner
2019-05-15arm64: msac: Add handwritten versions of msac_decode_bool functionsMartin Storsjö