[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: dav1d: update to 1.2.1
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Jun 4 05:59:12 UTC 2023
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
a7d9910e by Tristan Matthews at 2023-06-02T22:33:19-04:00
contrib: dav1d: update to 1.2.1
- Fix a threading race on task_thread.init_done
- NEON z2 8bpc and high bit-depth optimizations
- SSSE3 z2 high bit-depth optimziations
- Fix a desynced luma/chroma planes issue with Film Grain
- Reduce memory consumption
- Improve dav1d_parse_sequence_header() speed
- OBU: Improve header parsing and fix potential overflows
- OBU: Improve ITU-T T.35 parsing speed
- Misc buildsystems, CI and headers fixes
Source:
https://code.videolan.org/videolan/dav1d/-/releases/1.2.1
(cherry picked from commit 2b9c1fdf6d190102d07d3b64ccd01f02333f3189)
- - - - -
2 changed files:
- contrib/src/dav1d/SHA512SUMS
- contrib/src/dav1d/rules.mak
Changes:
=====================================
contrib/src/dav1d/SHA512SUMS
=====================================
@@ -1 +1 @@
-a3a7e162e45181449cd42af3a4d36669a850a4ee9ab17641dcd63d84406444566e8ebc7caa55b0620ab581039f36d19a90218a40f52ebbe525b37ed9493fb3f3 dav1d-1.0.0.tar.xz
+f172eebc0a5f6c51d31fc9e9758c2dd0de51d8a5d0e00c93a5f2b1b16b7b4a37b365f9c56dea95d400e66b63af5fa4c63d9e720719ac38852777fc8c6066e4a7 dav1d-1.2.1.tar.xz
=====================================
contrib/src/dav1d/rules.mak
=====================================
@@ -1,6 +1,6 @@
# libdav1d
-DAV1D_VERSION := 1.0.0
+DAV1D_VERSION := 1.2.1
DAV1D_URL := $(VIDEOLAN)/dav1d/$(DAV1D_VERSION)/dav1d-$(DAV1D_VERSION).tar.xz
PKGS += dav1d
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a7d9910e783dbbad2629f277254d4aa8c5d9d092
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a7d9910e783dbbad2629f277254d4aa8c5d9d092
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