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

- Update to version 0.9.0
  * x86 (64bit) AVX2 implementation of most 10b/12b functions,
    which should provide a large boost for high-bitdepth
    decoding on modern x86 computers and servers.
  * ARM64 neon implementation of FilmGrain (4:2:0/4:2:2/4:4:4 8bit)
  * New API to signal events happening during the decoding process

OBS-URL: https://build.opensuse.org/request/show/893490
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=46
This commit is contained in:
Luigi Baldoni 2021-05-16 17:19:17 +00:00 committed by Git OBS Bridge
parent b8aeb0485e
commit 6f042522fd
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00438cf4abb45a56f3dff4c0ff76f4714540672118fe84eea24617d5ed2e394c
size 933717

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun May 16 17:12:52 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.9.0
* x86 (64bit) AVX2 implementation of most 10b/12b functions,
which should provide a large boost for high-bitdepth
decoding on modern x86 computers and servers.
* ARM64 neon implementation of FilmGrain (4:2:0/4:2:2/4:4:4 8bit)
* New API to signal events happening during the decoding process
-------------------------------------------------------------------
Wed Mar 24 18:36:28 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -19,7 +19,7 @@
%define _lto_cflags %{nil}
%define sover 5
Name: dav1d
Version: 0.8.2
Version: 0.9.0
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause