pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libwebp



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  6 10:33:59 UTC 2016

Modified Files:
        pkgsrc/graphics/libwebp: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/libwebp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index