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/src
AgeCommit message (Expand)Author
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-05-14arm64: filmgrain16: Simplify constructing the constant 0x0fffMartin Storsjö
2021-05-13x86: itx: Add 12-bit whtMatthias Dressel
2021-05-13arm64: filmgrain16: Guard against out of range pixels in the gather functionMartin Storsjö
2021-05-12arm64: filmgrain: Add a NEON implementation of fgy_32x32xn for 16 bpcMartin Storsjö
2021-05-12Only call GetModuleHandle and AddVectoredExceptionHandler when targeting Wind...Martin Storsjö
2021-05-11x86: add 10/12-bpc AVX2 version of mc.emu_edgeRonald S. Bultje
2021-05-10x86: Add high bitdepth filmgrain AVX2 asmRonald S. Bultje
2021-05-05x86: Add high bitdepth (10-bit) itx AVX2 asmHenrik Gramner
2021-05-05x86: Add high bitdepth loopfilter AVX2 asmRonald S. Bultje
2021-05-05x86: Add high bitdepth cdef AVX2 asmRonald S. Bultje
2021-05-05x86: Add cdef_dir asm improvementsHenrik Gramner
2021-05-05x86: Add high bitdepth ipred_z2 AVX2 asmHenrik Gramner
2021-05-05x86: Add high bitdepth ipred_z3 AVX2 asmHenrik Gramner
2021-05-05x86: Add high bitdepth ipred_z1 AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth pal_pred AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth ipred_cfl_ac_422 AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth ipred_cfl_ac_420 AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth ipred_filter AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth warp8x8 AVX2 asmHenrik Gramner
2021-05-04Move the x86-specific warp filter ordering to asmHenrik Gramner
2021-05-04x86: Add high bitdepth blend AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth ipred_cfl_dc AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth ipred_smooth AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth ipred_paeth AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth ipred_{h,v} AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth ipred_dc AVX2 asmVictorien Le Couviour--Tuffet
2021-05-04x86: Add high bitdepth (10-bit) sgr AVX2 asmHenrik Gramner
2021-05-04x86: Add improved high bitdepth wiener AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth w_mask_444 AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth w_mask_422 AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth w_mask_420 AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth mask AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth w_avg AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth avg AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth put_8tap/prep_8tap AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth prep_bilin AVX2 asmHenrik Gramner
2021-05-04x86: Add high bitdepth put_bilin AVX2 asmHenrik Gramner
2021-05-04x86: Make asm file names more consistentHenrik Gramner
2021-05-04arm64: filmgrain: Add NEON implementation of the generate_grain_uv functionsMartin Storsjö
2021-04-28Subsample out->p.h correctly in dav1d_apply_grainWan-Teh Chang
2021-04-27arm64: filmgrain: Add NEON implementation of the generate_grain_y functionMartin Storsjö
2021-04-27arm64: filmgrain: Add the missing HIGHBD_DECL_SUFFIX for the fguv functionsMartin Storsjö
2021-04-22x86: Fix writes past the intended area in AVX2 fguvMartin Storsjö
2021-04-16dav1d: add event flags to the decoding processJames Almer
2021-04-14arm64: filmgrain: Share the prologue of the fgy functionMartin Storsjö
2021-04-14arm64: filmgrain: Add NEON implementation of the fguv functionMartin Storsjö
2021-04-14filmgrain: Use the BITDEPTH_MAX macro and round2 helper functionMartin Storsjö
2021-03-15arm64: Add NEON implementation of fgy_32x32xnMartin Storsjö
2021-02-19arm32: itx: Add a NEON implementation of itx for 10 bpcMartin Storsjö