7c8da7ce66017295a65ec028084b90800be377f8 |
|
13-Jan-2016 |
James Zern <jzern@google.com> |
libwebp: update to 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 Bug: 22070544
/external/webp/src/dsp/alpha_processing.c
|
9e80ee991168a0a6c2a906dd2c17c5e17df4566e |
|
18-Mar-2015 |
James Zern <jzern@google.com> |
external/webp: update to v0.4.3 + dropped some dated / unused files: INSTALL, examples/* - 3/3/15: 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 (issue #234) Change-Id: I7777e5d35f5659488a98fd773bd2a645ac06215d
/external/webp/src/dsp/alpha_processing.c
|
8c098653157979e397d3954fc2ea0ee43bae6ab2 |
|
28-Jan-2015 |
Vikas Arora <vikasa@google.com> |
Sync-patch with libwebp ver 0.4.2 Sync-patch with libwebp ver 0.4.2 (change#I32a22786f) Also cherry-picked one-line fix for Alpha-decode bug (ref: 'src < src_end') Verfied the build on volantis/flounder (N9), razor/flo (N7), hammerhead (N5) and nakasi (N7-old) and verified that the corrupted image rendered correctly on Razor and Volantis devices. Change-Id: I1d013d5b8d2236957c85c2cd2cdfa083733b5215
/external/webp/src/dsp/alpha_processing.c
|
33f74dabbc7920a65ed435d7417987589febdc16 |
|
25-Jul-2014 |
Vikas Arora <vikasa@google.com> |
Sync-patch with libwebp ver 0.4.1-rc1. Sync-patch with libwebp ver 0.4.1-rc1 (change#I5346984d2). - NEON assembly optimizations: - ~25% faster lossy decode / encode (-m 4) - ~10% faster lossless decode - ~5-10% faster lossless encode (-m 3/4) - Arch64 (arm64) & MIPS support/optimizations. Change-Id: I855b65cec8fad5ec567c276b698e7714dc4bffd2
/external/webp/src/dsp/alpha_processing.c
|