2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-02-15 22:18:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libwebp: updated to 1.2.0
version 1.2.0
* API changes:
- libwebp:
encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
* lossless encoder improvements
* SIMD support for Wasm builds
* add xcframeworkbuild.sh, supports Mac Catalyst builds
* import fuzzers from oss-fuzz & chromium
* webpmux: add an '-set loop <value>' option
* toolchain updates and bug fixes
|
2020-06-05 14:49:18 by Jonathan Perkin | Files touched by this commit (189) |
Log message:
*: Apply revbump for graphics/giflib API change.
|
2020-01-08 13:47:55 by Nia Alarie | Files touched by this commit (2) | |
Log message:
libwebp: Update to 1.1.0
- 12/18/2019: version 1.1.0
* API changes:
- libwebp:
WebPMalloc (issue #442)
- extras:
WebPUnmultiplyARGB
* alpha decode fix (issue #439)
* toolchain updates and bug fixes
(chromium: #1026858, #1027136, #1027409, #1028620, #1028716, #995200)
(oss-fuzz: #19430, #19447)
|
2019-07-16 13:43:32 by Ryo ONODERA | Files touched by this commit (2) | |
Log message:
Update to 1.0.3
Changelog:
- 7/4/2019: version 1.0.3
This is a binary compatible release.
* resize fixes for Nx1 sizes and the addition of non-opaque alpha values for
odd sizes (issues #418, #434)
* lossless encode/decode performance improvements
* lossy compression performance improvement at low quality levels with flat
content (issue #432)
* python swig files updated to support python 3
Tool updates:
vwebp will now preserve the aspect ratio of images that exceed monitor
resolution by scaling the image to fit (issue #433)
|
2019-01-29 11:08:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libwebp: updated to 1.0.2
version 1.0.2
This is a binary compatible release.
* (Windows) unicode file support in the tools (linux and mac already had
support)
* lossless encoder speedups
* lossy encoder speedup on ARM
* lossless multi-threaded security fix
|
2018-11-20 18:26:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
libwebp: updated to 1.0.1
version 1.0.1
This is a binary compatible release.
* lossless encoder speedups
* big-endian fix for alpha decoding
* gif2webp fix for loop count=65535 transcode
* further security related hardening in libwebp & libwebpmux
* miscellaneous bug & build fixes
|
2018-04-27 16:26:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libwebp: update to 1.0.0.
- 4/2/2018: version 1.0.0
This is a binary compatible release.
* lossy encoder improvements to avoid chroma shifts in various circumstances
(issues #308, #340)
* big-endian fixes for decode, RGBA import and WebPPictureDistortion
Tool updates:
gifwebp, anim_diff - default duration behavior (<= 10ms) changed to match
web browsers, transcoding tools (issue #379)
img2webp, webpmux - allow options to be passed in via a file (issue #355)
|
2018-01-01 09:15:27 by Ryo ONODERA | Files touched by this commit (3) | |
Log message:
Update to 0.6.1
Changelog:
libwebp-0.6.1
- 11/24/2017: version 0.6.1
This is a binary compatible release.
* lossless performance and compression improvements + a new 'cruncher' mode
(-m 6 -q 100)
* ARM performance improvements with clang (15-20% w/ndk r15c, issue #339)
* webp-js: emscripten/webassembly based javascript decoder
* miscellaneous bug & build fixes (issue #329, #332, #343, #353, #360, #361,
#363)
Tool updates / additions:
added webpinfo - prints file format information (issue #330)
gif2webp - loop behavior modified to match Chrome M63+ (crbug.com/649264);
'-loop_compatibility' can be used for the old behavior
|
2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180) |
Log message:
Follow some http redirects.
|