2017-08-11 18:41:23 by Niclas Rosenvik | Files touched by this commit (1) |
Log message:
forgot to revbump in the previous commit, now done.
|
2017-08-11 18:09:47 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
Install license to comply with the bsd license and binary redistibution.
Add runtime paths to pkgconfig files.
Bump PKGREVISION.
|
2017-04-15 17:56:00 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Missed the PKG_SUGGESTED_OPTIONS bit that was still in a vi process...
|
2017-04-15 17:48:13 by Kimmo Suominen | Files touched by this commit (2) |
Log message:
Make tiff option when building libwebp, as tiff has many long-standing
vulnerabilities. Still enabled by default, as before. Ok by wiz@.
Fixes PR pkg/52149 and adds tiff to PKG_SUGGESTED_OPTIONS.
|
2017-02-28 15:40:47 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Update to 0.6.0
Patch from spz@. Thank you.
Changelog:
- 1/26/2017: version 0.6.0
* lossless performance and compression improvements
* miscellaneous performance improvements (SSE2, NEON, MSA)
* webpmux gained a -duration option allowing for frame timing modification
* new img2webp utility allowing a sequence of images to be converted to
animated webp
* API changes:
- libwebp:
WebPPictureSharpARGBToYUVA
WebPPlaneDistortion
- libwebpmux / gif2webp:
WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1
forces all keyframes. See mux.h and the gif2webp
manpage for details.
- 12/13/2016: version 0.5.2
This is a binary compatible release.
This release covers CVE-2016-8888 and CVE-2016-9085.
* further security related hardening in the tools; fixes to
gif2webp/AnimEncoder (issues #310, #314, #316, #322), cwebp/libwebp (issue
#312)
* full libwebp (encoder & decoder) iOS framework; libwebpdecoder
WebP.framework renamed to WebPDecoder.framework (issue #307)
* CMake support for Android Studio (2.2)
* miscellaneous build related fixes (issue #306, #313)
* miscellaneous documentation improvements (issue #225)
* minor lossy encoder fixes and improvements
|
2016-07-20 20:05:53 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Explicitely disable GL support to stop this package from installing
extra binaries on platforms with bundled OpenGL like Mac OS X.
|
2016-07-20 13:49:59 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 0.5.1
* Enable various options, Chromium web browser requires them.
Changelog:
- 6/14/2016: version 0.5.1
This is a binary compatible release.
* miscellaneous bug fixes (issues #280, #289)
* reverted alpha plane encoding with color cache for compatibility with
libwebp 0.4.0->0.4.3 (issues #291, #298)
* lossless encoding performance improvements
* memory reduction in both lossless encoding and decoding
* force mux output to be in the extended format (VP8X) when undefined chunks
are present (issue #294)
* gradle, cmake build support
* workaround for compiler bug causing 64-bit decode failures on android
devices using clang-3.8 in the r11c NDK
* various WebPAnimEncoder improvements
|
2016-01-10 11:22:32 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Bump BUILDLINK_ABI_DEPENDS
|
2016-01-06 11:33:59 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
version 0.5.0
* miscellaneous bug & build fixes
* encoder & decoder speed-ups on x86/ARM/MIPS for lossy & lossless
- note! YUV->RGB conversion was sped-up, but the results will be slightly
different from previous releases
* various lossless encoder improvements
* gif2webp improvements, -min_size option added
* tools fully support input from stdin and output to stdout
* New WebPAnimEncoder API for creating animations
* New WebPAnimDecoder API for decoding animations
* other API changes:
- libwebp:
WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp)
WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the default)
WebPConfig::near_lossless (-near_lossless in cwebp)
WebPFree() (free'ing webp allocated memory in other languages)
WebPConfigLosslessPreset()
WebPMemoryWriterClear()
- libwebpdemux: removed experimental fragment related fields and functions
- libwebpmux: WebPMuxSetCanvasSize()
* new libwebpextras library with some uncommon import functions:
WebPImportGray/WebPImportRGB565/WebPImportRGB4444
|
2015-11-16 14:22:38 by Niclas Rosenvik | Files touched by this commit (2) | |
Log message:
Update libwebp to version 0.4.4.
Chagelog:
This is a binary compatible release.
* rescaling out-of-bounds read fix (issue #254)
* various build fixes and improvements (issues #253, #259, #262, #267, #268)
* container documentation update
* gif2webp transparency fix (issue #245)
|