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/env.h
AgeCommit message (Expand)Author
2020-03-21Merge fix_mv{_int,}_precision() into get_gmv_2d()Ronald S. Bultje
2020-03-21Rewrite refmvs.cRonald S. Bultje
2019-11-16NEAREST, NEARER, NEAR, NEARISHLuc Trudeau
2019-08-23Optimize coef ctx calculationsHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-13Remove unused CDF:sHenrik Gramner
2019-08-09decode_coefs reuse lossless variableLuc Trudeau
2019-08-08Avoid CDF overreads in gather_top_partition_prob()Henrik Gramner
2019-05-24Optimize coefficient decodingHenrik Gramner
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-11-19Remove confusing math and redundant computations.Nathan E. Egge
2018-11-17If Y/AC is 0 (but lossless=0), only allow coding DCT_DCTRonald S. Bultje
2018-11-07Use grouped context settingRonald S. Bultje
2018-10-23Fix negative shift exponent in get_poc_diffLuc Trudeau
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-10-02Remove compare between int and uintLuc Trudeau
2018-10-02Remove unused parameters in get_tx_ctxLuc Trudeau
2018-09-28Workaround two more ubsan warnings.Ronald S. Bultje
2018-09-27Don't read filmgrain parameters for never-visible frames.Ronald S. Bultje
2018-09-22Initial decoder implementation.Ronald S. Bultje