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
2019-12-14Add support for Ice Lake AVX-512 cpu flagsEwout ter Hoeven
2019-12-14Correct the edge buffer documentationRaphaël Zumer
2019-12-06Move lvl variable in cdef_brow to outer loopLuc Trudeau
2019-12-06Simplify shifting in generate_grain_y/uv AVX2Ronald S. Bultje
2019-12-05Avoid adding offsets to NULL chroma pointers in 4:0:0Henrik Gramner
2019-12-01arm: 32: ipred: Fix assembling with older binutilsMartin Storsjö
2019-11-27Avoid excessive L2 collisions with certain frame widthsHenrik Gramner
2019-11-27Specify inlining decisions for common ipred_z C functionsHenrik Gramner
2019-11-23Avoid adding offsets to NULL pointersLuc Trudeau
2019-11-22Fix stride typeRonald S. Bultje
2019-11-21Make OBU_* types publicRonald S. Bultje
2019-11-17Don't run film grain generation beyond visible luma borderRonald S. Bultje
2019-11-16Explicitly specify rodata section alignmentRonald S. Bultje
2019-11-16NEAREST, NEARER, NEAR, NEARISHLuc Trudeau
2019-11-15arm: ipred: NEON implementation of dc/h/v prediction functionsB Krishnan Iyer
2019-11-12arm: 64: loopfilter: Avoid nested ifdefs where easily possibleMartin Storsjö
2019-11-12arm: 64: loopfilter: Fix a typo in a macro parameter conditionMartin Storsjö
2019-11-12arm64: loopfilter: Reorder instructions and tweak register use to match the a...Martin Storsjö
2019-11-12arm64: loopfilter: Remove a stray double newlineMartin Storsjö
2019-11-12arm: 32: Port the arm64 NEON loopfilter to arm32Martin Storsjö
2019-11-10arm: 32: Use more unique temporary labels within movrel_localMartin Storsjö
2019-11-01Tiny improvements to generate_grain_uv_420Ronald S. Bultje
2019-10-25x86: Fix overflows in inverse identity SSSE3 transformsHenrik Gramner
2019-10-25x86: Fix overflows in inverse identity AVX2 transformsHenrik Gramner
2019-10-24x86: adapt SSSE3 wiener filter to SSE2Victorien Le Couviour--Tuffet
2019-10-24x86: adapt SSSE3 warp_affine_8x8{,t} to SSE2Victorien Le Couviour--Tuffet
2019-10-24arm: looprestoration: Fix register names in a commentMartin Storsjö
2019-10-24arm64: looprestoration: Minimal scheduling improvementsMartin Storsjö
2019-10-24arm64: looprestoration: Fix a typoMartin Storsjö
2019-10-24arm64: looprestoration: Fix register references in commentsMartin Storsjö
2019-10-24arm64: looprestoration: Use ld2r instead of ld1+dup+dupMartin Storsjö
2019-10-24arm64: looprestoration: Pass a correct height parameter to sgr_box3_h_neon fo...Martin Storsjö
2019-10-24arm: looprestoration: Port the ARM64 SGR NEON assembly to 32 bit armMartin Storsjö
2019-10-24x86: Add minor ipred_z AVX2 optimizationsHenrik Gramner
2019-10-23Shrink some stack buffers in the C versions of ipred_zHenrik Gramner
2019-10-22Don't backup pixel if next block not "CDEFed"Luc Trudeau
2019-10-21x86inc: fix LOAD_MM_PERMUTATION for AVX512Victorien Le Couviour--Tuffet
2019-10-18x86: adapt SSSE3 cdef_filter_{4x4,4x8,8x8} to SSE2Victorien Le Couviour--Tuffet
2019-10-11arm64: ipred: Make sure all symbols are alignedMartin Storsjö
2019-10-11arm: util: Split movrel into movrel and movrel_localMartin Storsjö
2019-10-11Check loopfilter levels prior to calling lf_maskLuc Trudeau
2019-10-10arm64: ipred: NEON implementation of the cfl_ac functionsMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of the cfl_pred functionsMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of the filter functionMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of palette predictionMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of smooth predictionMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of paeth predictionMartin Storsjö
2019-10-10x86: Add ipred_z2 AVX2 asmHenrik Gramner
2019-10-10Simplify ipred_z C codeHenrik Gramner
2019-10-10x86: fix generate_grain_uv checkasm crashes on Windows x64James Almer