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
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-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-11-28meson: Support running checkasm benchmarks through mesonHenrik Gramner
2020-11-28meson: Place checkasm and header tests in named suitesHenrik Gramner
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-06-29meson: Workaround missing aarch64 normalisationMarvin Scholz
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
2019-12-17Linux: Add a workaround for a glibc stack size issueHenrik Gramner
2019-11-24checkasm: replace gettimeofday with clock_gettimeJan Beich
2019-09-10Add film grain checkasm testsRonald S. Bultje
2019-07-02build: fix meson deprecation warningVictorien Le Couviour--Tuffet
2019-05-24build: add option for fuzzer specific LDFLAGSJanne Grunau
2019-05-09fuzzer: fix oss-fuzz undefined behavior sanitizer buildJanne Grunau
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2019-02-09dav1d_fuzzer_mem: test random pthread_* errorsJanne Grunau
2018-12-11allocation fail fuzzer: use a static library and objcopyJanne Grunau
2018-12-11do not build the allocation fail fuzzer when lto is enabledJanne Grunau
2018-12-11fuzzing: add memory allocation fail fuzzerJanne Grunau
2018-11-20build: Only add libdav1d_nasm_objs if neededMarvin Scholz
2018-10-31meson: Simplify the name of the checkasm test targetMartin Storsjö
2018-10-30Do not run other tests parallel with checkasm testMarvin Scholz
2018-10-30Add option to include extra testdata testsMarvin Scholz
2018-10-28libfuzzer: build oss-fuzz fuzzer binaries with mesonJanne Grunau
2018-10-28Add CDEF unit testRonald S. Bultje
2018-10-23fuzzer: add a multithreaded fuzzer using 2 frame and tile threadsJanne Grunau
2018-10-23fuzzer: add a standalone fuzzing engine 'none'Janne Grunau
2018-10-17Add infrastructure for LR SIMD and unit tests.Ronald S. Bultje
2018-10-08checkasm: Add unit tests for intra predictionHenrik Gramner
2018-10-08Add vertical loopfilter unit testRonald S. Bultje
2018-10-03tests: add libfuzzer test targetJanne Grunau
2018-10-03checkasm: Add inverse transform unit testsHenrik Gramner
2018-10-02Build: Fix static library buildingMarvin Scholz
2018-09-29build: add support for arm/aarch64 asm and integrate checkasmJanne Grunau
2018-09-29Build: Add missing license headerMarvin Scholz
2018-09-29Build: Add option to disable building testsMarvin Scholz
2018-09-28Build: Add checkasm testMarvin Scholz