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
2020-12-13Simplify msac subexp decodingHenrik Gramner
2020-05-10x86-64: Do msac refill before calling dav1d_msac_init_x86()Henrik Gramner
2020-03-28const correctness msacLuc Trudeau
2020-02-05msac: make symbol_adapt16 a function pointer on x86_64Lynne
2019-08-13x86: Add an msac function for coefficient hi_tok decodingHenrik Gramner
2019-08-13Add msac optimizationsHenrik Gramner
2019-05-14x86-64: Add msac_decode_bool and msac_decode_bool_adapt asmHenrik Gramner
2019-05-14x86-64: Add msac_decode_bool_equi asmHenrik Gramner
2019-04-16msac: Add a cast to indicate intended narrowing from size_t to unsignedMartin Storsjö
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2019-02-15Add a dav1d prefix to global msac symbolsHenrik Gramner
2019-02-15Make msac_decode_symbol() staticHenrik Gramner
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2019-01-25Internalize the EC_PROB_SHIFT precision reductionNathan E. Egge
2019-01-25Add msac_decode_bool_equi() functionNathan E. Egge
2018-11-06Add "disable_cdf_update" supportTristan Laurent
2018-11-05Simplify rate calculation in update_cdfDavid Michael Barr
2018-11-03Add simpler version of update_cdf() for boolean symbolsRonald S. Bultje
2018-11-01Match style for update_cdf and remove nsymbs2speedDavid Michael Barr
2018-10-31Rewrite msac.cRostislav Pehlivanov
2018-10-24Make symbols shared with libaom static.Thomas Daede
2018-10-05fix -Wsign-compare warningsskal
2018-09-28replace direct calls to __builtin_clz/ctz with generic functionsSteve Lhomme
2018-09-22Initial decoder implementation.Ronald S. Bultje