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-11-22section5: use signed type for seeking backwardsMartin Storsjö
2019-10-25build: Add a workaround for Xcode 11 -fstack-check bug0.5.1Henrik Gramner
2019-10-25Update NEWS for 0.5.1Jean-Baptiste Kempf
2019-10-09Update NEWS for 0.5.0Jean-Baptiste Kempf
2019-08-10meson: move dav1dplay to a new examples sectionJames Almer
2019-08-08Set thread names on MacOSHenrik Gramner
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-08-03dav1d 0.4.00.4.0Jean-Baptiste Kempf
2019-07-02build: fix meson deprecation warningVictorien Le Couviour--Tuffet
2019-06-10Initial PowerPC supportLuca Barbato
2019-06-09meson: simplify a few checks for x86 targetsJames Almer
2019-06-04meson: Fix nasm detectionMarvin Scholz
2019-05-22build: Enable SSE2 by default on x86-32Henrik Gramner
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-05-11Update NEWS and version for 0.3.10.3.1Jean-Baptiste Kempf
2019-05-09build: Use -mcmodel=small on 64-bit WindowsHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-04-29Release 0.3.00.3.0Jean-Baptiste Kempf
2019-03-14tools/dav1d: make the md5 muxer endian-awareJanne Grunau
2019-03-14On the road to 0.2.2Jean-Baptiste Kempf
2019-03-09build: add "api" to api/soname related versionsJanne Grunau
2019-03-08let dav1d_version() return the project versionJanne Grunau
2019-03-04On the road to 0.2.1Jean-Baptiste Kempf
2019-03-01Update copyright yearsJean-Baptiste Kempf
2019-02-26fix dav1d spellingJanne Grunau
2019-02-26bump version to 0.2.0 and soname to 1.0.0Janne Grunau
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