Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Uhouzz/libwebp

Tags

v0.5.1.3

Toggle v0.5.1.3's commit message
update pod spec

v0.5.1.2

Toggle v0.5.1.2's commit message
update pod spec

v0.5.1.1

Toggle v0.5.1.1's commit message
update pod spec

v0.5.1

Toggle v0.5.1's commit message
add pod spec

v0.5.2

Toggle v0.5.2's commit message
libwebp-0.5.2

- 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

v0.5.2-rc2

Toggle v0.5.2-rc2's commit message
libwebp-0.5.2-rc1

v0.5.1-rc5

Toggle v0.5.1-rc5's commit message
libwebp-v0.5.1-rc5

v0.5.0

Toggle v0.5.0's commit message
libwebp-0.5.0

- 12/17/2015: version 0.5.0
  * miscellaneous bug & build fixes (issues #234, #258, #274, #275, #278)
  * 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 (issue #168)
  * 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

v0.5.0-rc1

Toggle v0.5.0-rc1's commit message
libwebp-v0.5.0-rc1

v0.4.4

Toggle v0.4.4's commit message
libwebp 0.4.4

- 10/15/15: version 0.4.4
  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)