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
2019-10-11Update news for 0.5.0: z2-avx2, ipred-neon and wiener-vsx0.5.0Jean-Baptiste Kempf
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-10checkasm: Improve ipred_z testsHenrik Gramner
2019-10-10x86: fix generate_grain_uv checkasm crashes on Windows x64James Almer
2019-10-09Update NEWS for 0.5.0Jean-Baptiste Kempf
2019-10-09Add VSX wiener filter implementationMichail Alvanos
2019-10-08Move snap to package/ subfolderJean-Baptiste Kempf
2019-10-08arm: mc: Port the ARM64 warp filter to arm32Martin Storsjö
2019-10-08arm64: mc: Use addp instead of addv+trn1 in warpMartin Storsjö
2019-10-08arm: cdef: Port the ARM64 CDEF NEON assembly to 32 bit armMartin Storsjö
2019-10-08arm: Support PIC loading of non-global symbols in the movrel macro on apple p...Martin Storsjö
2019-10-08Remove branch when changing bit in LR edges maskLuc Trudeau
2019-10-08arm64: cdef: Improve find_dirMartin Storsjö
2019-10-08arm64: cdef: Calculate two initial parameters in the same vectorMartin Storsjö
2019-10-08arm64: cdef: Use loads with postincrement in more places in the padding functionMartin Storsjö
2019-10-08arm64: cdef: Rewrite an expression slightlyMartin Storsjö
2019-10-07Don't backup pixels if next restoration unit is NONELuc Trudeau
2019-10-07Add AVX2 version of generate_grain_uv (4:2:0)Ronald S. Bultje
2019-10-07arm64: mc: Schedule instructions better in the warp8x8 functionsMartin Storsjö
2019-10-04Check for RESTORATION_NONE once per frameLuc Trudeau
2019-10-02arm64: mc: Use sbfx instead of ubfx+sxth in the warp functionMartin Storsjö
2019-10-02x86: Increase precision of SSSE3 IDCT intermediatesHenrik Gramner
2019-10-02x86: Increase precision of AVX2 IDCT intermediatesHenrik Gramner
2019-10-02checkasm: Add a function listing featureHenrik Gramner
2019-10-01Simplify README build instructionsHenrik Gramner
2019-10-01Minor cleanupRonald S. Bultje
2019-10-01arm64: ipred: NEON implementation of dc/h/v prediction modesMartin Storsjö
2019-09-30x86: add warp_affine SSE4 and SSSE3 asmVictorien Le Couviour--Tuffet
2019-09-29arm64: itx: Fix overflows in idctMartin Storsjö
2019-09-29arm64: itx: Consistently use the factor 2896 in adstMartin Storsjö
2019-09-29arm64: itx: Use smull+smlal instead of addl+mulMartin Storsjö
2019-09-28dav1dplay: initial support for --zerocopyNiklas Haas
2019-09-28dav1dplay: add --untimed for benchmarking purposesNiklas Haas
2019-09-28dav1dplay: add --highquality to toggle render qualityNiklas Haas
2019-09-19x86: add 32-bit support to SSSE3 deblock lpfVictorien Le Couviour--Tuffet
2019-09-19x86: add deblocking loopfilters SSSE3 asm (64-bit)Ronald S. Bultje
2019-09-10AVX2 for chroma 4:2:0 film grain reconstructionRonald S. Bultje
2019-09-10Remove luma width check in fguv_32x32xnRonald S. Bultje
2019-09-10Y grain AVX2 implementationsRonald S. Bultje
2019-09-10Add film grain checkasm testsRonald S. Bultje
2019-09-10Split out film grain block functions into a DSPContextRonald S. Bultje