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
2018-11-23checkasm: Add unit tests for chroma-from-luma subsamplingDavid Michael Barr
2018-11-21dav1d_fuzzer: include config.h before other headersJames Almer
2018-11-21fuzzer: mask all CPU flags under memory sanitizerJanne Grunau
2018-11-20build: Only add libdav1d_nasm_objs if neededMarvin Scholz
2018-11-17checkasm: fix undefined signed int left shift by 31 in loopfilter testJanne Grunau
2018-11-16call dav1d_get_picture() until it returns -EAGAIN for drainingJanne Grunau
2018-11-14dav1d_fuzzer: skip empty frames to avoid assertions after 026069693efJanne Grunau
2018-11-14implement a decoupled decode APIJames Almer
2018-11-12Add a max_width/height argument to angular_ipred_fnRonald S. Bultje
2018-11-10Split MC blendHenrik Gramner
2018-11-08Add blend AVX2 asmHenrik Gramner
2018-11-08Add blend checkasm unit testHenrik Gramner
2018-11-07Change emu_edge function argument order for easier SIMDRonald S. Bultje
2018-11-07Add emu_edge checkasm unit testRonald S. Bultje
2018-11-06checkasm: Don't benchmark all the 8tap filtersMartin Storsjö
2018-11-06checkasm: Extend mc testing for any combination of 2-32 x 2-32, for OBMCMartin Storsjö
2018-11-05Add checkasm unit tests for warp8x8 and warp8x8tHenrik Gramner
2018-11-05Add AVX2 implementation for SGR looprestorationRonald S. Bultje
2018-11-05Add unit test for SGR looprestorationRonald S. Bultje
2018-10-31fuzzing: limit maximum frame size to 4kx4kJanne Grunau
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-29API: constify Dav1dData and dav1d_data_wrap()Janne Grunau
2018-10-29Add CDEF filter checkasm unit testRonald S. Bultje
2018-10-28libfuzzer: build oss-fuzz fuzzer binaries with mesonJanne Grunau
2018-10-28Add CDEF unit testRonald S. Bultje
2018-10-26libfuzzer: unbreak oss-fuzz buildJanne Grunau
2018-10-25meson: add "-Werror=missing-prototypes" to the list of optional argumentsJames Almer
2018-10-24Fix compiler warning in checkasm/looprestoration.cRonald S. Bultje
2018-10-24libfuzzer: fix a -Wformat warningJames Almer
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-23fuzzer: improve coverage of lib.cJanne Grunau
2018-10-23fuzzer: prevent unwanted integer promotion in r32leJanne Grunau
2018-10-20x86: Add filter intra prediction AVX2 asmHenrik Gramner
2018-10-20x86: Add pal_pred AVX2 asmHenrik Gramner
2018-10-19Fix wiener AVX2 SIMD and related unit test.Ronald S. Bultje
2018-10-19checkasm: Add unit tests for chroma-from-lumaDavid Michael Barr
2018-10-19checkasm: Fix building with some bitdepths disabledMartin Storsjö
2018-10-19checkasm: Include windows.h for the MSVC ARM64 readtime macroMartin Storsjö
2018-10-17Add infrastructure for LR SIMD and unit tests.Ronald S. Bultje
2018-10-13checkasm: Don't use readtime for checkasm seedMartin Storsjö
2018-10-13checkasm: Add code for reading ARM cycle counter registersMartin Storsjö
2018-10-08checkasm: Add unit tests for intra predictionHenrik Gramner
2018-10-08Add horizontal loopfilter to unit testRonald S. Bultje
2018-10-08Rewrite horizontal loopfilterRonald S. Bultje
2018-10-08Add vertical loopfilter AVX2 SIMDRonald S. Bultje
2018-10-08Add vertical loopfilter unit testRonald S. Bultje
2018-10-08checkasm: Fix itx coef input rangesHenrik Gramner