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-09-03Update version number to 0.9.20.9.2Jean-Baptiste Kempf
2021-09-03Update NEWS for 0.9.2Jean-Baptiste Kempf
2021-09-03Update README roadmapJean-Baptiste Kempf
2021-09-03CI: snap: Upload releases to stable channelMatthias Dressel
2021-09-03x86: Simplify loopfilter initMatthias Dressel
2021-09-03arm32: filmgrain: Add NEON implementation of gen_grain for 16 bpcMartin Storsjö
2021-09-03arm64: filmgrain16: Remove a leftover unused macroMartin Storsjö
2021-09-03arm64: filmgrain16: Fix the default elems parameter of sum_lag2/3_funcMartin Storsjö
2021-09-02x86: Add high bitdepth cfl_ac_444 AVX2 asmHenrik Gramner
2021-09-02x86: Improve high bitdepth cfl_ac AVX2 asmHenrik Gramner
2021-09-01arm32: filmgrain: Add NEON implementation of gen_grain for 8 bpcMartin Storsjö
2021-09-01arm64: filmgrain: Remove some unnecessary backups/restores of x30Martin Storsjö
2021-09-01arm64: filmgrain: Simplify loading coefficients for the lag3 variantMartin Storsjö
2021-09-01arm64: filmgrain: Reorder two instructions in the inner loopMartin Storsjö
2021-08-31x86: Automatically convert SSE asm to AVX when compiling for AVX targetsHenrik Gramner
2021-08-30x86: Add 8-bit w_mask_422 and w_mask_444 SSSE3 asmHenrik Gramner
2021-08-26meson: Explicitly set the recursive argument in extract_all_objects()Henrik Gramner
2021-08-24arm: Add NEON implementations of splat_mvMartin Storsjö
2021-08-23x86: Improve high bitdepth cdef_filter AVX2 asmHenrik Gramner
2021-08-23x86: Prefer tzcnt over bsr in cdef sec_shift calculationsHenrik Gramner
2021-08-20x86: Add splat_mv AVX2 asmHenrik Gramner
2021-08-20x86: Add splat_mv SSE2 asmChristophe Gisquet
2021-08-20checkasm: Add refmvs splat_mv testChristophe Gisquet
2021-08-20refmvs: Make splat_mv into a DSP functionChristophe Gisquet
2021-08-19refmvs: Pack the refmvs_block structChristophe Gisquet
2021-08-17x86/itx: 64x64 inverse dct transforms hbd/sse4Ronald S. Bultje
2021-08-17x86/itx: 64x32 inverse dct transforms hbd/sse4Ronald S. Bultje
2021-08-17x86/itx: 64x16 inverse dct transforms hbd/sse4Ronald S. Bultje
2021-08-17x86/itx: 32x64 inverse dct transforms hbd/sse4Ronald S. Bultje
2021-08-17x86/itx: 16x64 inverse dct transforms hbd/sse4Ronald S. Bultje
2021-08-16x86: Add high bitdepth cdef_filter SSSE3 asmHenrik Gramner
2021-08-16cdef: Remove redundant clippingHenrik Gramner
2021-08-13arm64: filmgrain16: Add NEON implementation of gen_grain for 16 bpcMartin Storsjö
2021-08-13arm64: filmgrain: Deduplicate the sum_lagN functionsMartin Storsjö
2021-08-13arm64: filmgrain: Deduplicate the output_lag functionsMartin Storsjö
2021-08-13arm64: filmgrain: Remove two stray ret instructionsMartin Storsjö
2021-08-13arm64: filmgrain: Uninline the get_grain_2 macroMartin Storsjö
2021-08-13arm64: filmgrain: Fix some cases of vertical whitespace alignmentMartin Storsjö
2021-08-13arm64: filmgrain: Fix some comments in gen_grainMartin Storsjö
2021-08-13checkasm: Improve register preservation checking on x86Henrik Gramner
2021-08-13checkasm: Properly unregister exception handlers on WindowsHenrik Gramner
2021-08-13checkasm: Prefer calling function through checked_call()Henrik Gramner
2021-08-13checkasm: Fix error reporting in itx testsHenrik Gramner
2021-08-12itx/x86: rewrite .transpose4x8packed so it uses only m0-3,4&6Ronald S. Bultje
2021-08-12itx/x86: replace idct8x8.transpose with idct8x4.transpose4x8packedRonald S. Bultje
2021-08-12x86/itx: add 1/sqrt(2) (rect2) multiply macroRonald S. Bultje
2021-08-12x86/itx: share pass2 loop between {16,32}x32 dct^2 functionsRonald S. Bultje
2021-08-12x86/itx: combine .write_8x8 and .round{1,2,3,4} into a single functionRonald S. Bultje
2021-08-12x86/itx: combine .write_8x4 and .round{1,2} into a single functionRonald S. Bultje
2021-08-12x86/itx: split dct/adst/identity pass=2 implementations for 16x8Ronald S. Bultje