diff --git a/baselibs.conf b/baselibs.conf index 04dbf34..52d3852 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libdav1d5 +libdav1d6 diff --git a/dav1d-0.9.2.tar.gz b/dav1d-0.9.2.tar.gz deleted file mode 100644 index 4f8faa1..0000000 --- a/dav1d-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59a5fc9cc5d8ea780ad71ede6d589ed33fb5179d87780dcf80a00ee854952935 -size 1185148 diff --git a/dav1d-1.0.0.tar.gz b/dav1d-1.0.0.tar.gz new file mode 100644 index 0000000..caa9111 --- /dev/null +++ b/dav1d-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047b8229511a82b5718a1d34c86c067b078efd02f602986d2ed09b23182ec136 +size 1372928 diff --git a/dav1d.changes b/dav1d.changes index 6dedec0..b06460a 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 18 16:02:49 UTC 2022 - Luigi Baldoni + +- Update to version 1.0.0 + * Automatic thread management. + * Add support for AVX-512 acceleration. + * x86 code speedup (from SSE2 to AVX2). + * New grain API to ease acceleration on the GPU. + * New API call to get information of which frame failed to + decode, in error cases. + * Numerous small bug fixes. +- Bump soversion to 6 + ------------------------------------------------------------------- Fri Sep 3 17:07:36 UTC 2021 - Luigi Baldoni diff --git a/dav1d.spec b/dav1d.spec index a3927f2..f56920c 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -1,7 +1,7 @@ # # spec file for package dav1d # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %define _lto_cflags %{nil} -%define sover 5 +%define sover 6 Name: dav1d -Version: 0.9.2 +Version: 1.0.0 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause