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-02-21Final update for 0.8.2 NEWS0.8.2Jean-Baptiste Kempf
2021-02-19arm32: itx: Add a NEON implementation of itx for 10 bpcMartin Storsjö
2021-02-19arm64: itx16: Add missing clipping on narrowingsMartin Storsjö
2021-02-19arm64: itx16: Improve scheduling in idct4Martin Storsjö
2021-02-19arm: itx: Add missing/fix conditions around loading eob threshold valueMartin Storsjö
2021-02-19arm: itx: Fix comment typosMartin Storsjö
2021-02-19arm32: ipred16: Fix overwrites to the right of the buffer for ipred_dc_left_w64Martin Storsjö
2021-02-19arm32: Fix the descriptive comment for the sub_sp_align macroMartin Storsjö
2021-02-19x86: lr: Add AVX2 implementation of wiener filter for 16 bpcNathan E. Egge
2021-02-19Add bpc suffix to lr functionsNathan E. Egge
2021-02-17Update NEWS for 0.8.2 releaseJean-Baptiste Kempf
2021-02-17x86: cdef: Add SIMD implementation of cdef_dir for 16bpcNathan E. Egge
2021-02-17Add bpc suffix to cdef functionsNathan E. Egge
2021-02-16build: Fix compilation with clang-clHenrik Gramner
2021-02-16msvc: Silence false positive uninitialized variable warningsHenrik Gramner
2021-02-15Update NEWS for 0.8.2Jean-Baptiste Kempf
2021-02-15msvc: Disable the C4090 warningHenrik Gramner
2021-02-15Eliminate 1D scan tablesHenrik Gramner
2021-02-15Optimize non-qmatrix coefficient decodingHenrik Gramner
2021-02-15Optimize decoding of non-zero coefficientsHenrik Gramner
2021-02-13Looprestoration: Over-allocate the lpf bufferHenrik Gramner
2021-02-12CI: Add jobs for specific bit-depthsMarvin Scholz
2021-02-12arm64: looprestoration16: Fix parameter reading from the stack on darwinMartin Storsjö
2021-02-12Silence -Warray-bounds warning on some gcc versionsNathan E. Egge
2021-02-11Set thread names on HaikuEmmanuel Gil Peyrot
2021-02-11x86: Rewrite SGR AVX2 asmHenrik Gramner
2021-02-11Add minor SGR optimizationsHenrik Gramner
2021-02-11x86inc: Add stack probing on WindowsHenrik Gramner
2021-02-11dav1dplay: Add -lm for llround() supportEmmanuel Gil Peyrot
2021-02-10arm64: itx16: Use usqadd to avoid separate clamping of negative valuesMartin Storsjö
2021-02-09arm64: looprestoration: Rewrite the wiener functionsMartin Storsjö
2021-02-09arm64: mc: Improve first tap for inorder coresKyle Siefring
2021-02-08arm32: mc: Optimize warp by doing horz filtering in 8 bitMartin Storsjö
2021-02-08build: Fix ninja warning message on WindowsHenrik Gramner
2021-02-08xxhash: Add a cast to silence a warning when built with MSVCMartin Storsjö
2021-02-08lf_mask: Align an array that is accessed via aliasing structuresMartin Storsjö
2021-02-08tools: add optional xxh3 based muxerJanne Grunau
2021-02-08cli: Fix md5 verification for short valuesMatthias Dressel
2021-02-06tools: fix '--verify' with muxer explicitly setJanne Grunau
2021-02-06Shrink some wedge initialization tablesHenrik Gramner
2021-02-06arm: Move the sub_sp and sub_sp_aligned macros to the shared util fileMartin Storsjö
2021-02-06dav1dplay: Only repaint the window when necessaryNiklas Haas
2021-02-06dav1dplay: Update/modernize placebo-based rendererNiklas Haas
2021-02-06dav1dplay: Disable zerocopy on placebo-glNiklas Haas
2021-02-06Fix potential deadlockVictorien Le Couviour--Tuffet
2021-02-06arm32: loopfilter16: Remove an extra immediate moveMartin Storsjö
2021-02-06arm64: warped motion: Various optimizationsKyle Siefring
2021-02-06arm64: loopfilter: Avoid leaving 8-bitsKyle Siefring
2021-02-05arm64: loopfilter16: Remove extra immediate moveKyle Siefring
2021-02-04arm64: cdef 8bpc: Accumulate sum in bytesKyle Siefring