[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: contrib: dav1d: update to 1.4.1
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Tue Jun 4 14:57:42 UTC 2024
Felix Paul Kühne pushed to branch 3.0.x at VideoLAN / VLC
Commits:
56fec04c by Tristan Matthews at 2024-06-03T16:53:32+02:00
contrib: dav1d: update to 1.4.1
1.4.1 is a small release of dav1d, improving notably ARM and RISC-V speed
- Optimizations for 6tap filters for NEON (ARM)
- More RISC-V optimizations for itx (4x8, 8x4, 4x16, 16x4, 8x16, 16x8)
- Reduction of binary size on ARM64, ARM32 and RISC-V
- Fix out-of-bounds read in 8bpc SSE2/SSSE3 wiener_filter
- Msac optimizations
(cherry picked from commit 1d89e101ce8899035635f39c60d617965e39dc0e)
- - - - -
71d24338 by Tristan Matthews at 2024-06-03T16:53:41+02:00
contrib: dav1d: update to 1.4.2
Changes for 1.4.2 'Road Runner':
--------------------------------
1.4.2 is a small release of dav1d, improving notably ARM, AVX-512 and PowerPC
- AVX2 optimizations for 8-tap and new variants for 6-tap
- AVX-512 optimizations for 8-tap and new variants for 6-tap
- Improve entropy decoding on ARM64
- New ARM64 optimizations for convolutions based on DotProd extension
- New ARM64 optimizations for convolutions based on i8mm extension
- New ARM64 optimizations for subpel and prep filters for i8mm
(cherry picked from commit 918e9a33fa2f9b828743efb9ab2f67257728a5f0)
- - - - -
2 changed files:
- contrib/src/dav1d/SHA512SUMS
- contrib/src/dav1d/rules.mak
Changes:
=====================================
contrib/src/dav1d/SHA512SUMS
=====================================
@@ -1 +1 @@
-32fcb1d19f35bec62c05637987e0204cf76880af192685e0acb08ea30cb9dac889ee89be0f847c79c6c51210c375031b26cf6e4aabc91480e44777e9fb3cbe02 dav1d-1.4.0.tar.xz
+36f8e632f64212db63e126b9ed2ca95c2db930d2388c551cde0b13b783ae872edeab1b5dd2274684bb03e98536d0334552ddcba209cff08c3568d97321034920 dav1d-1.4.2.tar.xz
=====================================
contrib/src/dav1d/rules.mak
=====================================
@@ -1,6 +1,6 @@
# libdav1d
-DAV1D_VERSION := 1.4.0
+DAV1D_VERSION := 1.4.2
DAV1D_URL := $(VIDEOLAN)/dav1d/$(DAV1D_VERSION)/dav1d-$(DAV1D_VERSION).tar.xz
PKGS += dav1d
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0229706f3f6f7686ea6701a769abc50f58e6516b...71d2433822747246f32a2bf5c4543882ba34cac2
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0229706f3f6f7686ea6701a769abc50f58e6516b...71d2433822747246f32a2bf5c4543882ba34cac2
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