SHA256
1
0
forked from pool/dav1d

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

- 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

OBS-URL: https://build.opensuse.org/request/show/782013
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=30
This commit is contained in:
2020-03-06 07:35:05 +00:00
committed by Git OBS Bridge
parent 7e32431cc4
commit ea22feb88e
5 changed files with 35 additions and 8 deletions

View File

@@ -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