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
2018-10-03Remove dav1d_init()Henrik Gramner
2018-10-03Improve public API documentation in data.hJames Almer
2018-10-03Improve public API documentation in dav1d.hJames Almer
2018-10-02attributes: fix clzll on 32-bit MSVCJames Almer
2018-09-30api: add a frame type field to Dav1dPictureParametersJames Almer
2018-09-29Add Macro to make it clear the variable is intended to not be initializedThierry Foucu
2018-09-29add simplistic stdatomic.h compatible with MSVCSteve Lhomme
2018-09-29Build: Re-structure and cleanup meson.build filesMarvin Scholz
2018-09-28Wrappable data structureRonald S. Bultje
2018-09-28build: use local getopt for anything system where it's missingSteve Lhomme
2018-09-28Add flush functionRonald S. Bultje
2018-09-28attributes: define the ALIGN() macro for MSVCSteve Lhomme
2018-09-28Don't use hardcoded __attribute__((noinline))Steve Lhomme
2018-09-28win32: provide a BSD version of getoptSteve 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-26make dav1d_close() write NULL to the Dav1dContext pointer after freeing itJames Almer
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
2018-09-20Add buildsystem skeletonMarvin Scholz