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-03-21Rewrite refmvs.cRonald S. Bultje
2020-02-20Replace malloc+memset(0) with callocLuc Trudeau
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-07-17Fix handling of some memory allocation failuresHenrik 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-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-21arm64: Work around a clang/LLVM misoptimizationMartin Storsjö
2018-11-09Always free references upon sequence header refreshRonald S. Bultje
2018-11-04Remove debug and redundant zero-inits from ref_mvs.cRonald S. Bultje
2018-10-25meson: add "-Werror=missing-prototypes" to the list of optional argumentsJames Almer
2018-10-24Make symbols shared with libaom static.Thomas Daede
2018-10-24fix debug build after 16ec1057342Janne Grunau
2018-10-24remove unused function av1_clamp_mv()Janne Grunau
2018-10-24remove unused unused code from src/ref_mvs.cJanne Grunau
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-10-02ref_mvs: Check malloc in av1_init_ref_mv_common and propagate errorDerek Buitenhuis
2018-10-02ref_mvs: Check for alloation fail before calling memset in av1_alloc_ref_mv_c...Derek Buitenhuis
2018-09-22Initial decoder implementation.Ronald S. Bultje