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-30Specify hidden visibility for global data symbol declarationsHenrik Gramner
2022-07-06cpu: Inline dav1d_get_cpu_flags()Henrik Gramner
2021-08-19refmvs: Pack the refmvs_block structChristophe Gisquet
2021-06-20Use the 'noclone` function attribute in addition to 'noinline`Henrik Gramner
2021-04-14attributes: Add a CHECK_OFFSET macro for verifying struct offsetsMartin Storsjö
2021-02-16build: Fix compilation with clang-clHenrik 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
2020-11-22Add more buffer poolsHenrik Gramner
2020-04-10memory sanitizer: mask all CPU flagsJanne Grunau
2020-04-03Update a stale comment for dav1d_alloc_aligned()Wan-Teh Chang
2020-02-11arm64: looprestoration: NEON implementation of SGR for 10 bpcMartin Storsjö
2020-02-04arm: mc: Prepare the init file for higher bitdepthsMartin Storsjö
2020-02-01Avoid masking the lsb in high bit-depth stride calculationsHenrik Gramner
2020-01-29checkasm: Increase buffer alignment to 64-byte on x86-64Henrik Gramner
2020-01-10Add a workaround for -fsanitize=cfi + dlsym() issueHenrik Gramner
2019-09-04Prefer __builtin_unreachable() over __assume() on clang-clHenrik Gramner
2019-08-23Optimize coef ctx calculationsHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-07-27vsx: Set the correct alignment constraintsLuca Barbato
2019-06-30checkasm: cdef: Add verbose prints for output data (and relevant input)Martin Storsjö
2019-06-25checkasm: Add functions for printing pixel buffersMartin Storsjö
2019-05-10Add __attribute__((cold)) to rarely used functionsHenrik Gramner
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Make include guards consistent; don't define any value for the include guard ...Martin Storsjö
2019-01-28add a logging callback mechanismJames Almer
2018-12-20Use 16-byte stack alignment on 32-bit x86Henrik Gramner
2018-12-0612 bits/component supportRonald S. Bultje
2018-11-14Add support for scaled referencesRonald S. Bultje
2018-11-07Use grouped context settingRonald S. Bultje
2018-11-05move rl32() to its only user tools/dav1d/input/ivf.cJanne Grunau
2018-11-02mem: use memalign as fallback for posix_memalign and _aligned_mallocJanne Grunau
2018-10-25attributes: Don't align to more than what assembly needs/benefits fromMartin Storsjö
2018-10-25attributes: Fix leftover mismatched else/endif commentsMartin Storsjö
2018-10-19attributes: Don't try to use _BitScanReverse64 on MSVC/ARMMartin Storsjö
2018-10-02attributes: fix clzll on 32-bit MSVCJames Almer
2018-09-29Add Macro to make it clear the variable is intended to not be initializedThierry Foucu
2018-09-28attributes: define the ALIGN() macro for MSVCSteve Lhomme
2018-09-28Don't use hardcoded __attribute__((noinline))Steve Lhomme
2018-09-28define builtin clz/ctz calls MSVC equivalentsSteve Lhomme
2018-09-28replace direct calls to __builtin_clz/ctz with generic functionsSteve Lhomme
2018-09-28add helper functions for ctz/clzSteve Lhomme
2018-09-25validate: Don't use __PRETTY_FUNCTION__Hugo Beauzée-Luyssen
2018-09-25validate: Don't name variadic macro parametersHugo Beauzée-Luyssen
2018-09-24Fix stride in ac buffer from 32 to width in padding.Ronald S. Bultje
2018-09-22Fix macOS buildHugo Beauzée-Luyssen
2018-09-22Initial decoder implementation.Ronald S. Bultje