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-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2021-05-04Move the x86-specific warp filter ordering to asmHenrik Gramner
2021-01-11Round and clip with one step, mc_8tap_regular_h_cNathan E. Egge
2020-03-31Invert src_w/h argument in mc.resize()Ronald S. Bultje
2020-03-31Make dav1d_resize_filter[] negative so it fits in int8_tRonald S. Bultje
2019-11-17Don't run film grain generation beyond visible luma borderRonald S. Bultje
2019-09-10Remove luma width check in fguv_32x32xnRonald S. Bultje
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-05-18Optimize obmc blendHenrik Gramner
2019-05-10Add __attribute__((cold)) to rarely used functionsHenrik Gramner
2019-02-14tables: Restore the warp filter table order for architectures other than x86Martin Storsjö
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2019-02-05mc: Ensure high bitdepth intermediates fits in int16_tHenrik Gramner
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-06Change type of MC intermediates from coef to int16_tRonald S. Bultje
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-11-16Add support for super-resRonald S. Bultje
2018-11-16Clip unscaled output pixels in put_8tap_scaled_c()Ronald S. Bultje
2018-11-15Don't clip in prep_8tap_scaled_cRonald S. Bultje
2018-11-14mc: ensure order of evaluation of macro arguments in FILTER_BILINJanne Grunau
2018-11-14mc: use PXSTRIDE consistently in {put,prep}_8tap_scaled_cJanne Grunau
2018-11-14Add support for scaled referencesRonald S. Bultje
2018-11-10Split MC blendHenrik Gramner
2018-11-07Change emu_edge function argument order for easier SIMDRonald S. Bultje
2018-11-06Move emu_edge() from recon_tmpl.c to Dav1dMCDSPContext in mc_tmpl.cRonald S. Bultje
2018-11-05Reorder the mc warp filter arrayHenrik Gramner
2018-11-03Simplify blend() by making intermediate buffer contiguousRonald S. Bultje
2018-10-25Build: Add suffix to templated BITDEPTH filesMarvin Scholz