Commit graph

20 commits

Author SHA1 Message Date
adam
4bdb181664 Bump BUILDLINK_ABI_DEPENDS 2016-01-10 10:22:32 +00:00
adam
849d518598 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
2016-01-06 10:33:59 +00:00
nros
b2cc8809df 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)
2015-11-16 13:22:38 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
adam
accabb50a8 version 0.4.3
This is a binary compatible release.
* Android / gcc / iOS / MSVS build fixes and improvements
* lossless decode fix (issue 239 -- since 0.4.0)
* documentation / vwebp updates for animation
* multi-threading fix
2015-06-02 03:10:39 +00:00
adam
bf258c328e Changes 0.4.2:
This is a binary compatible release.
* Android / gcc build fixes
* (Windows) fix reading from stdin and writing to stdout
* gif2webp: miscellaneous fixes
* fix 'alpha-leak' with lossy compression (issue 220)
* the lossless bitstream spec has been amended to reflect the current code
2014-10-25 08:55:31 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
adam
2c2a640a19 Changes 0.4.1:
* AArch64 (arm64) & MIPS support/optimizations
* NEON assembly additions:
  - ~25% faster lossy decode / encode (-m 4)
  - ~10% faster lossless decode
  - ~5-10% faster lossless encode (-m 3/4)
* dwebp/vwebp can read from stdin
* cwebp/gif2webp can write to stdout
* cwebp can read webp files; useful if storing sources as webp lossless
2014-10-07 16:08:02 +00:00
tron
8127409b32 Remove last change. This is not the correct way to fix this. 2013-12-28 23:03:39 +00:00
bsiegert
171d3e904d Fix MirBSD build. 2013-12-28 17:18:25 +00:00
tron
171fd28fc5 Fix build under Solaris with GCC. 2013-12-28 16:26:06 +00:00
adam
ec1d499f3f Changes 0.3.1:
This is a binary compatible release.
* Add incremental decoding support for images containing ALPH and ICCP chunks.
* Python bindings via swig for the simple encode/decode interfaces similar to
  Java.

Changes 0.3.0:
This is a binary compatible release.
* WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer
  and will perform auto-allocation.
* default filter option is now '-strong -f 60'
* encoding speed-up for lossy methods 3 to 6
* alpha encoding can be done in parallel to lossy using 'cwebp -mt ...'
* color profile, metadata (XMP/EXIF) and animation support finalized in the
  container.
* various NEON assembly additions
Tool updates / additions:
  * gif2webp added
  * vwebp given color profile & animation support
  * cwebp can preserve color profile / metadata with '-metadata'
2013-09-01 09:53:50 +00:00
richard
c148f4520a missing tiff support added to libwebp 2013-08-15 15:12:39 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
dholland
4214d22b4a This should have been bumped along with other jpeg users, but got missed,
so do it now.
(I don't know if anything else got missed, I just happened to trip on
this one)
2013-02-02 15:54:11 +00:00
ryoon
abc6b1a0f5 Update to 0.2.1
Changelog:
- 10/30/12: version 0.2.1
  * Various security related fixes
  * cwebp.exe: fix import errors on Windows XP
  * enable DLL builds for mingw targets
2012-11-25 17:28:04 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
ryoon
10074b53cd Update to 0.2.0
* Add BUILDLINK_ABI_DEPENDS to buildlink3.mk

Changelog:
- 8/3/12: version 0.2.0
  * Add support for ARGB -> YUVA conversion for lossless decoder
    New functions: WebPINewYUVA, WebPIDecGetYUVA
  * Add stats for lossless and alpha encoding
  * Security related hardening: allocation and size checks
  * Add PAM output support to dwebp

- 7/19/12: version 0.1.99
  * This is a pre-release of 0.2.0, not an rc to allow for further
    incompatible changes based on user feedback.
  * Alpha channel encode/decode support.
  * Lossless encoder/decoder.
  * Add TIFF input support to cwebp.
  Incompatible changes:
    * The encode ABI has been modified to support alpha encoding.
    * Deprecated function WebPINew() has been removed.
    * Decode function signatures have changed to consistently use size_t over
      int/uint32_t.
    * decode_vp8.h is no longer installed system-wide.
    * cwebp will encode the alpha channel if present.
2012-08-18 01:34:55 +00:00
ryoon
dcf4c8aecb PR pkg/45934
Fix build on Solaris/x86 with lang/gcc34.
2012-02-13 13:58:26 +00:00
ryoon
7e117d12d7 Initial import of libwebp-0.1.3 as graphics/libwebp from wip/webp
WebP is a image format that provides lossy compression for photographic
images. A WebP file consists of VP8 image data, and a container
based on RIFF.
2011-10-28 13:48:00 +00:00