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-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-17x86: cdef: Add SIMD implementation of cdef_dir for 16bpcNathan E. Egge
2021-02-17Add bpc suffix to cdef functionsNathan E. Egge
2021-02-16msvc: Silence false positive uninitialized variable warningsHenrik 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-12arm64: looprestoration16: Fix parameter reading from the stack on darwinMartin Storsjö
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-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-08lf_mask: Align an array that is accessed via aliasing structuresMartin Storsjö
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-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
2021-02-03looprestoration: Document how much filters are allowed to write past the righ...Martin Storsjö
2021-01-29Properly fix LOAD_MM_PERMUTATION for AVX-512Anton Mitrofanov
2021-01-28src: Replace check for intra-/key-frame with dedicated macroMatthias Dressel
2021-01-28src: Use a macro for testing frame_typeMatthias Dressel
2021-01-28arm: looprestoration: Exploit wiener filter symmetry in the vert filterMartin Storsjö
2021-01-28arm: looprestoration: Exploit wiener filter symmetry in the horz filterMartin Storsjö
2021-01-28arm: looprestoration: Simplify right edge padding in horz filtersMartin Storsjö
2021-01-28arm: looprestoration: Simplify dup'ing the padding pixelMartin Storsjö
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2021-01-25data: Remove dead codeMatthias Dressel
2021-01-21AVX2: Swap shuffles with zen 2/3 friendly equivalentsKyle Siefring
2021-01-20arm64: cdef_dir: Preload rows to prevent stallingKyle Siefring
2021-01-11Round and clip with one step, mc_8tap_regular_h_cNathan E. Egge
2021-01-11Rework the usage of noskip_maskKyle Siefring
2021-01-11Dedup setting match flags for spatial candidatesKyle Siefring
2021-01-07arm32: ipred: NEON implementation of ipred functions for 16 bpcMartin Storsjö