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
2020-03-27meson/x86: add option to disable AVX-512 asmJanne Grunau
2020-03-21meson/android: undefine _FILE_OFFSET_BITS if fseeko is not availableJanne Grunau
2020-02-10Update NEWS for 0.6.0Jean-Baptiste Kempf
2020-01-22x86: Bump nasm version requirement to 2.14Henrik Gramner
2020-01-09x86: add prep_bilin AVX512 asmVictorien Le Couviour--Tuffet
2020-01-08Fix building as a meson subprojectXavier Claessens
2019-12-18Don't assume dlsym exists on linuxMartin Storsjö
2019-12-17Linux: Add a workaround for a glibc stack size issueHenrik Gramner
2019-12-06Simplify shifting in generate_grain_y/uv AVX2Ronald S. Bultje
2019-12-02Update NEWS0.5.2Jean-Baptiste Kempf
2019-11-27build: do not error out if clock_gettime is not found on darwinJanne Grunau
2019-11-24checkasm: replace gettimeofday with clock_gettimeJan Beich
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