Accepting request 1065812 from home:alois:branches:multimedia:libs
- Update to version 1.1.0 * New function dav1d_get_frame_delay to query the decoder frame delay * Numerous fixes for strict conformity to the specs and samples * NEON and AVX-512 misc fixes and improvements * Partial AVX2 12bpc transform implementations * AVX-512 high bit-depth cdef_filter, loopfilter, itx * NEON z1/z3 optimization for 8bpc * SSSE3 z1 optimization for 8bpc OBS-URL: https://build.opensuse.org/request/show/1065812 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=56
This commit is contained in:
parent
f9d81f0306
commit
ce7fad3fb1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:047b8229511a82b5718a1d34c86c067b078efd02f602986d2ed09b23182ec136
|
|
||||||
size 1372928
|
|
3
dav1d-1.1.0.tar.gz
Normal file
3
dav1d-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b163791a587c083803a3db2cd18b4fbaf7fb865b47d038c4869ffef7722b6b16
|
||||||
|
size 1427047
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 21:26:23 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 1.1.0
|
||||||
|
* New function dav1d_get_frame_delay to query the decoder
|
||||||
|
frame delay
|
||||||
|
* Numerous fixes for strict conformity to the specs and samples
|
||||||
|
* NEON and AVX-512 misc fixes and improvements
|
||||||
|
* Partial AVX2 12bpc transform implementations
|
||||||
|
* AVX-512 high bit-depth cdef_filter, loopfilter, itx
|
||||||
|
* NEON z1/z3 optimization for 8bpc
|
||||||
|
* SSSE3 z1 optimization for 8bpc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 13 06:52:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Oct 13 06:52:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dav1d
|
# spec file for package dav1d
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define sover 6
|
%define sover 6
|
||||||
|
|
||||||
Name: dav1d
|
Name: dav1d
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An AV1 decoder
|
Summary: An AV1 decoder
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user