Ana Guerrero
38790aeec0
Accepting request 1200778 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1200778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=26
2024-09-15 10:33:10 +00:00
36021419be
- Enable building with aom and libyuv for Leap
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=62
2024-09-13 09:10:49 +00:00
Dominique Leuenberger
61c50d7189
Accepting request 1198306 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1198306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=25
2024-09-04 11:21:58 +00:00
1d26b91fe6
- update to 1.1.1:
...
* In avif.h, change "AVIF_API AVIF_NODISCARD" back to
"AVIF_NODISCARD AVIF_API" to fix clang-cl and MSVC compilation
errors in the shared library build on Windows.
* Fix -DAVIF_GTEST=SYSTEM
* Fix infe_type and codec_config_type wrongly read as byte-
aligned fields in the
* experimental feature AVIF_ENABLE_EXPERIMENTAL_METAV1.
* When building aom as a local dependency, runtime CPU
detection (`CONFIG_RUNTIME_CPU_DETECT`) is now always `ON`;
* Fix CMake config shared library leaks
* Update gain map metadata to current ISO 21496-1 draft.
* cmake: Only search for ASM_NASM language on x86_64 platforms.
* Fix "No known features for CXX compiler" CMake error.
* Fix aom link flags so that transitive library link flags are
included when aom is a static library
* Fix out-of-order 'dimg' grid associations
* Report files with an item used in multiple 'dimg' boxes with
* AVIF_RESULT_NOT_IMPLEMENTED instead of
AVIF_RESULT_INVALID_IMAGE_GRID.
* Add experimental API for reading and writing gain maps in
AVIF files.
* If enabled at compile time, add `gainMap` field to
`avifImage`,
* add `qualityGainMap` field to `avifEncoder`, add
`gainMapPresent`, `enableDecodingGainMap`,
`enableParsingGainMapMetadata` and `ignoreColorAndAlpha` to
`avifDecoder`.
* Utility functions for working with gain maps are also added.
* Gain maps allow readers that support them to display HDR
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=60
2024-09-02 13:44:27 +00:00
Ana Guerrero
f84170070b
Accepting request 1158784 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1158784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=24
2024-03-18 15:43:29 +00:00
999fa6e910
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
2024-03-17 16:26:47 +00:00
Ana Guerrero
05186ed71f
Accepting request 1134725 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1134725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=23
2023-12-25 18:04:35 +00:00
Andreas Schneider
90ed2f1655
Accepting request 1134414 from home:AndreasStieger:branches:multimedia:libs
...
libavif 1.0.3 CVE-2023-6704boo#1218303
OBS-URL: https://build.opensuse.org/request/show/1134414
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=56
2023-12-23 10:37:44 +00:00
Ana Guerrero
3cb35de3a1
Accepting request 1129716 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1129716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=22
2023-11-30 20:59:07 +00:00
Andreas Schneider
d13927bee7
Accepting request 1129665 from home:AndreasStieger:branches:multimedia:libs
...
libavif 1.0.2
CVE-2023-6350 boo#1217614
CVE-2023-6351 boo#1217615
OBS-URL: https://build.opensuse.org/request/show/1129665
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=54
2023-11-29 06:54:11 +00:00
Ana Guerrero
e6c4f606a9
Accepting request 1107858 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1107858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=21
2023-08-31 11:42:21 +00:00
Andreas Schneider
754d46e66c
Accepting request 1107834 from home:polslinux:branches:multimedia:libs
...
- Update to 1.0.0:
* Incompatible changes:
+ The clli member was added to the avifImage struct.
+ The repetitionCount member was added to the avifEncoder and avifDecoder
structs.
+ The quality and qualityAlpha members were added to the avifEncoder struct.
+ Check that functions returning pointers do not return NULL before accessing
those pointers.
+ Check the return value of avifEncoderSetCodecSpecificOption().
+ The maxThreads member was added to the avifRGBImage struct.
+ Check the return value of avifRGBImageAllocatePixels(), avifRWDataRealloc(),
avifRWDataSet(), avifImageSetProfileICC(), avifImageSetMetadataExif() and
avifImageSetMetadataXMP().
+ The meaning of the keyframeInterval member of avifEncoder struct has changed
slightly. When set to a value of "n",
Before: It forces a keyframe on every nth frame.
After: Any set of "n" consecutive frame will have at least one keyframe
(every nth frame may or may not be a keyframe).
* Added:
+ Add clli metadata read and write support
+ Add repetitionCount member to avifEncoder and avifDecoder structs to specify
the number of repetitions for animated image sequences.
+ Add quality and qualityAlpha to avifEncoder. Note: minQuantizer,
maxQuantizer, minQuantizerAlpha, and maxQuantizerAlpha are deprecated. Code
should be updated to set quality (and qualityAlpha if applicable) and leave
minQuantizer, maxQuantizer, minQuantizerAlpha, and maxQuantizerAlpha
initialized to the default values.
+ The --target-size flag in avifenc was added to adapt the quality so that the
output file size is as close to the given number of bytes as possible.
+ Add the public API function avifImageIsOpaque() in avif.h.
OBS-URL: https://build.opensuse.org/request/show/1107834
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=52
2023-08-29 07:01:17 +00:00
Dominique Leuenberger
cfc731d26e
Accepting request 1085326 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1085326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=20
2023-05-09 11:07:16 +00:00
Andreas Schneider
54efe1a037
Accepting request 1085322 from home:adkorte:branches:multimedia:libs
...
- Add BuildRequires pkgconfig(libwebp) to enable libsharpyuv
OBS-URL: https://build.opensuse.org/request/show/1085322
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=50
2023-05-07 15:55:17 +00:00
Dominique Leuenberger
4bd44c35a3
Accepting request 1035657 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1035657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=19
2022-11-15 12:18:23 +00:00
820e14ce54
Accepting request 1035629 from home:ecsos
...
- Update to version 0.11.1:
Need to build mpv for Tumbleweed.
OBS-URL: https://build.opensuse.org/request/show/1035629
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=48
2022-11-14 13:26:14 +00:00
Dominique Leuenberger
19c3b4f536
Accepting request 1032374 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1032374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=18
2022-11-01 12:40:23 +00:00
a6e993dd7f
Accepting request 1031624 from home:elvigia:branches:multimedia:libs
...
- Remove unused BuildRequires on nasm
- Remove indirect/incorrect Buildrequires on zlib
- add direct glib Buildrequires
OBS-URL: https://build.opensuse.org/request/show/1031624
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=46
2022-10-31 07:48:59 +00:00
Dominique Leuenberger
b1cba00573
Accepting request 1011224 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/1011224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=17
2022-10-20 09:09:25 +00:00
4a0164224c
Accepting request 1011123 from home:iznogood:branches:multimedia:libs
...
New upstream release
OBS-URL: https://build.opensuse.org/request/show/1011123
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=44
2022-10-16 08:07:28 +00:00
Dominique Leuenberger
f11a5f5488
Accepting request 992214 from multimedia:libs
...
- Enable libyuv on TW
OBS-URL: https://build.opensuse.org/request/show/992214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=16
2022-08-04 11:22:44 +00:00
Andreas Schneider
2642ee5289
Accepting request 991813 from home:gmbr3:Chromium
...
- Enable libyuv on TW
OBS-URL: https://build.opensuse.org/request/show/991813
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=42
2022-08-01 09:00:36 +00:00
Dominique Leuenberger
56db58bd64
Accepting request 972437 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/972437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=15
2022-04-26 18:15:00 +00:00
Andreas Schneider
7d748b5564
Accepting request 972415 from home:dirkmueller:Factory
...
- update to 0.10.1:
* tests/docker/build.sh: Build SVT-AV1 using cmake and ninja directly
* Fix a Visual Studio 2017 compiler warning in src\reformat.c: warning C4204:
nonstandard extension used: non-constant aggregate initializer
* Fix the help message of avifdec: --index takes a value
OBS-URL: https://build.opensuse.org/request/show/972415
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=40
2022-04-25 05:40:48 +00:00
Dominique Leuenberger
05c79f9f7b
Accepting request 967877 from multimedia:libs
...
- Update to version 0.10.0
* See https://github.com/AOMediaCodec/libavif/blob/v0.10.0/CHANGELOG.md
for a complete changelog or check the CHANGELOG.md in the doc directory.
- Disable libaom and use rav1e by default
* As PHP 8.1 has AVIF support, use rav1e by default as it is more
secure being written in Rust.
OBS-URL: https://build.opensuse.org/request/show/967877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=14
2022-04-10 17:05:23 +00:00
Andreas Schneider
1b2dea19a1
Update to version 0.10.0
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=38
2022-04-08 15:52:30 +00:00
Andreas Schneider
15e3a1014d
Use rav1e only on TW for now
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=37
2021-12-25 10:31:56 +00:00
Andreas Schneider
bfd38c144a
Disable libaom and use rav1e by default
...
* As PHP 8.1 has AVIF support, use rav1e by default as it is more
secure being written in Rust.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=36
2021-12-25 10:27:14 +00:00
Dominique Leuenberger
62b324546a
Accepting request 926673 from multimedia:libs
...
- Update to version 0.9.3
* See https://github.com/AOMediaCodec/libavif/blob/v0.9.3/CHANGELOG.md
for a complete changelog.
OBS-URL: https://build.opensuse.org/request/show/926673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=13
2021-10-25 13:17:10 +00:00
Andreas Schneider
69d903fb82
Update to version 0.9.3
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=35
2021-10-21 08:17:27 +00:00
Dominique Leuenberger
00e05360ea
Accepting request 902192 from multimedia:libs
...
- Update to version 0.9.2
* See https://github.com/AOMediaCodec/libavif/blob/v0.9.2/CHANGELOG.md
for a complete changelog.
- Update to version 0.9.1
* See https://github.com/AOMediaCodec/libavif/blob/v0.9.1/CHANGELOG.md
for a complete changelog.
OBS-URL: https://build.opensuse.org/request/show/902192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=12
2021-06-27 16:58:20 +00:00
Andreas Schneider
6c7a41a21b
Update to version 0.9.2
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=34
2021-06-24 18:15:38 +00:00
Andreas Schneider
8c88af764f
Update to version 0.9.1
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=33
2021-05-20 08:40:56 +00:00
Dominique Leuenberger
0c8eb9fe80
Accepting request 884867 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/884867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=11
2021-04-14 08:10:16 +00:00
Andreas Schneider
6ad43bb3a4
Accepting request 884842 from home:dimstar:Factory
...
- Add baselibs.conf: produce libavif10-32bit as a new dependency to
libgd3-32bit (support avif in libgd).
OBS-URL: https://build.opensuse.org/request/show/884842
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=31
2021-04-13 07:55:47 +00:00
Dominique Leuenberger
4ca5569853
Accepting request 879242 from multimedia:libs
...
- Update to version 0.9.0
* See https://github.com/AOMediaCodec/libavif/blob/v0.9.0/CHANGELOG.md
for a complete changelog.
OBS-URL: https://build.opensuse.org/request/show/879242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=10
2021-03-17 19:13:42 +00:00
Andreas Schneider
b1349b3c3e
Update to version 0.9.0
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=29
2021-03-15 10:43:22 +00:00
Dominique Leuenberger
f3dd8a766f
Accepting request 862969 from multimedia:libs
...
OBS-URL: https://build.opensuse.org/request/show/862969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=9
2021-01-18 10:26:36 +00:00
Andreas Schneider
06315c2d09
Accepting request 862955 from home:iznogood:branches:multimedia:libs
...
- Build the gdk-pixbuf module: Add pkgconfig(gdk-pixbuf-2.0)
BuildRequires and pass DAVIF_BUILD_GDK_PIXBUF=ON to cmake.
Package the resulting loader in a new sub package.
- Use cmake_build macro.
OBS-URL: https://build.opensuse.org/request/show/862955
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=27
2021-01-13 19:21:57 +00:00
Andreas Schneider
bbcd86b094
Update to version 0.8.4
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=26
2020-12-09 16:31:55 +00:00
Dominique Leuenberger
1b6819f404
Accepting request 841880 from multimedia:libs
...
- Update to version 0.8.2
* See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
for a complete changelog.
OBS-URL: https://build.opensuse.org/request/show/841880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=8
2020-10-15 11:51:33 +00:00
Andreas Schneider
5c2bc997f8
Fix libname
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=24
2020-10-15 08:40:47 +00:00
Andreas Schneider
4471af09ce
Update to version 0.8.2
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=23
2020-10-15 08:25:11 +00:00
Dominique Leuenberger
069da9e308
Accepting request 827354 from multimedia:libs
...
- Update to version 0.8.1
* See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
for a complete changelog.
- Enabled AOM support (default)
OBS-URL: https://build.opensuse.org/request/show/827354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=7
2020-08-18 10:00:21 +00:00
Andreas Schneider
2dbd7eb5e1
- Update to version 0.8.1
...
- Enabled AOM support (default)
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=21
2020-08-17 13:43:23 +00:00
Dominique Leuenberger
4484d19f00
Accepting request 822195 from multimedia:libs
...
- Update to version 0.8.0
* See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
for a complete changelog.
OBS-URL: https://build.opensuse.org/request/show/822195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=6
2020-07-24 07:59:39 +00:00
Andreas Schneider
887b9a357a
Update to version 0.8.0
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=19
2020-07-21 06:08:06 +00:00
Dominique Leuenberger
bb96351358
Accepting request 800411 from multimedia:libs
...
- Update to version 0.7.3
* See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
for a complete changelog.
* Removed e4e5d752ece581d6ef9fbb8bab0ab2edfde13fc5.patch
* Removed ebb29b37711c749681278f8b778f0e6c031c4ca2.patch
* Removed e7dcc74b5529da209266020852a72b554461e538.patch
- Update to version 0.7.2
* See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
for a complete changelog.
* Added e4e5d752ece581d6ef9fbb8bab0ab2edfde13fc5.patch
* Added ebb29b37711c749681278f8b778f0e6c031c4ca2.patch
* Added e7dcc74b5529da209266020852a72b554461e538.patch
OBS-URL: https://build.opensuse.org/request/show/800411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=5
2020-05-05 16:55:42 +00:00
Andreas Schneider
a6f3195052
Remove patches for spec
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=17
2020-05-05 13:17:28 +00:00
Andreas Schneider
cdc1fdf8b0
Update to version 0.7.3
...
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=16
2020-05-05 12:59:11 +00:00