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
2022-02-08x86: Add high bit-depth ipred filter AVX-512 (Ice Lake) asmHenrik Gramner
2021-12-13x86: Add 8-bit mc(t)_scaled SSSE3 32-bit asmVictorien Le Couviour--Tuffet
2021-10-18x86: Add sgr AVX-512 (Ice Lake) asmHenrik Gramner
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-05-04Move the x86-specific warp filter ordering to asmHenrik Gramner
2021-02-11Add minor SGR optimizationsHenrik Gramner
2020-08-21API: remove anonymous struct and union from Dav1dWarpedMotionParamsJanne Grunau
2020-07-02arm32: ipred: Port 8 bpc NEON implementations of remaining arm64 funtionsMartin Storsjö
2020-06-18x86: Add put/prep_bilin_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-04-01Align dav1d_resize_filter[]Henrik Gramner
2020-03-31Make dav1d_resize_filter[] negative so it fits in int8_tRonald S. Bultje
2020-01-27Optimize the cdef_filter C implementationHenrik Gramner
2019-10-24arm: looprestoration: Port the ARM64 SGR NEON assembly to 32 bit armMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of the filter functionMartin Storsjö
2019-08-23Optimize coef ctx calculationsHenrik Gramner
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-13Remove unused CDF:sHenrik Gramner
2019-08-08arm: mc: Speed up due to memory alignment in ldr/str instructionsB Krishnan Iyer
2019-05-18Optimize obmc blendHenrik Gramner
2019-02-14tables: Restore the warp filter table order for architectures other than x86Martin Storsjö
2019-01-19Add SGR optimizationsHenrik Gramner
2019-01-14Shrink dav1d_dr_intra_derivative[]Henrik Gramner
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-16Add support for super-resRonald S. Bultje
2018-11-08Align blend masksHenrik Gramner
2018-11-07recon: fix bilinear entry in dav1d_filter_dir tableJanne Grunau
2018-11-05Reorder the mc warp filter arrayHenrik Gramner
2018-11-05Add AVX2 implementation for SGR looprestorationRonald S. Bultje
2018-10-31Remove dav1d_sgr_one_by_xLuc Trudeau
2018-10-20Reorder the dav1d_filter_intra_taps arrayHenrik Gramner
2018-10-05Intra prediction DSP refactoringHenrik Gramner
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-09-27Downshift mc subpel multiplier constantsHenrik Gramner
2018-09-22Initial decoder implementation.Ronald S. Bultje