libwebp-1.1.0
- 12/18/2019: version 1.1.0
* API changes:
- libwebp:
WebPMalloc (issue #442)
- extras:
WebPUnmultiplyARGB
* alpha decode fix (issue #439)
* toolchain updates and bug fixes
(chromium: #1026858, #1027136, #1027409, #1028620, #1028716, #995200)
(oss-fuzz: #19430, #19447)
- d7844e9 update ChangeLog by James Zern · 6 years ago v1.1.0 v1.1.0-rc2
- 7f00643 Makefile.vc: fix webp_quality.exe link by James Zern · 6 years ago
- c074c65 update NEWS by James Zern · 6 years ago
- 30f0955 bump version to 1.1.0 by James Zern · 6 years ago
- a76694a update AUTHORS by James Zern · 6 years ago
- 6e3ef7b extras: fix WEBP_SWAP_16BIT_CSP check by James Zern · 6 years ago
- 47178db extras: add WebPUnmultiplyARGB() convenience function by Skal · 6 years ago
- 22cbae3 idec_dec: fix 0 offset of NULL pointer by James Zern · 6 years ago
- 290dd0b muxread: fix 0 offset of NULL pointer by James Zern · 6 years ago
- 0df474a Merge "lossless_(enc_|)sse2: avoid offsetting a NULL pointer" by James Zern · 6 years ago
- c6b75a1 lossless_(enc_|)sse2: avoid offsetting a NULL pointer by James Zern · 6 years ago
- 295e5e3 fix UBSAN warning by Skal · 6 years ago
- e2575e0 DC8_NEON,aarch64: use vaddv by James Zern · 6 years ago
- b0e09e3 dec_neon: Fix build failure under some toolchains by Cheng Yi · 6 years ago
- cf0e903 dsp/lossless: Fix non gcc ARM builds by Oliver Wolff · 6 years ago
- bb7bc40 Remove ubsan errors. by Vincent Rabaud · 6 years ago
- 78881b7 CMake: fix GLUT library link by Pascal Massimino · 6 years ago
- 9f750f7 cmake: fix BUILD_SHARED_LIBS build on mac by James Zern · 6 years ago
- 17850e7 libwebp: Remove char-subscripts warning in pnmdec.c by Yannis Guyon · 6 years ago
- 2fa2552 Merge "Expose WebPMalloc() in addition to WebPFree()" by Pascal Massimino · 6 years ago
- a4df4aa Expose WebPMalloc() in addition to WebPFree() by Skal · 6 years ago
- 853ea3d imageio/tiff: Return error before allocating bad tile size by Yannis Guyon · 6 years ago
- af650c0 Fix a Wxor-used-as-pow false positive by Nico Weber · 6 years ago
- 601ef17 libwebp.py: update to swig 3.0.12 by James Zern · 6 years ago
- 0e48d88 bugfix: last alpha rows were incorrectly decoded by Skal · 6 years ago
- 24d2ccb webp: Fix imageio ReadPNM() TUPLTYPE by Yannis Guyon · 6 years ago
- fab8f9c cosmetics: normalize '*' association by James Zern · 6 years ago
- 94138e0 update .gitignore by James Zern · 6 years ago
- 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 · 7 years ago
- c84673a lossless_enc_sse{2,41}: quiet signed conv warnings by James Zern · 7 years ago
- 776a775 dec_sse2: quiet signed conv warnings by James Zern · 7 years ago
- bd39c06 Merge "thread_utils: release mutex before signaling" by James Zern · 7 years ago
- 0550576 Merge "(alpha_processing,enc}_sse2: quiet signed conv warnings" by James Zern · 7 years ago
- 6682f2c thread_utils: release mutex before signaling by James Zern · 7 years ago
- e78dea7 (alpha_processing,enc}_sse2: quiet signed conv warnings by James Zern · 7 years ago
- 9acf18b iosbuild.sh: add WebP{Demux,Mux}.framework by Aidan O'Loan · 7 years ago
- b9be7e6 vwebp: remove the -fit option (and make it default) by Pascal Massimino · 7 years ago
- 1394a2b Merge "README.webp_js: update Emscripten.cmake note" by James Zern · 7 years ago
- dd3e7f8 README.webp_js: update Emscripten.cmake note by James Zern · 7 years ago
- 32cf880 predictor_enc,GetBestGreenRedToBlue: quiet implicit conv warnings by James Zern · 7 years ago
- e1c8acb Merge "vwebp: add a -fit option" by Pascal Massimino · 7 years ago
- cbd23dd vwebp: add a -fit option by Pascal Massimino · 7 years ago
- 2e67235 bit_writer_utils,Flush: quiet implicit conversion warnings by James Zern · 7 years ago
- 1326988 swig: update libwebp_python_wrap.c by James Zern · 7 years ago
- 0e7f854 update generated swig files by Skal · 7 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