Path to this page:
./
graphics/libwebp,
WebP image format library and tools
Branch: CURRENT,
Version: 1.4.0,
Package name: libwebp-1.4.0,
Maintainer: ryoonWebP is a image format that provides lossy and lossless compression
for photographic images. A WebP file consists of VP8 image data, and
a container based on RIFF.
Required to run:[
graphics/tiff] [
graphics/png] [
graphics/giflib]
Required to build:[
pkgtools/cwrappers]
Package options: tiff
Master sites:
Filesize: 4181.025 KB
Version history: (Expand)
- (2024-04-15) Updated to version: libwebp-1.4.0
- (2023-10-21) Updated to version: libwebp-1.3.2nb1
- (2023-09-15) Updated to version: libwebp-1.3.2
- (2023-07-23) Updated to version: libwebp-1.3.1
- (2023-01-03) Updated to version: libwebp-1.2.4nb1
- (2022-08-08) Updated to version: libwebp-1.2.4
CVS history: (Expand)
2024-04-15 14:40:37 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
graphics/libwebp: Update to 1.4.0
Changelog:
- 4/12/2024: version 1.4.0
This is a binary compatible release.
* API changes:
- libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk,
WebPAnimEncoderDeleteChunk
- libsharpyuv: SharpYuvOptionsInit, SharpYuvConvertWithOptions
- extras: SharpYuvEstimate420Risk
* further security related hardening in libwebp & examples
* some minor optimizations in the lossless encoder
* added WEBP_NODISCARD to report unused result warnings; enable with
-DWEBP_ENABLE_NODISCARD=1
* improvements and corrections in webp-container-spec.txt and
webp-lossless-bitstream-spec.txt (#611)
* miscellaneous warning, bug & build fixes (#615, #619, #632, #635)
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|
2023-09-15 14:49:01 by Benny Siegert | Files touched by this commit (2) | |
Log message:
libwebp: update to 1.3.2 (critical security update)
- 9/13/2023: version 1.3.2
This is a binary compatible release.
* security fix for lossless decoder (chromium: #1479274, CVE-2023-4863)
|
2023-07-23 19:02:03 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
libwebp: update to 1.3.1.
Upstream changes (from NEWS):
version 1.3.1
This is a binary compatible release.
* security fixes for lossless encoder (#603, chromium: #1420107, #1455619,
CVE-2023-1999)
* improve error reporting through WebPPicture error codes
* fix upsampling for RGB565 and RGBA4444 in NEON builds
* img2webp: add -sharp_yuv & -near_lossless
* Windows builds:
- fix compatibility with clang-cl (#607)
- improve Arm64 performance with cl.exe
- add Arm64EC support
* fix webp_js with emcc >= 3.1.27 (stack size change, #614)
* CMake fixes (#592, #610, #612)
* further updates to the container and lossless bitstream docs (#581, #611)
version 1.3.0
This is a binary compatible release.
* add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
functionality to other libraries; libwebp now depends on this library
* major updates to the container and lossless bitstream docs (#448, #546,
#551)
* miscellaneous warning, bug & build fixes (#576, #583, #584)
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-08-08 15:44:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libwebp: updated to 1.2.4
version 1.2.4
This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2
* fix lossless crunch mode encoding with WEBP_REDUCE_SIZE
|
2022-07-18 21:06:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libwebp: updated to 1.2.3
version 1.2.3
This is a binary compatible release.
* security fix for lossless encoder
* improved progress granularity in WebPReportProgress() when using lossless
* improved precision in Sharp YUV (-sharp_yuv) conversion
* many corrections to webp-lossless-bitstream-spec.txt
* crash/leak fixes on error/OOM and other bug fixes
|
2022-07-15 01:46:28 by David A. Holland | Files touched by this commit (86) |
Log message:
Bump everything affected by the jpeg.buildlink3.mk fix.
|