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
2020-05-10itx: Add a bpc parameter to the itx dsp init functionMartin Storsjö
2020-04-10memory sanitizer: mask all CPU flagsJanne Grunau
2020-03-22Add a cast to avoid MSVC warningMartin Storsjö
2020-03-21Merge fix_mv{_int,}_precision() into get_gmv_2d()Ronald S. Bultje
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-02-11looprestoration: Add a bpc parameter to the init funcMartin Storsjö
2020-02-01Rework the CDEF top edge handlingHenrik Gramner
2020-01-02Take lossless into account when assigning loopfilter strengthRonald S. Bultje
2019-12-29av1: skip super-resolution upscaling if width < 16Ronald S. Bultje
2019-12-29Disable warping on scaled referencesMichael Bradshaw
2019-12-24Check skip flag before setting tx context to TX_4X4 in lossless framesRonald S. Bultje
2019-12-05Avoid adding offsets to NULL chroma pointers in 4:0:0Henrik Gramner
2019-11-23Avoid adding offsets to NULL pointersLuc Trudeau
2019-11-22Fix stride typeRonald S. Bultje
2019-11-16NEAREST, NEARER, NEAR, NEARISHLuc Trudeau
2019-10-11Check loopfilter levels prior to calling lf_maskLuc Trudeau
2019-10-04Check for RESTORATION_NONE once per frameLuc Trudeau
2019-09-10Split out film grain block functions into a DSPContextRonald S. Bultje
2019-09-04Fix clang-cl assertion warningHenrik Gramner
2019-08-29Check absolute tile positions in sb-to-tile_idx table generationRonald S. Bultje
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-09Quick out if seg_id == 0 in get_prev_frame_segidLuc Trudeau
2019-07-17Fix handling of some memory allocation failuresHenrik Gramner
2019-07-07Fix memory leak in dav1d_submit_frame()Henrik Gramner
2019-07-06Improve robustness of handling malloc failuresHenrik Gramner
2019-07-05Correctly return an error on malloc failureHenrik Gramner
2019-07-05Fix potential memory leakHenrik Gramner
2019-07-02Reduce the size of frame threading buffersHenrik Gramner
2019-07-02Consolidate scratch buffersHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-05-07Fix all remaining symbols without a dav1d prefixHenrik Gramner
2019-04-17Over-allocate level array by 3-bytesRonald S. Bultje
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2019-03-17decode: add a frame tile data buffer size checkJames Almer
2019-03-17decode: don't realloc the tile data buffer when it needs to be enlargedJames Almer
2019-02-21Make allocation of frame_thread.pal alignedRonald S. Bultje
2019-02-17Clipping in the second weight of SGRProj is uselessLuc Trudeau
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-09clean up threads on dav1d_open failuresJanne Grunau
2019-02-08Simplify dav1d_thread_picture_alloc()James Almer
2019-02-08decode: Use abs() instead of labs()Martin Storsjö
2019-01-28replace fprintf uses with dav1d_log()James Almer
2019-01-25Internalize the EC_PROB_SHIFT precision reductionNathan E. Egge
2019-01-25Add msac_decode_bool_equi() functionNathan E. Egge
2019-01-16allocate Tile Group cache dynamicallyJames Almer
2019-01-11pass the sequence header corresponding to the picture being allocatedSteve Lhomme
2019-01-05Add a user data pointer to Dav1dDataPropsMichael Bradshaw
2018-12-20Perform stack realignment in every API entry pointHenrik Gramner