[vlc-commits] [Git][videolan/vlc][master] contrib: update dav1d to 1.5.4
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Jul 16 14:20:57 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
6de0cbe9 by Tristan Matthews at 2026-07-16T12:40:09+00:00
contrib: update dav1d to 1.5.4
1.5.4 is a minor release of dav1d, focused on optimizations and maintenance:
- Support for OS/2, including API exports and assembly
- Switch to external checkasm
- Add Armv9.3-A GCS (Guarded Control Stack) support
- AArch64: optimize ipred_v, ipred_h and ipred_smooth_* 8bpc functions, and
reduce .text size
- ARM32: optimize prep_neon
- RISC-V: ipred_(dc, h, v, pal) optimizations for 8 and 16bpc,
generate_grain_y for 8bpc, and optimizations (prep/put_8tap, 6-tap and copy paths)
- Portability improvements for non-POSIX systems (signal() fallback)
- Schedule tile tasks for all passes at once, improving threading
- Precompute the quantization matrix tables at build time
- Move loop-invariant computations out of hot loops
- - - - -
2 changed files:
- contrib/src/dav1d/SHA512SUMS
- contrib/src/dav1d/rules.mak
Changes:
=====================================
contrib/src/dav1d/SHA512SUMS
=====================================
@@ -1 +1 @@
-3d6a1a67a3c7d171747fd244566b23c66c174c4aad1964fef95367b2b33a187abb544e83dccc27d9cda409c8156b7c44a8bf33af810e8fa79d08cb5f3796fa54 dav1d-1.5.3.tar.xz
+75ab7c922bc9647d73534c9f6c95a514748557adbf7a4debf95eee52ef1db681012cbaad165a46141d904cdd01c1e6319cdea33d254afb5c6b3d968679e55b98 dav1d-1.5.4.tar.xz
=====================================
contrib/src/dav1d/rules.mak
=====================================
@@ -1,6 +1,6 @@
# libdav1d
-DAV1D_VERSION := 1.5.3
+DAV1D_VERSION := 1.5.4
DAV1D_URL := $(VIDEOLAN)/dav1d/$(DAV1D_VERSION)/dav1d-$(DAV1D_VERSION).tar.xz
PKGS += dav1d
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6de0cbe90a91a40d5eafbed6ab25e82857474865
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6de0cbe90a91a40d5eafbed6ab25e82857474865
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list