[go: up one dir, main page]

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)
  1. d7844e9 update ChangeLog by James Zern · 6 years ago v1.1.0 v1.1.0-rc2
  2. 7f00643 Makefile.vc: fix webp_quality.exe link by James Zern · 6 years ago
  3. c074c65 update NEWS by James Zern · 6 years ago
  4. 30f0955 bump version to 1.1.0 by James Zern · 6 years ago
  5. a76694a update AUTHORS by James Zern · 6 years ago
  6. 6e3ef7b extras: fix WEBP_SWAP_16BIT_CSP check by James Zern · 6 years ago
  7. 47178db extras: add WebPUnmultiplyARGB() convenience function by Skal · 6 years ago
  8. 22cbae3 idec_dec: fix 0 offset of NULL pointer by James Zern · 6 years ago
  9. 290dd0b muxread: fix 0 offset of NULL pointer by James Zern · 6 years ago
  10. 0df474a Merge "lossless_(enc_|)sse2: avoid offsetting a NULL pointer" by James Zern · 6 years ago
  11. c6b75a1 lossless_(enc_|)sse2: avoid offsetting a NULL pointer by James Zern · 6 years ago
  12. 295e5e3 fix UBSAN warning by Skal · 6 years ago
  13. e2575e0 DC8_NEON,aarch64: use vaddv by James Zern · 6 years ago
  14. b0e09e3 dec_neon: Fix build failure under some toolchains by Cheng Yi · 6 years ago
  15. cf0e903 dsp/lossless: Fix non gcc ARM builds by Oliver Wolff · 6 years ago
  16. bb7bc40 Remove ubsan errors. by Vincent Rabaud · 6 years ago
  17. 78881b7 CMake: fix GLUT library link by Pascal Massimino · 6 years ago
  18. 9f750f7 cmake: fix BUILD_SHARED_LIBS build on mac by James Zern · 6 years ago
  19. 17850e7 libwebp: Remove char-subscripts warning in pnmdec.c by Yannis Guyon · 6 years ago
  20. 2fa2552 Merge "Expose WebPMalloc() in addition to WebPFree()" by Pascal Massimino · 6 years ago
  21. a4df4aa Expose WebPMalloc() in addition to WebPFree() by Skal · 6 years ago
  22. 853ea3d imageio/tiff: Return error before allocating bad tile size by Yannis Guyon · 6 years ago
  23. af650c0 Fix a Wxor-used-as-pow false positive by Nico Weber · 6 years ago
  24. 601ef17 libwebp.py: update to swig 3.0.12 by James Zern · 6 years ago
  25. 0e48d88 bugfix: last alpha rows were incorrectly decoded by Skal · 6 years ago
  26. 24d2ccb webp: Fix imageio ReadPNM() TUPLTYPE by Yannis Guyon · 6 years ago
  27. fab8f9c cosmetics: normalize '*' association by James Zern · 6 years ago
  28. 94138e0 update .gitignore by James Zern · 6 years ago
  29. 0fe1a89 update ChangeLog by James Zern · 6 years ago v1.0.3 v1.0.3-rc1
  30. 2ad0916 update NEWS by James Zern · 6 years ago
  31. 1287362 bump version to 1.0.3 by James Zern · 6 years ago
  32. 7b968cc update AUTHORS by James Zern · 6 years ago
  33. 9d6988f Fix the oscillating prediction problem at low quality by Pascal Massimino · 6 years ago
  34. 312f74d makefile.unix: allow *_LIBS to be overridden w/EXTRA_LIBS by James Zern · 6 years ago
  35. 92dbf23 filters_sse2,cosmetics: shorten some long lines by James Zern · 6 years ago
  36. a277d19 filters_sse2.c: quiet integer sanitizer warnings by James Zern · 6 years ago
  37. 804540f Fix cpufeatures in CMake. by Vincent Rabaud · 6 years ago
  38. bf00c15 Add CMake option for bittrace. by Vincent Rabaud · 6 years ago
  39. a788b49 filters_sse2.c: quiet integer sanitizer warnings by James Zern · 6 years ago
  40. e6a92c5 filters.c: quiet integer sanitizer warnings by James Zern · 6 years ago
  41. ec1cc40 lossless.c: remove U32 -> S8 conversion warnings by James Zern · 6 years ago
  42. 1106478 remove conversion U32 -> S8 warnings by Pascal Massimino · 6 years ago
  43. 812a6b4 lossless_enc: fix some conversion warning by Skal · 6 years ago
  44. 4627c1c lossless_enc,TransformColorBlue: quiet uint32_t conv warning by James Zern · 7 years ago
  45. c84673a lossless_enc_sse{2,41}: quiet signed conv warnings by James Zern · 7 years ago
  46. 776a775 dec_sse2: quiet signed conv warnings by James Zern · 7 years ago
  47. bd39c06 Merge "thread_utils: release mutex before signaling" by James Zern · 7 years ago
  48. 0550576 Merge "(alpha_processing,enc}_sse2: quiet signed conv warnings" by James Zern · 7 years ago
  49. 6682f2c thread_utils: release mutex before signaling by James Zern · 7 years ago
  50. e78dea7 (alpha_processing,enc}_sse2: quiet signed conv warnings by James Zern · 7 years ago
  51. 9acf18b iosbuild.sh: add WebP{Demux,Mux}.framework by Aidan O'Loan · 7 years ago
  52. b9be7e6 vwebp: remove the -fit option (and make it default) by Pascal Massimino · 7 years ago
  53. 1394a2b Merge "README.webp_js: update Emscripten.cmake note" by James Zern · 7 years ago
  54. dd3e7f8 README.webp_js: update Emscripten.cmake note by James Zern · 7 years ago
  55. 32cf880 predictor_enc,GetBestGreenRedToBlue: quiet implicit conv warnings by James Zern · 7 years ago
  56. e1c8acb Merge "vwebp: add a -fit option" by Pascal Massimino · 7 years ago
  57. cbd23dd vwebp: add a -fit option by Pascal Massimino · 7 years ago
  58. 2e67235 bit_writer_utils,Flush: quiet implicit conversion warnings by James Zern · 7 years ago
  59. 1326988 swig: update libwebp_python_wrap.c by James Zern · 7 years ago
  60. 0e7f854 update generated swig files by Skal · 7 years ago
  61. 17ed143 Merge "PutLE{16,24}: quiet implicit conversion warnings" by James Zern · 7 years ago
  62. 2468653 PutLE{16,24}: quiet implicit conversion warnings by James Zern · 7 years ago
  63. 153bb3a fix some clang-7 warnings: by Pascal Massimino · 7 years ago
  64. ab2dc89 Rescaler: fix rounding error by Pascal Massimino · 7 years ago
  65. aa65f89 HistogramCombineStochastic: fix free of uninit value by James Zern · 7 years ago
  66. af0bac6 Merge "encode.h: mention 'exact' default in WebPEncodeLossless*" by James Zern · 7 years ago
  67. 6d2e11e encode.h: mention 'exact' default in WebPEncodeLossless* by James Zern · 7 years ago
  68. 8c3f04f AndroidCPUInfo: reorder terms in conditional by James Zern · 7 years ago
  69. fcfd9c7 BitTrace: if BITTRACE is > 0, record and print syntax bits used by Pascal Massimino · 7 years ago
  70. 067031e Speedups for unused Huffman groups. by Vincent Rabaud · 7 years ago
  71. 01ac46b libwebp: Display "libjpeg error:" in imageio/jpegdec by Yannis Guyon · 7 years ago
  72. d9a662e WebPRescalerGetScaledDimensions: round scaled dimension up by Skal · 7 years ago
  73. 62eb3f0 libwebp: Fix missing '{' in README by Yannis Guyon · 7 years ago
  74. e05f785 Merge "unicode,INIT_WARGV: add missing cast" by James Zern · 7 years ago
  75. 63c9a69 tag the VP8LHashPix() function for potential uint roll-over by James Zern · 7 years ago
  76. 2b7214a unicode,INIT_WARGV: add missing cast by James Zern · 7 years ago
  77. bf424b4 tag the GetPixPairHash64() function for potential uint roll-over by Skal · 7 years ago
  78. 7d05d6c Have the color cache computation be u32-bit only. by Vincent Rabaud · 7 years ago
  79. 6bcf876 Remove BINARYEN_METHOD in wasm settings. by Vincent Rabaud · 7 years ago
  80. 2b98df9 update ChangeLog by James Zern · 7 years ago v1.0.2 v1.0.2-rc1
  81. 61e372b update NEWS by James Zern · 7 years ago
  82. 7ae658a bump version to 1.0.2 by James Zern · 7 years ago
  83. 51c4907 update AUTHORS by James Zern · 7 years ago
  84. 666bd6c man/cwebp.1: refine near-lossless text by James Zern · 7 years ago
  85. 561cdce Clarify the doc about GetFeatures. by Vincent Rabaud · 7 years ago
  86. aec2cf0 near_lossless: fix fuzzing-detected integer overflow by Skal · 7 years ago
  87. 928a75d webp: Fix VP8LBitWriterClone() bug by Yannis Guyon · 7 years ago
  88. 5173d4e neon IsFlat by Johann · 7 years ago
  89. 5b08121 IsFlat: inline when possible by Johann · 7 years ago
  90. 381b7b5 IsFlat: use int for thresh by Johann · 7 years ago
  91. 6ed15ea fix unprobable leak in webp_sdl.c by Skal · 7 years ago
  92. 22bbb24 Merge "IsFlat: return int" by Johann Koenig · 7 years ago
  93. 8b3fb23 Merge tag 'v1.0.1' by James Zern · 7 years ago
  94. f435de9 IsFlat: return int by Johann · 7 years ago
  95. 41521ae utils.h: only define WEBP_NEED_LOG_TABLE_8BIT when needed by James Zern · 7 years ago
  96. 9f4d4a3 neon: GetResidualCost by Johann · 7 years ago
  97. 0fd7514 neon: SetResidualCoeffs by Johann · 7 years ago
  98. f95a996 Simpler histogram clustering. by Vincent Rabaud · 7 years ago
  99. e85d331 update ChangeLog by James Zern · 7 years ago v1.0.1 v1.0.1-rc2
  100. fa8210e Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago