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-09-15Fix calculation of OBMC lap dimensionsDavid Conrad
2022-09-15Fix overflow when saturating dequantized coefficients clipped to 0David Conrad
2022-01-15add --inloopfilters to enable/disable postfilters dynamicallyRonald S. Bultje
2021-10-29Allow CDEF and LR to run sbrows in parallelVictorien Le Couviour--Tuffet
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
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-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-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2020-11-22Add more buffer poolsHenrik Gramner
2020-08-21API: remove anonymous struct and union from Dav1dWarpedMotionParamsJanne Grunau
2020-06-20Extract y related operations out of warp_affine inner loopLuc Trudeau
2020-03-31Invert src_w/h argument in mc.resize()Ronald S. Bultje
2020-03-26Extract sub_h4 out of inner loopLuc Trudeau
2020-03-21Use union refmvs_pair { mv mv[2]; uint64_t n; } for MV pairsRonald S. Bultje
2020-03-21Rewrite refmvs.cRonald S. Bultje
2020-01-01Deal with chroma coefficients that are exactly 0x100000Ronald S. Bultje
2019-12-29av1: use chroma txtp inference over default DCT_DCT if qidx=0Ronald S. Bultje
2019-12-29av1: skip super-resolution upscaling if width < 16Ronald S. Bultje
2019-11-23Avoid adding offsets to NULL pointersLuc Trudeau
2019-10-04Check for RESTORATION_NONE once per frameLuc Trudeau
2019-09-06Silence some clang-cl warningsHenrik Gramner
2019-08-28Use 64-bit integers for warp_affine mvx/mvy calculationsHenrik Gramner
2019-08-23Optimize coef ctx calculationsHenrik Gramner
2019-08-22Change scan tables from int16_t to uint16_tHenrik Gramner
2019-08-13x86: Add an msac function for coefficient hi_tok decodingHenrik Gramner
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-13Remove unused CDF:sHenrik Gramner
2019-08-09decode_coefs reuse lossless variableLuc Trudeau
2019-08-09Unroll hi_token loop in decode_coeffLuc Trudeau
2019-07-02Consolidate scratch buffersHenrik Gramner
2019-05-24Optimize coefficient decodingHenrik Gramner
2019-05-18Optimize obmc blendHenrik Gramner
2019-05-07Fix all remaining symbols without a dav1d prefixHenrik Gramner
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2019-02-21Don't assume chroma subsampling in stride calculationRonald S. Bultje
2019-02-15Add a dav1d prefix to global msac symbolsHenrik Gramner
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2019-02-08Avoid warnings about variables being truncated by changing the type of variablesMartin Storsjö
2019-01-25Add msac_decode_bool_equi() functionNathan E. Egge
2019-01-24Don't filter top/left intra edge if intra_edge_filter=0Ronald S. Bultje
2018-12-20Don't apply QM on lossless blocksRonald S. Bultje
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-06Change type of MC intermediates from coef to int16_tRonald S. Bultje
2018-11-27mc/svc: adjust frame-mt wait scanline for 8-tap filterJanne Grunau
2018-11-25Store literal bitstream values in Dav1dSequence/FrameHeaderRonald S. Bultje
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje