libwebp-1.0.3
- 7/4/2019: version 1.0.3
This is a binary compatible release.
* resize fixes for Nx1 sizes and the addition of non-opaque alpha values for
odd sizes (issues #418, #434)
* lossless encode/decode performance improvements
* lossy compression performance improvement at low quality levels with flat
content (issue #432)
* python swig files updated to support python 3
Tool updates:
vwebp will now preserve the aspect ratio of images that exceed monitor
resolution by scaling the image to fit (issue #433)
0fe1a89 update ChangeLog by James Zern · 6 years ago v1.0.3 v1.0.3-rc1 2ad0916 update NEWS by James Zern · 6 years ago 1287362 bump version to 1.0.3 by James Zern · 6 years ago 7b968cc update AUTHORS by James Zern · 6 years ago 9d6988f Fix the oscillating prediction problem at low quality by Pascal Massimino · 6 years ago 312f74d makefile.unix: allow *_LIBS to be overridden w/EXTRA_LIBS by James Zern · 6 years ago 92dbf23 filters_sse2,cosmetics: shorten some long lines by James Zern · 6 years ago a277d19 filters_sse2.c: quiet integer sanitizer warnings by James Zern · 6 years ago 804540f Fix cpufeatures in CMake. by Vincent Rabaud · 6 years ago bf00c15 Add CMake option for bittrace. by Vincent Rabaud · 6 years ago a788b49 filters_sse2.c: quiet integer sanitizer warnings by James Zern · 6 years ago e6a92c5 filters.c: quiet integer sanitizer warnings by James Zern · 6 years ago ec1cc40 lossless.c: remove U32 -> S8 conversion warnings by James Zern · 6 years ago 1106478 remove conversion U32 -> S8 warnings by Pascal Massimino · 6 years ago 812a6b4 lossless_enc: fix some conversion warning by Skal · 6 years ago 4627c1c lossless_enc,TransformColorBlue: quiet uint32_t conv warning by James Zern · 6 years ago c84673a lossless_enc_sse{2,41}: quiet signed conv warnings by James Zern · 6 years ago 776a775 dec_sse2: quiet signed conv warnings by James Zern · 6 years ago bd39c06 Merge "thread_utils: release mutex before signaling" by James Zern · 6 years ago 0550576 Merge "(alpha_processing,enc}_sse2: quiet signed conv warnings" by James Zern · 6 years ago 6682f2c thread_utils: release mutex before signaling by James Zern · 6 years ago e78dea7 (alpha_processing,enc}_sse2: quiet signed conv warnings by James Zern · 6 years ago 9acf18b iosbuild.sh: add WebP{Demux,Mux}.framework by Aidan O'Loan · 6 years ago b9be7e6 vwebp: remove the -fit option (and make it default) by Pascal Massimino · 6 years ago 1394a2b Merge "README.webp_js: update Emscripten.cmake note" by James Zern · 6 years ago dd3e7f8 README.webp_js: update Emscripten.cmake note by James Zern · 6 years ago 32cf880 predictor_enc,GetBestGreenRedToBlue: quiet implicit conv warnings by James Zern · 6 years ago e1c8acb Merge "vwebp: add a -fit option" by Pascal Massimino · 6 years ago cbd23dd vwebp: add a -fit option by Pascal Massimino · 6 years ago 2e67235 bit_writer_utils,Flush: quiet implicit conversion warnings by James Zern · 6 years ago 1326988 swig: update libwebp_python_wrap.c by James Zern · 6 years ago 0e7f854 update generated swig files by Skal · 6 years ago 17ed143 Merge "PutLE{16,24}: quiet implicit conversion warnings" by James Zern · 7 years ago 2468653 PutLE{16,24}: quiet implicit conversion warnings by James Zern · 7 years ago 153bb3a fix some clang-7 warnings: by Pascal Massimino · 7 years ago ab2dc89 Rescaler: fix rounding error by Pascal Massimino · 7 years ago aa65f89 HistogramCombineStochastic: fix free of uninit value by James Zern · 7 years ago af0bac6 Merge "encode.h: mention 'exact' default in WebPEncodeLossless*" by James Zern · 7 years ago 6d2e11e encode.h: mention 'exact' default in WebPEncodeLossless* by James Zern · 7 years ago 8c3f04f AndroidCPUInfo: reorder terms in conditional by James Zern · 7 years ago fcfd9c7 BitTrace: if BITTRACE is > 0, record and print syntax bits used by Pascal Massimino · 7 years ago 067031e Speedups for unused Huffman groups. by Vincent Rabaud · 7 years ago 01ac46b libwebp: Display "libjpeg error:" in imageio/jpegdec by Yannis Guyon · 7 years ago d9a662e WebPRescalerGetScaledDimensions: round scaled dimension up by Skal · 7 years ago 62eb3f0 libwebp: Fix missing '{' in README by Yannis Guyon · 7 years ago e05f785 Merge "unicode,INIT_WARGV: add missing cast" by James Zern · 7 years ago 63c9a69 tag the VP8LHashPix() function for potential uint roll-over by James Zern · 7 years ago 2b7214a unicode,INIT_WARGV: add missing cast by James Zern · 7 years ago bf424b4 tag the GetPixPairHash64() function for potential uint roll-over by Skal · 7 years ago 7d05d6c Have the color cache computation be u32-bit only. by Vincent Rabaud · 7 years ago 6bcf876 Remove BINARYEN_METHOD in wasm settings. by Vincent Rabaud · 7 years ago 2b98df9 update ChangeLog by James Zern · 7 years ago v1.0.2 v1.0.2-rc1 61e372b update NEWS by James Zern · 7 years ago 7ae658a bump version to 1.0.2 by James Zern · 7 years ago 51c4907 update AUTHORS by James Zern · 7 years ago 666bd6c man/cwebp.1: refine near-lossless text by James Zern · 7 years ago 561cdce Clarify the doc about GetFeatures. by Vincent Rabaud · 7 years ago aec2cf0 near_lossless: fix fuzzing-detected integer overflow by Skal · 7 years ago 928a75d webp: Fix VP8LBitWriterClone() bug by Yannis Guyon · 7 years ago 5173d4e neon IsFlat by Johann · 7 years ago 5b08121 IsFlat: inline when possible by Johann · 7 years ago 381b7b5 IsFlat: use int for thresh by Johann · 7 years ago 6ed15ea fix unprobable leak in webp_sdl.c by Skal · 7 years ago 22bbb24 Merge "IsFlat: return int" by Johann Koenig · 7 years ago 8b3fb23 Merge tag 'v1.0.1' by James Zern · 7 years ago f435de9 IsFlat: return int by Johann · 7 years ago 41521ae utils.h: only define WEBP_NEED_LOG_TABLE_8BIT when needed by James Zern · 7 years ago 9f4d4a3 neon: GetResidualCost by Johann · 7 years ago 0fd7514 neon: SetResidualCoeffs by Johann · 7 years ago f95a996 Simpler histogram clustering. by Vincent Rabaud · 7 years ago e85d331 update ChangeLog by James Zern · 7 years ago v1.0.1 v1.0.1-rc2 fa8210e Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago fd198f7 add codereview.settings by Johann · 7 years ago 825389a README.mux: add a reference to the AnimDecoder API by James Zern · 7 years ago 3be698c CMake: fix webp_js compilation by skal · 7 years ago 485ff86 Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago 4cd0582 CMake: fix webp_js compilation by skal · 7 years ago 4cbb4ca update NEWS by James Zern · 7 years ago f5a5918 bump version to 1.0.1 by James Zern · 7 years ago d61385d Speed-up: Make sure we only initialize histograms when needed. by Vincent Rabaud · 7 years ago 6752904 Speed-up: Make sure we only initialize histograms when needed. by Vincent Rabaud · 7 years ago 0c57031 update AUTHORS by James Zern · 7 years ago 301a2dd img2webp: add help note about arguments from a file by James Zern · 7 years ago f0abab9 Speedups for empty histograms. by Vincent Rabaud · 7 years ago f2dfd92 Split HistogramAdd to only have the high level logic in C. by Vincent Rabaud · 7 years ago 06b7bc7 Fix compilation on windows and clang-cl+ninja. by Vincent Rabaud · 7 years ago b6284d8 img2webp: add help note about arguments from a file by James Zern · 7 years ago decf6f6 Speedups for empty histograms. by Vincent Rabaud · 7 years ago dea3e89 Split HistogramAdd to only have the high level logic in C. by Vincent Rabaud · 7 years ago 632798a Merge "Fix compilation on windows and clang-cl+ninja." by Vincent Rabaud · 7 years ago dc1a951 Merge "libwebp: Unicode command tools on Windows" by Yannis Guyon · 7 years ago 9cf9841 libwebp: Unicode command tools on Windows by Yannis Guyon · 7 years ago 9817949 remove some minor TODOs by Pascal Massimino · 7 years ago a376e7b Fix compilation on windows and clang-cl+ninja. by Vincent Rabaud · 7 years ago cbf82cc Remove AVX2 files. by Vincent Rabaud · 7 years ago 5030e90 Merge "TIFF decoder: remove unused KINV definition" by Pascal Massimino · 7 years ago ac54331 Remove a few more useless #defines by Vincent Rabaud · 7 years ago 123d330 TIFF decoder: remove unused KINV definition by Pascal Massimino · 7 years ago ef1094b Merge "- install pkg-config files during the CMake build" by James Zern · 7 years ago b911fbc libwebp: Remove duplicate GIFDisplayError in anim_util by Yannis Guyon · 7 years ago Next »