Accepting request 782014 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/782014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=13
This commit is contained in:
commit
fc83a6bc37
@ -1 +1 @@
|
||||
libdav1d3
|
||||
libdav1d4
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34180d4c48f65785242c3062b2e098d4c9388b384a8480a5466eb4e452dc4af9
|
||||
size 714668
|
3
dav1d-0.6.0.tar.gz
Normal file
3
dav1d-0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66c3e831a93f074290a72aad5da907e3763ecb092325f0250a841927b3d30ce3
|
||||
size 784247
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 07:20:04 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.6.0
|
||||
* New ARM64 optimizations for the 10/12bit depth:
|
||||
+ mc_avg, mc_w_avg, mc_mask
|
||||
+ mc_put/mc_prep 8tap/bilin
|
||||
+ mc_warp_8x8
|
||||
+ mc_w_mask
|
||||
+ mc_blend
|
||||
+ wiener
|
||||
+ SGR
|
||||
+ loopfilter
|
||||
+ cdef
|
||||
* New AVX-512 optimizations for prep_bilin, prep_8tap,
|
||||
cdef_filter, mc_avg/w_avg/mask
|
||||
* New SSSE3 optimizations for film grain
|
||||
* New AVX2 optimizations for msac_adapt16
|
||||
* Fix rare mismatches against the reference decoder, notably
|
||||
because of clipping
|
||||
* Improvements on ARM64 on msac, cdef and looprestoration
|
||||
optimizations
|
||||
* Improvements on AVX2 optimizations for cdef_filter
|
||||
* Improvements in the C version for itxfm, cdef_filter
|
||||
|
||||
- Bump sover to 4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 19:03:37 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dav1d
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 3
|
||||
%define sover 4
|
||||
Name: dav1d
|
||||
Version: 0.5.2
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: An AV1 decoder
|
||||
License: BSD-2-Clause
|
||||
@ -27,7 +27,7 @@ URL: https://code.videolan.org/videolan/dav1d
|
||||
Source0: https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: nasm
|
||||
BuildRequires: nasm >= 2.14
|
||||
BuildRequires: pkgconfig
|
||||
# necessary to meson
|
||||
BuildRequires: rpm >= 4.14
|
||||
|
Loading…
Reference in New Issue
Block a user