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-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
2018-09-28win32: provide a BSD version of getoptSteve Lhomme
2018-09-27build: fix incorrect version.h dependencyShiz
2018-09-27Build: Fix configure fallback for stack alignmentMarvin Scholz
2018-09-27meson: Don't probe for pthread on windowsHugo Beauzée-Luyssen
2018-09-27Remove HAVE_PTHREAD_H config macroHugo Beauzée-Luyssen
2018-09-27x86: MC AVX2Henrik Gramner
2018-09-27x86 asm infrastructureHenrik Gramner
2018-09-27Build: x86 asm supportMarvin Scholz
2018-09-26Build: Do not build libdav1dentrypoint by defaultMarvin Scholz
2018-09-26build: add -Wvla to warn about undesired variable length arraysJanne Grunau
2018-09-24Build: Do not add redundant -Wall flagMarvin Scholz
2018-09-24Build: Remove _GNU_SOURCE macroMarvin Scholz
2018-09-24Build: Change C standard version to C99Marvin Scholz
2018-09-24Build: Use POSIX.1–2001 (IEEE Std 1003.1-2001)Marvin Scholz
2018-09-24Build: Remove cargo-cult macro definitionsMarvin Scholz
2018-09-23build: also install the `dav1d` binaryNiklas Haas
2018-09-23Build: Fix meson build with meson 0.47.xMarvin Scholz
2018-09-23Build: Only use omit-frame-pointer and fast-math for optimized buildsMarvin Scholz
2018-09-21build: use stack alignment CC flags only on x86Janne Grunau
2018-09-22Add & use a thread compatibility layerHugo Beauzée-Luyssen
2018-09-22Initial decoder implementation.Ronald S. Bultje
2018-09-20Add buildsystem skeletonMarvin Scholz