[go: up one dir, main page]

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)
  1. e85d331 update ChangeLog by James Zern · 7 years ago v1.0.1 v1.0.1-rc2
  2. fa8210e Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago
  3. 825389a README.mux: add a reference to the AnimDecoder API by James Zern · 7 years ago
  4. 3be698c CMake: fix webp_js compilation by skal · 7 years ago
  5. 4cbb4ca update NEWS by James Zern · 7 years ago
  6. f5a5918 bump version to 1.0.1 by James Zern · 7 years ago
  7. d61385d Speed-up: Make sure we only initialize histograms when needed. by Vincent Rabaud · 7 years ago
  8. 0c57031 update AUTHORS by James Zern · 7 years ago
  9. 301a2dd img2webp: add help note about arguments from a file by James Zern · 7 years ago
  10. f0abab9 Speedups for empty histograms. by Vincent Rabaud · 7 years ago
  11. f2dfd92 Split HistogramAdd to only have the high level logic in C. by Vincent Rabaud · 7 years ago
  12. 06b7bc7 Fix compilation on windows and clang-cl+ninja. by Vincent Rabaud · 7 years ago
  13. 9817949 remove some minor TODOs by Pascal Massimino · 7 years ago
  14. cbf82cc Remove AVX2 files. by Vincent Rabaud · 7 years ago
  15. 5030e90 Merge "TIFF decoder: remove unused KINV definition" by Pascal Massimino · 7 years ago
  16. ac54331 Remove a few more useless #defines by Vincent Rabaud · 7 years ago
  17. 123d330 TIFF decoder: remove unused KINV definition by Pascal Massimino · 7 years ago
  18. ef1094b Merge "- install pkg-config files during the CMake build" by James Zern · 7 years ago
  19. b911fbc libwebp: Remove duplicate GIFDisplayError in anim_util by Yannis Guyon · 7 years ago
  20. eee00b6 - install pkg-config files during the CMake build by Konstantin Ivlev · 7 years ago
  21. ac3ec8c Merge "Clean-up the common sources in dsp." by Vincent Rabaud · 7 years ago
  22. 3e13da7 Clean-up the common sources in dsp. by Vincent Rabaud · 7 years ago
  23. 5c395f1 libwebp: cmake-format all by Yannis Guyon · 7 years ago
  24. e7a6972 libwebp: Add extras targets in CMakeLists.txt by Yannis Guyon · 7 years ago
  25. e52485d libwebp: Rename macros in webpmux.c by Yannis Guyon · 7 years ago
  26. 92dc0f0 clean-up MakeInputImageCopy() by Pascal Massimino · 7 years ago
  27. 39952de VP8IteratorImport: add missing 'const' by Pascal Massimino · 7 years ago
  28. 382af7a clean-up WebPBlendAlpha by Pascal Massimino · 7 years ago
  29. 14d020f libwebp: Use ExUtilGet*() in anim_diff by Yannis Guyon · 7 years ago
  30. 0d92ff2 libwebp: remove useless variable in gif2webp by Yannis Guyon · 7 years ago
  31. 556cb1b Merge "CMake: Set WEBP_BUILD_GIF2WEBP to off" by Yannis Guyon · 7 years ago
  32. da26ee4 CMake: Set WEBP_BUILD_GIF2WEBP to off by Yannis Guyon · 7 years ago
  33. b2a867c cwebp: Don't premultiply during -resize if -exact by Yannis Guyon · 7 years ago
  34. 637141b pngdec: fix build w/libpng < 1.4.x by James Zern · 7 years ago
  35. bc5092b pngdec: set memory functions by James Zern · 7 years ago
  36. 50d8345 Fix CMake math library. by Vincent Rabaud · 7 years ago
  37. 6aa3e8a Fix math library on Visual Studio. by Vincent Rabaud · 7 years ago
  38. d71df4e Fix math library finding in CMake. by Vincent Rabaud · 7 years ago
  39. de08d72 cosmetics: normalize include guard comment by James Zern · 7 years ago
  40. 009562b vwebp: Fix bug when Dispose then NoBlend frames by Yannis Guyon · 7 years ago
  41. 423f257 Fix up CMake to create targets. by Vincent Rabaud · 7 years ago
  42. 907208f Wait for all threads to be done in DecodeRemaining. by Vincent Rabaud · 7 years ago
  43. 4649b3c vwebp: Add background color display option by Yannis Guyon · 7 years ago
  44. 78ad57a Fix bad glClearColor parameters by Yannis Guyon · 7 years ago
  45. da96d8d Allow for a non-initialized alpha decompressor in DoRemap. by Vincent Rabaud · 7 years ago
  46. 2563db4 fix rescaling rounding inaccuracy by Pascal Massimino · 7 years ago
  47. 211f37e fix endian problems in pattern copy by Pascal Massimino · 7 years ago
  48. 5f0f5c0 Make sure partition #0 is read before VP8 data in IDecode. by Vincent Rabaud · 7 years ago
  49. de98732 fix GetColorf() bug by Pascal Massimino · 7 years ago
  50. 4338cd3 misc fixes in libwebpmux by Yannis Guyon · 7 years ago
  51. e00af13 fix signatures after a9ceda7ff1 by Pascal Massimino · 7 years ago
  52. a9ceda7 Speed-up chunk list operations. by Vincent Rabaud · 7 years ago
  53. 2281bbf Merge "Better handling of bogus Huffman codes." by Vincent Rabaud · 7 years ago
  54. 39cb9aa Better handling of bogus Huffman codes. by Vincent Rabaud · 7 years ago
  55. 89cc9d3 Merge "fix read-overflow while parsing VP8X chunk" by Pascal Massimino · 7 years ago
  56. 95fd650 fix read-overflow while parsing VP8X chunk by Pascal Massimino · 7 years ago
  57. 9e729fe Fix VP8IoTeardownHook being called twice on worker sync failure by Yannis Guyon · 7 years ago
  58. 29fb856 Merge "muxread,anmf: fail on multiple image chunks" by James Zern · 7 years ago
  59. eb82ce7 muxread,anmf: fail on multiple image chunks by James Zern · 7 years ago
  60. 1344a2e fix alpha-filtering crash when image width is larger than radius by Pascal Massimino · 7 years ago
  61. be738c6 muxread,ChunkVerifyAndAssign: validate chunk_size by James Zern · 8 years ago
  62. 2c70ad7 muxread,CreateInternal: fix riff size checks by James Zern · 8 years ago
  63. 569001f Fix for thread race heap-use-after-free by Yannis Guyon · 8 years ago
  64. c56a02d Android.mk: use LOCAL_EXPORT_C_INCLUDES w/public libs by James Zern · 8 years ago
  65. 1579559 CMakeLists.txt,cosmetics: normalize if() formatting by James Zern · 8 years ago
  66. 1a44c23 Merge "cmake: add support for webpmux" by Vincent Rabaud · 8 years ago
  67. e9569ad Merge "configure,*am,cosmetics: s/WANT_/BUILD_/" by James Zern · 8 years ago
  68. 35c7de6 cmake: add support for webpmux by James Zern · 8 years ago
  69. 0f25e61 WebpToSDL(): fix the return value in case of error by Pascal Massimino · 8 years ago
  70. 5d8985d configure,*am,cosmetics: s/WANT_/BUILD_/ by James Zern · 8 years ago
  71. 895fd28 Merge "man/Makefile.am: add img2webp.1" by James Zern · 8 years ago
  72. 5cf3e2a man/Makefile.am: add img2webp.1 by James Zern · 8 years ago
  73. 2a9de5b Add build rules for anim_diff & anim_dump utils. by Alan Browning · 8 years ago
  74. 71ed73c fix invalid check for buffer size by Pascal Massimino · 8 years ago
  75. af0e4fb gif2webp: fix transcode of loop count=65535 by James Zern · 8 years ago
  76. dce5d76 Limit memory allocation when reading invalid Huffman codes. by Vincent Rabaud · 8 years ago
  77. f9df008 Merge "cmake: quiet glut deprecation warnings on OS X" by James Zern · 8 years ago
  78. dc39b16 webpmux.1: correct grammar by James Zern · 8 years ago
  79. c7aa126 cwebp.c: fix a missing \n by Pascal Massimino · 8 years ago
  80. 53aa51e Merge tag 'v1.0.0' by James Zern · 8 years ago
  81. 698b884 update ChangeLog by James Zern · 8 years ago v1.0.0
  82. 8d51075 webp-container-spec: correct frame duration=0 note by James Zern · 8 years ago
  83. e6b2164 vwebp: Copy Chrome's behavior w/frame duration == 0 by Vincent Rabaud · 8 years ago
  84. 094b3b2 cmake: quiet glut deprecation warnings on OS X by James Zern · 8 years ago
  85. 71c39a0 webp-container-spec: correct frame duration=0 note by James Zern · 8 years ago
  86. fd3d575 vwebp: Copy Chrome's behavior w/frame duration == 0 by Vincent Rabaud · 8 years ago
  87. b0c966f Build vwebp from CMake. by Vincent Rabaud · 8 years ago
  88. d20b770 update ChangeLog by James Zern · 8 years ago v1.0.0-rc3
  89. 0d5fad4 add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC by James Zern · 8 years ago
  90. d77bf51 add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNC by James Zern · 8 years ago
  91. c1cb86a fix 16b overflow in SSE2 by Pascal Massimino · 8 years ago
  92. e577feb makefile.unix: add DEBUG flag for compiling w/ debug-symbol by Pascal Massimino · 8 years ago
  93. 99be34b cwebp,get_disto: fix bpp output by James Zern · 8 years ago
  94. e122e51 cwebp,get_disto: fix bpp output by James Zern · 8 years ago
  95. f5565ca cmake: Make sure we use near-lossless by default. by Vincent Rabaud · 8 years ago
  96. d898dc1 fix bug in WebPImport565: alpha value was not set by Pascal Massimino · 8 years ago
  97. 1c8f358 Fix CMake with WASM. by Vincent Rabaud · 8 years ago
  98. a0215fb webp_js: fix webp_js demo html by Pascal Massimino · 8 years ago
  99. 882784b update ChangeLog by James Zern · 8 years ago v1.0.0-rc2
  100. 2f930e0 Revert "Use proper targets for CMake." by James Zern · 8 years ago