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-03-06Update NEWS for 0.6.00.6.0Jean-Baptiste Kempf
2020-03-05arm64: mc: NEON implementation of w_mask for 16 bpcMartin Storsjö
2020-03-05CI: run a selection of jobs on a node with avx2Janne Grunau
2020-03-05x86: Fix crash in AVX2 cdef_filter with <32-byte stack alignmentHenrik Gramner
2020-03-04arm64: mc: NEON implementation of blend for 16bpcMartin Storsjö
2020-03-04arm: mc: Optimize blend_vMartin Storsjö
2020-03-04arm64: mc: Treat the stride as a full 64 bit (potential signed) value in blen...Martin Storsjö
2020-03-04arm64: mc: Fix indentationMartin Storsjö
2020-03-04arm64: mc: Use more intuitive lane specifications for loads/storesMartin Storsjö
2020-03-03Update NEWS for 0.6.0Jean-Baptiste Kempf
2020-03-03CI/armv7: use `linux32 meson ...` to allow running on aarch64Janne Grunau
2020-03-02arm64: loopfilter: NEON implementation of loopfilter for 16 bpcMartin Storsjö
2020-03-02arm: loopfilter: Prepare for 16 bpcMartin Storsjö
2020-03-02arm: loopfilter: Fix a commentMartin Storsjö
2020-02-25fuzzing: link the fuzzing binaries as C++Janne Grunau
2020-02-25fuzzing: split the fuzzing targets to their own meson.build fileJanne Grunau
2020-02-24x86: Add mc w_mask 4:4:4 AVX-512 (Ice Lake) asmHenrik Gramner
2020-02-24x86: Add mc w_mask 4:2:2 AVX-512 (Ice Lake) asmHenrik Gramner
2020-02-24x86: Add mc w_mask 4:2:0 AVX-512 (Ice Lake) asmHenrik Gramner
2020-02-24x86: Add mc avg/w_avg/mask AVX-512 (Ice Lake) asmHenrik Gramner
2020-02-24x86: optimize cdef_filter_{4x{4,8},8x8}_avx2Victorien Le Couviour--Tuffet
2020-02-24x86: add a seperate fully edged case to cdef_filter_avx2Victorien Le Couviour--Tuffet
2020-02-24checkasm: Improve the cdef input randomization algorithmHenrik Gramner
2020-02-21cli: Replace malloc + memset(0) with calloc in input.cLuc Trudeau
2020-02-21cli: remove init_[de]muxers() functionsLuc Trudeau
2020-02-20Replace malloc+memset(0) with callocLuc Trudeau
2020-02-18CI: update aarch64 docker image to buster with meson 0.49Janne Grunau
2020-02-17arm: cdef: Do an 8 bit implementation for cases with all edges presentMartin Storsjö
2020-02-17arm32: cdef: Fix a typo for consistencyMartin Storsjö
2020-02-17cli: Implement line buffering in print_stats()Henrik Gramner
2020-02-13arm: cdef: Remove leftover unused labels and macro parametersMartin Storsjö
2020-02-11arm64: looprestoration: NEON implementation of SGR for 10 bpcMartin Storsjö
2020-02-11arm64: looprestoration: Prepare for 16 bpc by splitting code to separate filesMartin Storsjö
2020-02-11arm: looprestoration: Add 8bpc to existing function names, add HIGHBD_*_SUFFIXMartin Storsjö
2020-02-11looprestoration: Add a bpc parameter to the init funcMartin Storsjö
2020-02-11arm: looprestoration: Improve scheduling in box3/5_h slightlyMartin Storsjö
2020-02-11arm: Use int16_t for the tmp intermediate bufferMartin Storsjö
2020-02-11arm: looprestoration: Fix a commentMartin Storsjö
2020-02-11NEWS: Official naming is AVX2, not AVX-2Jean-Baptiste Kempf
2020-02-11arm64: mc: Reduce the width of a register copyMartin Storsjö
2020-02-11arm64: mc: Use two regs for alternating output rows for w4/8 in avg/w_avg/maskMartin Storsjö
2020-02-11arm64: mc: Simplify avg/w_avg/mask by always using the w16 macroMartin Storsjö
2020-02-10Update NEWS for 0.6.0Jean-Baptiste Kempf
2020-02-08arm64: mc: NEON implementation of warp for 16 bpcMartin Storsjö
2020-02-07arm64: cdef: Add NEON implementations of CDEF for 16 bpcMartin Storsjö
2020-02-07arm: cdef: Prepare for 16bpcMartin Storsjö
2020-02-06x86: Add cdef_filter_4x4 AVX-512 (Ice Lake) asmHenrik Gramner
2020-02-06Reorder the Dav1dFrameHeader struct to fix alignment issuesHenrik Gramner
2020-02-06arm64: looprestoration: NEON implementation of wiener filter for 16 bpcMartin Storsjö
2020-02-06arm: looprestoration: Fix the wiener C wrapper function for high bitdepthsMartin Storsjö