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
2020-02-06arm: looprestoration: Prepare for 16bpc wiener filter by adding _8bpc to func...Martin Storsjö
2020-02-06arm: looprestoration: Clarify a commentMartin Storsjö
2020-02-06arm64: mc: NEON implementation of put/prep 8tap/bilin for 16 bpcMartin Storsjö
2020-02-05Update READMEkossh1
2020-02-05x86/msac: add an avx2 version for msac_decode_symbol_adapt16Lynne
2020-02-05msac: make symbol_adapt16 a function pointer on x86_64Lynne
2020-02-04arm64: mc: NEON implementation of avg/mask/w_avg for 16 bpcMartin Storsjö
2020-02-04arm: mc: Prepare the init file for higher bitdepthsMartin Storsjö
2020-02-04arm: Make the existing 8bpc assembly only built if 8bpc is enabledMartin Storsjö
2020-02-04x86: Avoid cmov instructions that depends on multiple flagsHenrik Gramner
2020-02-04x86: Add miscellaneous minor scalar optimizationsHenrik Gramner
2020-02-04x86: Use unsigned pointer comparisonsHenrik Gramner
2020-02-01Rework the CDEF top edge handlingHenrik Gramner
2020-02-01checkasm: Fix missing shift in high bit-depth cdef_filter testHenrik Gramner
2020-02-01Avoid masking the lsb in high bit-depth stride calculationsHenrik Gramner
2020-01-29checkasm: Increase buffer alignment to 64-byte on x86-64Henrik Gramner
2020-01-29arm: cdef: Add special cased versions for pri_strength/sec_strength being zeroMartin Storsjö
2020-01-29arm: cdef: Fix some comment typosMartin Storsjö
2020-01-29Fix crash in dav1d_apply_grain() with negative picture stridesHenrik Gramner
2020-01-27Optimize the cdef_filter C implementationHenrik Gramner
2020-01-27checkasm: Improve cdef_filter testHenrik Gramner
2020-01-25Avoid redundant calls to CDEF DSP functionsHenrik Gramner
2020-01-22x86: Bump nasm version requirement to 2.14Henrik Gramner
2020-01-21CI: Use a newer image to build snap packagesKonstantin Pavlov
2020-01-20x86: add prep_8tap AVX512 asmVictorien Le Couviour--Tuffet
2020-01-20x86: replace "mov hb, Xb" by "movzx hd, Xb" in MCVictorien Le Couviour--Tuffet
2020-01-20x86inc: save xmm_regs_used in spill_xmm for non-win64Victorien Le Couviour--Tuffet
2020-01-15arm64: itx: Fix overflow/clipping in negation in idct16Martin Storsjö
2020-01-15x86: Fix overflows in SSSE3 idctHenrik Gramner
2020-01-15x86: Fix missing saturations in inverse identity asmHenrik Gramner
2020-01-11SSSE3 implementations of film grainRonald S. Bultje
2020-01-11Reduce scope of NO_SANITIZE usageDale Curtis
2020-01-10Add a workaround for -fsanitize=cfi + dlsym() issueHenrik Gramner
2020-01-09x86: add prep_bilin AVX512 asmVictorien Le Couviour--Tuffet
2020-01-09x86: add avx512icl cpu flag to x86inc.asmVictorien Le Couviour--Tuffet
2020-01-09checkasm: x86: ensure all SIMD lanes are turned on at all timesVictorien Le Couviour--Tuffet
2020-01-08Add misc. inverse transform C optimizationsHenrik Gramner
2020-01-08Skip clipping in the inverse wht transform C implementationHenrik Gramner
2020-01-08x86: Fix SSSE3 inverse identity transform overflow/clippingHenrik Gramner
2020-01-08x86: Fix AVX2 inverse identity transform overflow/clippingHenrik Gramner
2020-01-08Fix building as a meson subprojectXavier Claessens
2020-01-08Fix missing include for limits.hDale Curtis
2020-01-06arm64: msac: Avoid 32 bit intermediates in symbol_adaptMartin Storsjö
2020-01-03arm64: itx: Use sqrdmulh in the preexisting identity transform functionsMartin Storsjö
2020-01-02arm64: itx: Specialcase transforms with identity in the first pass with downs...Martin Storsjö
2020-01-02arm64: itx: Adjust .irp in the 4x16/16x4/8x16/16x8 functionsMartin Storsjö
2020-01-02Don't interleave the skip mode index finding loopsRonald S. Bultje
2020-01-02Prevent shift by >= 32Ronald S. Bultje
2020-01-02Take lossless into account when assigning loopfilter strengthRonald S. Bultje
2020-01-01Deal with chroma coefficients that are exactly 0x100000Ronald S. Bultje