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
2019-02-19meson: Add an undocumented option for overriding stack alignmentMartin Storsjö
2019-02-19build: change include_directories orderJanne Grunau
2019-02-13meson: Try building with -Wshorten-64-to-32Martin Storsjö
2019-02-11Use 64-bit versions of fseek and ftellHenrik Gramner
2019-02-08meson: Check for io.h and include it in dav1d.c if availableMartin Storsjö
2019-02-08meson: Try adding -Wno-missing-field-initializers when buildingMartin Storsjö
2019-02-07build: fix defining CONFIG_LOG when logging is disabledJames Almer
2019-01-28add a logging callback mechanismJames Almer
2019-01-16build: Change required nasm version to 2.13.02Marvin Scholz
2018-12-20build: Silence some useless MSVC warningsHenrik Gramner
2018-12-20Use 16-byte stack alignment on 32-bit x86Henrik Gramner
2018-12-20arm: detect NEON on FreeBSD armv6Jan Beich
2018-12-18Implement support for PIC in x86-32 asmHenrik Gramner
2018-12-16arm: define PIC if the compiler uses pic by defaultJanne Grunau
2018-12-15On the road to 0.1.1Jean-Baptiste Kempf
2018-12-11On the way to 0.1.0Jean-Baptiste Kempf
2018-12-0612 bits/component supportRonald S. Bultje
2018-11-29add a Doxygen html targetJanne Grunau
2018-11-14meson: fix disabling asm for arm/arm64Janne Grunau
2018-11-09MSVC Compat: Move stdatomic fallback to its own directoryDerek Buitenhuis
2018-11-09Add stdatomic fallback for GCC 4.7/4.8Derek Buitenhuis
2018-11-02meson: prevent memory sanitizer builds with asmJanne Grunau
2018-11-02mem: use memalign as fallback for posix_memalign and _aligned_mallocJanne Grunau
2018-11-01arm: add cpu flag detectionJanne Grunau
2018-10-25meson: add "-Werror=missing-prototypes" to the list of optional argumentsJames Almer
2018-10-23fuzzer: add a standalone fuzzing engine 'none'Janne Grunau
2018-10-19meson: Disable asserts in release buildsMarvin Scholz
2018-10-19meson: Define CONFIG_xBPC to 0 for the bitdepths that aren't enabledMartin Storsjö
2018-10-09Build: Change default build type to releaseMarvin Scholz
2018-10-04meson: error on nasm < 2.13Janne Grunau
2018-10-03tests: add libfuzzer test targetJanne Grunau
2018-10-02Build: Do not warn about unused-parameterMarvin Scholz
2018-10-02Build: Do not warn about maybe-uninitializedMarvin Scholz
2018-10-02meson: Move pkg-config generation in src/Hugo Beauzée-Luyssen
2018-10-02Build: Fix static library buildingMarvin Scholz
2018-10-01build: use -Werror=vla to prevent variable length arraysJanne Grunau
2018-09-29build: add support for arm/aarch64 asm and integrate checkasmJanne Grunau
2018-09-29add simplistic stdatomic.h compatible with MSVCSteve Lhomme
2018-09-29Build: Add build dir to NASM include pathMarvin Scholz
2018-09-29Set build warnings to 2 (-Wextra)Jean-Baptiste Kempf
2018-09-29Build: Re-structure and cleanup meson.build filesMarvin Scholz
2018-09-29Build: Move ext folder to srcMarvin Scholz
2018-09-28Build: Fix library versionMarvin Scholz
2018-09-28Build: Fix thread dependencyMarvin Scholz
2018-09-28Build: Add checkasm testMarvin Scholz
2018-09-28build: use local getopt for anything system where it's missingSteve Lhomme
2018-09-28win32: Generate a resource file & link it with the libraryHugo Beauzée-Luyssen
2018-09-28meson: Extract version componentsHugo Beauzée-Luyssen
2018-09-28meson: Don't hardcode the version multiple timesHugo Beauzée-Luyssen
2018-09-28detect unistd.h availabilitySteve Lhomme