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/utils/bit_reader_inl.h
|
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/utils/bit_reader_inl.h
|
2e8145fd792af44c25b47b301aa35dcc289dbad7 |
|
08-Aug-2014 |
Djordje Pesut <djordje.pesut@imgtec.com> |
MIPS: detect mips32r6 and disable mips32r1 code Also, remainder of dsp: detect mips64 & disable mips32 code Change-Id: I50ec33c9cccd59fd877ba48ff4317b58c895db1a
/external/webp/src/utils/bit_reader_inl.h
|
af51b94a435132e9014c324e25fb686b3d07a8c8 |
|
28-Aug-2014 |
Vikas Arora <vikasa@google.com> |
Sync-patch with libwebp ver 0.4.1 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. The bug for this request is b/16624377 Ran (OK/Pass) following cts tests for N7 (Razor/flo) & N8 (Volantis/flounder). cts-tradefed run cts -d -c android.graphics.cts.BitmapTest cts-tradefed run cts -d -c android.graphics.cts.BitmapFactoryTest cts-tradefed run cts -d -c android.graphics.cts.BitmapRegionDecoderTest cts-tradefed run cts -d -c android.graphics.cts.Bitmap_CompressFormatTest cts-tradefed run cts -d -c android.graphics.cts.Bitmap_ConfigTest cts-tradefed run cts -d -c android.graphics.cts.BitmapFactory_OptionsTest cts-tradefed run cts -d -c android.graphics.cts.BitmapShaderTest Change-Id: Idf2756b8881d10001c0663bca454aac86ab30a39
/external/webp/src/utils/bit_reader_inl.h
|