[vlc-commits] [Git][videolan/vlc][master] contrib: dav1d: update to 1.2.1

Tristan Matthews (@tmatth) gitlab at videolan.org
Sat Jun 3 02:17:12 UTC 2023



Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
2b9c1fdf by Tristan Matthews at 2023-06-03T01:30:20+00: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

- - - - -


2 changed files:

- contrib/src/dav1d/SHA512SUMS
- contrib/src/dav1d/rules.mak


Changes:

=====================================
contrib/src/dav1d/SHA512SUMS
=====================================
@@ -1 +1 @@
-1f1775bdcdbc38a0bb12d7f14f01ee321cc03f15d8b7c6fabe2ada3a3c46885b0eff5851ea912079a1519ef01278c3a192e3b0347b0ab9b25cafab4124f1ae6a  dav1d-1.2.0.tar.xz
+f172eebc0a5f6c51d31fc9e9758c2dd0de51d8a5d0e00c93a5f2b1b16b7b4a37b365f9c56dea95d400e66b63af5fa4c63d9e720719ac38852777fc8c6066e4a7  dav1d-1.2.1.tar.xz


=====================================
contrib/src/dav1d/rules.mak
=====================================
@@ -1,6 +1,6 @@
 # libdav1d
 
-DAV1D_VERSION := 1.2.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/2b9c1fdf6d190102d07d3b64ccd01f02333f3189

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2b9c1fdf6d190102d07d3b64ccd01f02333f3189
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