Accepting request 962892 from home:alois:branches:multimedia:libs

- 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

OBS-URL: https://build.opensuse.org/request/show/962892
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=50
This commit is contained in:
Luigi Baldoni 2022-03-18 16:34:05 +00:00 committed by Git OBS Bridge
parent ea969210da
commit 5056fc4ae5
5 changed files with 20 additions and 7 deletions

View File

@ -1 +1 @@
libdav1d5
libdav1d6

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59a5fc9cc5d8ea780ad71ede6d589ed33fb5179d87780dcf80a00ee854952935
size 1185148

3
dav1d-1.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:047b8229511a82b5718a1d34c86c067b078efd02f602986d2ed09b23182ec136
size 1372928

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 18 16:02:49 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
- 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 <aloisio@gmx.com>

View File

@ -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