Changelog for
webp-devel-1.4.x+git.20240611T133544~3ba8af1-20.1.x86_64.rpm :
* Sat Jun 15 2024 obs-service-tar-scmAATTinvalid- Update to version 1.4.x+git.20240611T133544~3ba8af1:
* Do not escape quotes anymore in build.sh
* Allow centipede to be used as a fuzzing engine.
* make VP8I4ModeOffsets & VP8MakeIntra4Preds static
* oss-fuzz/build.sh: use heredoc for script creation
* oss-fuzz/build.sh,cosmetics: fix indent
* Limit the possible fuzz engines.
* Switch public fuzz tests to fuzztest.
* Add huffman_fuzzer to .gitignore
* Move build script from oss-fuzz repo to here.
* Fix link to Javascript documentation
* Sat Oct 14 2023 Robert Herb
- rename package to webp
* Sun Aug 07 2022 Dirk Müller - update to 1.2.4: This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2 (#575)
* fix lossless crunch mode encoding with WEBP_REDUCE_SIZE (chromium: #1345547, #1345595, #1345772, #1345804)
* Fri Jul 22 2022 Dirk Müller - update to 1.2.3:
* security fix for lossless encoder (#565, chromium:1313709)
* improved progress granularity in WebPReportProgress() when using lossless
* improved precision in Sharp YUV (-sharp_yuv) conversion
* many corrections to webp-lossless-bitstream-spec.txt (#551)
* crash/leak fixes on error/OOM and other bug fixes (#558, #563, #569, #573)
* Mon Jan 31 2022 Dirk Müller - update to 1.2.2:
* webpmux: add \"-set bgcolor A,R,G,B\"
* add ARM64 NEON support for MSVC builds (#539)
* doc updates and bug fixes (#538, #544, #548, #550)
* Wed Oct 13 2021 Callum Farmer - update to 1.2.1:
* minor lossless encoder improvements and x86 color conversion speed up
* further security related hardening in libwebp & examples
* toolchain updates and bug fixes
* use more inclusive language within the source
* Sat Jan 30 2021 Dirk Müller - update to 1.2.0:
* API changes in libwebp: encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
* lossless encoder improvements
* SIMD support for Wasm builds
* import fuzzers from oss-fuzz & chromium
* webpmux: add a \'-set loop \' option
* Wed Apr 01 2020 Martin Pluskal - Update to version 1.1.0:
* API changes: - libwebp: WebPMalloc - extras: WebPUnmultiplyARGB
* alpha decode fix
* toolchain updates and bug fixes
* Fri Nov 01 2019 Martin Liška - Disable LTO (boo#1155449) for ARM targets.
* Sat Aug 24 2019 Jan Engelhardt - Update to new upstream release 1.0.3
* Resize fixes for Nx1 sizes and the addition of non-opaque alpha values for odd sizes.
* Lossless encode/decode performance improvements.
* Lossy compression performance improvement at low quality levels with flat content.
* vwebp will now preserve the aspect ratio of images that exceed monitor resolution by scaling the image to fit.