Accepting request 1158687 from home:dirkmueller:Factory
- update to 1.0.4: * AVIF_ENABLE_WERROR is set to OFF by default. * Fix wrong alpha plane deallocation when decoded tile pixel format does not match reconstructed output image pixel format * Fix identical chunk skipping optimization when writing animation data * Fix ID selection for artificial grid alpha item when decoding a grid of tiles which each have an associated auxiliary alpha image item (https://crbug.com/oss-fuzz/65657). - Remove unused BuildRequires on nasm upstream change. OBS-URL: https://build.opensuse.org/request/show/1158687 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=58
This commit is contained in:
parent
90ed2f1655
commit
999fa6e910
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35e3cb3cd7158209dcc31d3bf222036de5b9597e368a90e18449ecc89bb86a19
|
|
||||||
size 10573846
|
|
3
libavif-1.0.4.tar.gz
Normal file
3
libavif-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146
|
||||||
|
size 10575992
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 17 09:23:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.0.4:
|
||||||
|
* AVIF_ENABLE_WERROR is set to OFF by default.
|
||||||
|
* Fix wrong alpha plane deallocation when decoded tile pixel
|
||||||
|
format does not match reconstructed output image pixel format
|
||||||
|
* Fix identical chunk skipping optimization when writing
|
||||||
|
animation data
|
||||||
|
* Fix ID selection for artificial grid alpha item when decoding
|
||||||
|
a grid of tiles which each have an associated auxiliary alpha
|
||||||
|
image item (https://crbug.com/oss-fuzz/65657).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 21 09:27:03 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
Thu Dec 21 09:27:03 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libavif
|
# spec file for package libavif
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%bcond_with yuv
|
%bcond_with yuv
|
||||||
%endif
|
%endif
|
||||||
Name: libavif
|
Name: libavif
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for encoding and decoding .avif files
|
Summary: Library for encoding and decoding .avif files
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user