[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: contrib: dav1d: update to 1.5.0
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Feb 3 12:02:12 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
e56013eb by Tristan Matthews at 2025-02-02T06:35:41-05:00
contrib: dav1d: update to 1.5.0
1.5.0 is a major release of dav1d, that adds numerous optimizations on
all platforms, x86, ARM, PPC, Risc-V, Loogarch, making it the fastest
release ever.
(cherry picked from commit 6e4895f39c5e33b65abd1656758babe8612919ef)
- - - - -
71ad405f by Tristan Matthews at 2025-02-02T06:35:41-05:00
contrib: dav1d: update to 1.5.1
1.5.1 is a minor release of dav1d, focusing on speed optimizations and
on stack reduction.
Notable optimizations happened on SSSE3, ARM32/ARM64, RISC-V and power-PC.
A possible deadlock was also fixed.
(cherry picked from commit 00fb0120934881d297eeb0e4a13e1acd0ef75e12)
- - - - -
2 changed files:
- contrib/src/dav1d/SHA512SUMS
- contrib/src/dav1d/rules.mak
Changes:
=====================================
contrib/src/dav1d/SHA512SUMS
=====================================
@@ -1 +1 @@
-6f3233acfb7d248155ac4beb237fe48186fdfb378820f0b15a5ca54a5642a63ebae48446075f10c6be77a8b9a95ddf41c6709af21936af793f1bbc28a2ef4bd8 dav1d-1.4.3.tar.xz
+3582dff4f797ebe2c137b28549a7214f11869ae308e3c78440849a3a501b12c326d3fa604126ccff4b648f37ab260c003c63385c70ba91e11f3442f20ad455db dav1d-1.5.1.tar.xz
=====================================
contrib/src/dav1d/rules.mak
=====================================
@@ -1,6 +1,6 @@
# libdav1d
-DAV1D_VERSION := 1.4.3
+DAV1D_VERSION := 1.5.1
DAV1D_URL := $(VIDEOLAN)/dav1d/$(DAV1D_VERSION)/dav1d-$(DAV1D_VERSION).tar.xz
PKGS += dav1d
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7d9556076c73705896c3efe79d3a1f53b264c404...71ad405fde6a00fa0b139d57cd152a9b78a8b9b8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7d9556076c73705896c3efe79d3a1f53b264c404...71ad405fde6a00fa0b139d57cd152a9b78a8b9b8
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list