diff --git a/dav1d-0.1.0.tar.gz b/dav1d-0.1.0.tar.gz deleted file mode 100644 index 397537b..0000000 --- a/dav1d-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd54884594997a35f0b5292d7afce6d1c9c2471b6866d231c18738a2d752c257 -size 443433 diff --git a/dav1d-0.2.0.tar.gz b/dav1d-0.2.0.tar.gz new file mode 100644 index 0000000..b03e0b0 --- /dev/null +++ b/dav1d-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71e1c99be3fc77ed15d98066d36e4c9e088e3b622492209c93d675da48dd9e2 +size 528278 diff --git a/dav1d.changes b/dav1d.changes index a5ef05d..748cb1c 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 4 17:31:53 UTC 2019 - Luigi Baldoni + +- 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 diff --git a/dav1d.spec b/dav1d.spec index 040a421..732e143 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -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