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
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2019-02-11Use 64-bit versions of fseek and ftellHenrik Gramner
2019-02-09dav1d_fuzzer_mem: test random pthread_* errorsJanne Grunau
2019-02-08checkasm: Fix MC stridesHenrik Gramner
2019-02-08Cast the output from strtoul to unsigned intMartin Storsjö
2019-02-08Use size_t as return value type for strlen() consistentlyMartin Storsjö
2019-02-06checkasm: cdef: Don't use uninitialized buffer contents for the testMartin Storsjö
2019-02-05mc: Ensure high bitdepth intermediates fits in int16_tHenrik Gramner
2018-12-18Implement support for PIC in x86-32 asmHenrik Gramner
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-12-08checkasm: replace rand() with xorshift xor128Janne Grunau
2018-12-07checkasm: Try to handle crashes more gracefullyHenrik Gramner
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-06Change type of MC intermediates from coef to int16_tRonald S. Bultje
2018-12-05Add ipred_z1 AVX2 asmHenrik Gramner
2018-12-04Make per-width versions of cfl_acRonald S. Bultje
2018-11-29checkasm: add --list testsFrancois Cartegnie
2018-11-27Reset the random seed when testing each CPU type.Nathan E. Egge
2018-11-26fuzzer: use dav1d_parse_sequence_header()Janne Grunau
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