[vlc-commits] contrib: rav1e: update to v0.4.1
Tristan Matthews
git at videolan.org
Thu Apr 8 21:21:54 UTC 2021
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Thu Apr 8 11:05:30 2021 -0400| [e5416ddad25b7687d9058733334634aa8d52b923] | committer: Tristan Matthews
contrib: rav1e: update to v0.4.1
* Avoid a crash for 1pixel videos
* Make write_color_config() spec compliant
* Fix an intermittent test failure
* Make sure Intel AVX512 support works
* Update v_frame to 0.2.1
Source: https://github.com/xiph/rav1e/releases/tag/v0.4.1
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e5416ddad25b7687d9058733334634aa8d52b923
---
contrib/src/rav1e/SHA512SUMS | 2 +-
contrib/src/rav1e/rules.mak | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/rav1e/SHA512SUMS b/contrib/src/rav1e/SHA512SUMS
index f3772675df..80f677b213 100644
--- a/contrib/src/rav1e/SHA512SUMS
+++ b/contrib/src/rav1e/SHA512SUMS
@@ -1 +1 @@
-79eaf580e60bc3dafc518813392d34339a6f3ca39567d0658c48fea3e2eafd4bfa89630aa0ada8200eaeaa1b1f0d4701d87636edf9c14bbe602c53e2b36367e9 rav1e-0.4.0.tar.gz
+d8466c7392cdcd6c6693174cc7148d57a82a8b2328f27b0665a3311e24c9fba136e7f5a35a222004e0554d64005e8b676601e437dcba5365cf69e3b8c61691d8 rav1e-0.4.1.tar.gz
diff --git a/contrib/src/rav1e/rules.mak b/contrib/src/rav1e/rules.mak
index d720136a1d..c43b949f8b 100644
--- a/contrib/src/rav1e/rules.mak
+++ b/contrib/src/rav1e/rules.mak
@@ -1,6 +1,6 @@
# rav1e
-RAV1E_VERSION := 0.4.0
+RAV1E_VERSION := 0.4.1
RAV1E_URL := https://github.com/xiph/rav1e/archive/v$(RAV1E_VERSION).tar.gz
ifdef BUILD_RUST
More information about the vlc-commits
mailing list