Accepting request 962893 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/962893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=24
This commit is contained in:
commit
c6c434fd5e
@ -1 +1 @@
|
|||||||
libdav1d5
|
libdav1d6
|
||||||
|
@ -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
3
dav1d-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:047b8229511a82b5718a1d34c86c067b078efd02f602986d2ed09b23182ec136
|
||||||
|
size 1372928
|
@ -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>
|
Fri Sep 3 17:07:36 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dav1d
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%define sover 5
|
%define sover 6
|
||||||
Name: dav1d
|
Name: dav1d
|
||||||
Version: 0.9.2
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An AV1 decoder
|
Summary: An AV1 decoder
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user