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

- Update to version 0.2.0
  * ARM64 and ARM optimizations using NEON instructions
  * SSSE3 optimizations for both 32 and 64bits
  * More AVX-2 assembly, reaching almost completion
  * Fix installation of includes
  * Rewrite inverse transforms to avoid overflows
  * Snap packaging for Linux
  * Updated API (ABI and API break)
  * Fixes for un-decodable samples

OBS-URL: https://build.opensuse.org/request/show/681527
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal 2019-03-04 18:47:57 +00:00 committed by Git OBS Bridge
parent 96116fc01b
commit b2f6a68261
4 changed files with 21 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 4 17:31:53 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.2.0
* ARM64 and ARM optimizations using NEON instructions
* SSSE3 optimizations for both 32 and 64bits
* More AVX-2 assembly, reaching almost completion
* Fix installation of includes
* Rewrite inverse transforms to avoid overflows
* Snap packaging for Linux
* Updated API (ABI and API break)
* Fixes for un-decodable samples
-------------------------------------------------------------------
Thu Dec 13 13:21:36 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package dav1d
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,21 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 0
%define sover 1
Name: dav1d
Version: 0.1.0
Version: 0.2.0
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause
Group: Productivity/Multimedia/Video/Editors and Convertors
URL: https://code.videolan.org/videolan/dav1d
Source0: https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz
BuildRequires: nasm
BuildRequires: meson >= 0.47.0
BuildRequires: nasm
BuildRequires: pkgconfig
# necessary to meson
BuildRequires: rpm >= 4.14