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-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ö
2019-05-14x86-64: Add msac_decode_bool and msac_decode_bool_adapt asmHenrik Gramner
2019-05-14x86-64: Add msac_decode_bool_equi asmHenrik Gramner
2019-05-09fuzzer: fix oss-fuzz undefined behavior sanitizer buildJanne Grunau
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-05-09Fix buffer overflow in 64x16 ssse3 idctHenrik Gramner
2019-05-04arm64: msac: Implement NEON msac_decode_symbol_adaptMartin Storsjö
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2019-04-04arm: Consistently use 8/24 columns indentation for assemblyMartin Storsjö
2019-02-26checkasm: decrease cdef filter min damping valueVictorien Le Couviour--Tuffet
2019-02-21Remove trailing whitespaceHenrik Gramner
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ö