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-02-15Eliminate 1D scan tablesHenrik Gramner
2021-02-11Add minor SGR optimizationsHenrik Gramner
2021-01-21checkasm: Factor out common offsets in looprestoration testsHenrik Gramner
2021-01-21checkasm: Print more information on SGR test failureHenrik Gramner
2021-01-21checkasm: Improve looprestoration input randomizationHenrik Gramner
2020-12-13x86: Rewrite wiener SSE2/SSSE3/AVX2 asmHenrik Gramner
2020-12-13Add miscellaneous minor wiener optimizationsHenrik Gramner
2020-08-21x86inc.asm: remove private_prefix define and config.asm includeJanne Grunau
2020-08-07checkasm: Add ifdefs around the readtime checkMartin Storsjö
2020-08-07checkasm: Enforce declare_func to be outside of check_funcMartin Storsjö
2020-08-06checkasm: Use mach_absolute_time() as timer on darwin on ARMMartin Storsjö
2020-08-06checkasm: msac: Fix signal handler recovery in msac_decode_bool*Martin Storsjö
2020-08-06checkasm: Explicitly test whether the readtime() function worksMartin Storsjö
2020-06-19arm32: Add a NEON implementation of MSACMartin Storsjö
2020-06-18arm64: msac: Add a special cased implementation of decode_hi_tokMartin Storsjö
2020-06-18x86: Add prep_8tap_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-06-11Remove redundant memset in itx DSP initializationHenrik Gramner
2020-06-01x86: Add put_8tap_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-05-15checkasm: x86: Check for stack corruptionHenrik Gramner
2020-05-14checkasm: arm: Offset the location of the stack canary referenceMartin Storsjö
2020-05-14checkasm: arm32: Take the number of stack arguments into account when checkin...Martin Storsjö
2020-05-14checkasm: arm64: Take the number of stack arguments into account when checkin...Martin Storsjö
2020-05-13checkasm: CosmeticsHenrik Gramner
2020-05-13checkasm: Skip printing the seed when using --list-functionsHenrik Gramner
2020-05-13checkasm: arm64: Avoid overwriting the v0/q0/d0/s0 registerMatthieu Bouron
2020-05-13checkasm: arm: Don't use blx to call checkasm_fail_funcMartin Storsjö
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-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-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-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