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-05-12checkasm: filmgrain: Fix benchmarking in 16 bpc modeMartin Storsjö
2020-05-10itx: Add a bpc parameter to the itx dsp init functionMartin Storsjö
2020-05-06checkasm: arm32: Check for stack overflowsMartin Storsjö
2020-05-06checkasm: arm64: Check for stack overflowsMartin Storsjö
2020-04-10memory sanitizer: mask all CPU flagsJanne Grunau
2020-03-31checkasm: add test for mc.resize()Ronald S. Bultje
2020-03-26checkasm: ipred: Test and benchmark FILTER_PRED separately for 10 and 12 bpcMartin Storsjö
2020-03-26checkasm: add proper restrictions for h/w_pad in ipred.cfl_ac[444/422]Ronald S. Bultje
2020-03-21meson/android: undefine _FILE_OFFSET_BITS if fseeko is not availableJanne Grunau
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ö