libwebp-1.0.1
- 11/2/2018: version 1.0.1
This is a binary compatible release.
* lossless encoder speedups
* big-endian fix for alpha decoding (issue #393)
* gif2webp fix for loop count=65535 transcode (issue #382)
* further security related hardening in libwebp & libwebpmux
(issues #383, #385, #386, #387, #388, #391)
(oss-fuzz #9099, #9100, #9105, #9106, #9111, #9112, #9119, #9123, #9170,
#9178, #9179, #9183, #9186, #9191, #9364, #9417, #9496, #10349,
#10423, #10634, #10700, #10838, #10922, #11021, #11088, #11152)
* miscellaneous bug & build fixes (issues #381, #394, #396, #397, #400)
- 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
- 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
- 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
- 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
- 9817949 remove some minor TODOs by Pascal Massimino · 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
- 895fd28 Merge "man/Makefile.am: add img2webp.1" by James Zern · 8 years ago
- 5cf3e2a man/Makefile.am: add img2webp.1 by James Zern · 8 years ago
- 2a9de5b Add build rules for anim_diff & anim_dump utils. by Alan Browning · 8 years ago
- 71ed73c fix invalid check for buffer size by Pascal Massimino · 8 years ago
- af0e4fb gif2webp: fix transcode of loop count=65535 by James Zern · 8 years ago
- dce5d76 Limit memory allocation when reading invalid Huffman codes. by Vincent Rabaud · 8 years ago
- f9df008 Merge "cmake: quiet glut deprecation warnings on OS X" by James Zern · 8 years ago
- dc39b16 webpmux.1: correct grammar by James Zern · 8 years ago
- c7aa126 cwebp.c: fix a missing \n by Pascal Massimino · 8 years ago
- 53aa51e Merge tag 'v1.0.0' by James Zern · 8 years ago
- 698b884 update ChangeLog by James Zern · 8 years ago v1.0.0
- 8d51075 webp-container-spec: correct frame duration=0 note by James Zern · 8 years ago
- e6b2164 vwebp: Copy Chrome's behavior w/frame duration == 0 by Vincent Rabaud · 8 years ago
- 094b3b2 cmake: quiet glut deprecation warnings on OS X by James Zern · 8 years ago
- 71c39a0 webp-container-spec: correct frame duration=0 note by James Zern · 8 years ago
- fd3d575 vwebp: Copy Chrome's behavior w/frame duration == 0 by Vincent Rabaud · 8 years ago
- b0c966f Build vwebp from CMake. by Vincent Rabaud · 8 years ago
- d20b770 update ChangeLog by James Zern · 8 years ago v1.0.0-rc3
- 0d5fad4 add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC by James Zern · 8 years ago
- d77bf51 add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC by James Zern · 8 years ago
- c1cb86a fix 16b overflow in SSE2 by Pascal Massimino · 8 years ago
- e577feb makefile.unix: add DEBUG flag for compiling w/ debug-symbol by Pascal Massimino · 8 years ago
- 99be34b cwebp,get_disto: fix bpp output by James Zern · 8 years ago
- e122e51 cwebp,get_disto: fix bpp output by James Zern · 8 years ago
- f5565ca cmake: Make sure we use near-lossless by default. by Vincent Rabaud · 8 years ago
- d898dc1 fix bug in WebPImport565: alpha value was not set by Pascal Massimino · 8 years ago
- 1c8f358 Fix CMake with WASM. by Vincent Rabaud · 8 years ago
- a0215fb webp_js: fix webp_js demo html by Pascal Massimino · 8 years ago
- 882784b update ChangeLog by James Zern · 8 years ago v1.0.0-rc2
- 2f930e0 Revert "Use proper targets for CMake." by James Zern · 8 years ago