From d95408ab385f212c8e0de99ce3e6cd571abdbc89bf00c6fb8840d00373c8b99e Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sat, 2 Jan 2021 18:42:19 +0000 Subject: [PATCH] Accepting request 859858 from home:alois:branches:multimedia:libs - Update to version 0.8.1 * Keep references to buffers valid after dav1d_close(). Fixes a regression caused by the picture buffer pool added in 0.8.0. * ARM32 optimizations for 10bit bitdepth for SGR * ARM32 optimizations for 16bit bitdepth for blend/w_masl/emu_edge * ARM64 optimizations for 10bit bitdepth for SGR * x86 optimizations for wiener in SSE2/SSSE3/AVX2 OBS-URL: https://build.opensuse.org/request/show/859858 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=40 --- dav1d-0.8.0.tar.gz | 3 --- dav1d-0.8.1.tar.gz | 3 +++ dav1d.changes | 13 +++++++++++++ dav1d.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 dav1d-0.8.0.tar.gz create mode 100644 dav1d-0.8.1.tar.gz diff --git a/dav1d-0.8.0.tar.gz b/dav1d-0.8.0.tar.gz deleted file mode 100644 index 3f280f3..0000000 --- a/dav1d-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46cd76dc70840824d5c17a29e5a90cbc61a462a8a8e4c8caf732aefb8c6e538b -size 891273 diff --git a/dav1d-0.8.1.tar.gz b/dav1d-0.8.1.tar.gz new file mode 100644 index 0000000..6acc583 --- /dev/null +++ b/dav1d-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f52cccc31180c7180ebe8f223de6d12351c0407de0dfac087e8a9cc3feb8da +size 902845 diff --git a/dav1d.changes b/dav1d.changes index 1339a36..abfcb2b 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jan 2 18:33:17 UTC 2021 - aloisio@gmx.com + +- Update to version 0.8.1 + * Keep references to buffers valid after dav1d_close(). + Fixes a regression caused by the picture buffer pool added + in 0.8.0. + * ARM32 optimizations for 10bit bitdepth for SGR + * ARM32 optimizations for 16bit bitdepth for + blend/w_masl/emu_edge + * ARM64 optimizations for 10bit bitdepth for SGR + * x86 optimizations for wiener in SSE2/SSSE3/AVX2 + ------------------------------------------------------------------- Tue Nov 24 10:03:21 UTC 2020 - Luigi Baldoni diff --git a/dav1d.spec b/dav1d.spec index 074afe3..806ad25 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -1,7 +1,7 @@ # # spec file for package dav1d # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 5 Name: dav1d -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause