libwebp-1.0.2
- 1/14/2019: version 1.0.2
This is a binary compatible release.
* (Windows) unicode file support in the tools (linux and mac already had
support, issue #398)
* lossless encoder speedups
* lossy encoder speedup on ARM
* lossless multi-threaded security fix (chromium:917029)
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 eee00b6 - install pkg-config files during the CMake build by Konstantin Ivlev · 7 years ago ac3ec8c Merge "Clean-up the common sources in dsp." by Vincent Rabaud · 7 years ago 3e13da7 Clean-up the common sources in dsp. by Vincent Rabaud · 7 years ago 5c395f1 libwebp: cmake-format all by Yannis Guyon · 7 years ago e7a6972 libwebp: Add extras targets in CMakeLists.txt by Yannis Guyon · 7 years ago e52485d libwebp: Rename macros in webpmux.c by Yannis Guyon · 7 years ago 92dc0f0 clean-up MakeInputImageCopy() by Pascal Massimino · 7 years ago 39952de VP8IteratorImport: add missing 'const' by Pascal Massimino · 7 years ago 382af7a clean-up WebPBlendAlpha by Pascal Massimino · 7 years ago 14d020f libwebp: Use ExUtilGet*() in anim_diff by Yannis Guyon · 7 years ago 0d92ff2 libwebp: remove useless variable in gif2webp by Yannis Guyon · 7 years ago 556cb1b Merge "CMake: Set WEBP_BUILD_GIF2WEBP to off" by Yannis Guyon · 7 years ago da26ee4 CMake: Set WEBP_BUILD_GIF2WEBP to off by Yannis Guyon · 7 years ago b2a867c cwebp: Don't premultiply during -resize if -exact by Yannis Guyon · 7 years ago 637141b pngdec: fix build w/libpng < 1.4.x by James Zern · 7 years ago bc5092b pngdec: set memory functions by James Zern · 7 years ago 50d8345 Fix CMake math library. by Vincent Rabaud · 7 years ago 6aa3e8a Fix math library on Visual Studio. by Vincent Rabaud · 7 years ago d71df4e Fix math library finding in CMake. by Vincent Rabaud · 7 years ago de08d72 cosmetics: normalize include guard comment by James Zern · 7 years ago 009562b vwebp: Fix bug when Dispose then NoBlend frames by Yannis Guyon · 7 years ago 423f257 Fix up CMake to create targets. by Vincent Rabaud · 7 years ago 907208f Wait for all threads to be done in DecodeRemaining. by Vincent Rabaud · 7 years ago 4649b3c vwebp: Add background color display option by Yannis Guyon · 7 years ago 78ad57a Fix bad glClearColor parameters by Yannis Guyon · 7 years ago da96d8d Allow for a non-initialized alpha decompressor in DoRemap. by Vincent Rabaud · 7 years ago 2563db4 fix rescaling rounding inaccuracy by Pascal Massimino · 7 years ago 211f37e fix endian problems in pattern copy by Pascal Massimino · 7 years ago 5f0f5c0 Make sure partition #0 is read before VP8 data in IDecode. by Vincent Rabaud · 7 years ago de98732 fix GetColorf() bug by Pascal Massimino · 7 years ago 4338cd3 misc fixes in libwebpmux by Yannis Guyon · 7 years ago e00af13 fix signatures after a9ceda7ff1 by Pascal Massimino · 7 years ago a9ceda7 Speed-up chunk list operations. by Vincent Rabaud · 7 years ago 2281bbf Merge "Better handling of bogus Huffman codes." by Vincent Rabaud · 7 years ago 39cb9aa Better handling of bogus Huffman codes. by Vincent Rabaud · 7 years ago 89cc9d3 Merge "fix read-overflow while parsing VP8X chunk" by Pascal Massimino · 7 years ago 95fd650 fix read-overflow while parsing VP8X chunk by Pascal Massimino · 7 years ago 9e729fe Fix VP8IoTeardownHook being called twice on worker sync failure by Yannis Guyon · 7 years ago 29fb856 Merge "muxread,anmf: fail on multiple image chunks" by James Zern · 7 years ago eb82ce7 muxread,anmf: fail on multiple image chunks by James Zern · 7 years ago 1344a2e fix alpha-filtering crash when image width is larger than radius by Pascal Massimino · 7 years ago be738c6 muxread,ChunkVerifyAndAssign: validate chunk_size by James Zern · 8 years ago 2c70ad7 muxread,CreateInternal: fix riff size checks by James Zern · 8 years ago 569001f Fix for thread race heap-use-after-free by Yannis Guyon · 8 years ago c56a02d Android.mk: use LOCAL_EXPORT_C_INCLUDES w/public libs by James Zern · 8 years ago 1579559 CMakeLists.txt,cosmetics: normalize if() formatting by James Zern · 8 years ago 1a44c23 Merge "cmake: add support for webpmux" by Vincent Rabaud · 8 years ago e9569ad Merge "configure,*am,cosmetics: s/WANT_/BUILD_/" by James Zern · 8 years ago 35c7de6 cmake: add support for webpmux by James Zern · 8 years ago 0f25e61 WebpToSDL(): fix the return value in case of error by Pascal Massimino · 8 years ago 5d8985d configure,*am,cosmetics: s/WANT_/BUILD_/ by James Zern · 8 years ago Next »