[go: up one dir, main page]

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)
  1. 2b98df9 update ChangeLog by James Zern · 7 years ago v1.0.2 v1.0.2-rc1
  2. 61e372b update NEWS by James Zern · 7 years ago
  3. 7ae658a bump version to 1.0.2 by James Zern · 7 years ago
  4. 51c4907 update AUTHORS by James Zern · 7 years ago
  5. 666bd6c man/cwebp.1: refine near-lossless text by James Zern · 7 years ago
  6. 561cdce Clarify the doc about GetFeatures. by Vincent Rabaud · 7 years ago
  7. aec2cf0 near_lossless: fix fuzzing-detected integer overflow by Skal · 7 years ago
  8. 928a75d webp: Fix VP8LBitWriterClone() bug by Yannis Guyon · 7 years ago
  9. 5173d4e neon IsFlat by Johann · 7 years ago
  10. 5b08121 IsFlat: inline when possible by Johann · 7 years ago
  11. 381b7b5 IsFlat: use int for thresh by Johann · 7 years ago
  12. 6ed15ea fix unprobable leak in webp_sdl.c by Skal · 7 years ago
  13. 22bbb24 Merge "IsFlat: return int" by Johann Koenig · 7 years ago
  14. 8b3fb23 Merge tag 'v1.0.1' by James Zern · 7 years ago
  15. f435de9 IsFlat: return int by Johann · 7 years ago
  16. 41521ae utils.h: only define WEBP_NEED_LOG_TABLE_8BIT when needed by James Zern · 7 years ago
  17. 9f4d4a3 neon: GetResidualCost by Johann · 7 years ago
  18. 0fd7514 neon: SetResidualCoeffs by Johann · 7 years ago
  19. f95a996 Simpler histogram clustering. by Vincent Rabaud · 7 years ago
  20. e85d331 update ChangeLog by James Zern · 7 years ago v1.0.1 v1.0.1-rc2
  21. fa8210e Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago
  22. fd198f7 add codereview.settings by Johann · 7 years ago
  23. 825389a README.mux: add a reference to the AnimDecoder API by James Zern · 7 years ago
  24. 3be698c CMake: fix webp_js compilation by skal · 7 years ago
  25. 485ff86 Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago
  26. 4cd0582 CMake: fix webp_js compilation by skal · 7 years ago
  27. 4cbb4ca update NEWS by James Zern · 7 years ago
  28. f5a5918 bump version to 1.0.1 by James Zern · 7 years ago
  29. d61385d Speed-up: Make sure we only initialize histograms when needed. by Vincent Rabaud · 7 years ago
  30. 6752904 Speed-up: Make sure we only initialize histograms when needed. by Vincent Rabaud · 7 years ago
  31. 0c57031 update AUTHORS by James Zern · 7 years ago
  32. 301a2dd img2webp: add help note about arguments from a file by James Zern · 7 years ago
  33. f0abab9 Speedups for empty histograms. by Vincent Rabaud · 7 years ago
  34. f2dfd92 Split HistogramAdd to only have the high level logic in C. by Vincent Rabaud · 7 years ago
  35. 06b7bc7 Fix compilation on windows and clang-cl+ninja. by Vincent Rabaud · 7 years ago
  36. b6284d8 img2webp: add help note about arguments from a file by James Zern · 7 years ago
  37. decf6f6 Speedups for empty histograms. by Vincent Rabaud · 7 years ago
  38. dea3e89 Split HistogramAdd to only have the high level logic in C. by Vincent Rabaud · 7 years ago
  39. 632798a Merge "Fix compilation on windows and clang-cl+ninja." by Vincent Rabaud · 7 years ago
  40. dc1a951 Merge "libwebp: Unicode command tools on Windows" by Yannis Guyon · 7 years ago
  41. 9cf9841 libwebp: Unicode command tools on Windows by Yannis Guyon · 7 years ago
  42. 9817949 remove some minor TODOs by Pascal Massimino · 7 years ago
  43. a376e7b Fix compilation on windows and clang-cl+ninja. by Vincent Rabaud · 7 years ago
  44. cbf82cc Remove AVX2 files. by Vincent Rabaud · 7 years ago
  45. 5030e90 Merge "TIFF decoder: remove unused KINV definition" by Pascal Massimino · 7 years ago
  46. ac54331 Remove a few more useless #defines by Vincent Rabaud · 7 years ago
  47. 123d330 TIFF decoder: remove unused KINV definition by Pascal Massimino · 7 years ago
  48. ef1094b Merge "- install pkg-config files during the CMake build" by James Zern · 7 years ago
  49. b911fbc libwebp: Remove duplicate GIFDisplayError in anim_util by Yannis Guyon · 7 years ago
  50. eee00b6 - install pkg-config files during the CMake build by Konstantin Ivlev · 7 years ago
  51. ac3ec8c Merge "Clean-up the common sources in dsp." by Vincent Rabaud · 7 years ago
  52. 3e13da7 Clean-up the common sources in dsp. by Vincent Rabaud · 7 years ago
  53. 5c395f1 libwebp: cmake-format all by Yannis Guyon · 7 years ago
  54. e7a6972 libwebp: Add extras targets in CMakeLists.txt by Yannis Guyon · 7 years ago
  55. e52485d libwebp: Rename macros in webpmux.c by Yannis Guyon · 7 years ago
  56. 92dc0f0 clean-up MakeInputImageCopy() by Pascal Massimino · 7 years ago
  57. 39952de VP8IteratorImport: add missing 'const' by Pascal Massimino · 7 years ago
  58. 382af7a clean-up WebPBlendAlpha by Pascal Massimino · 7 years ago
  59. 14d020f libwebp: Use ExUtilGet*() in anim_diff by Yannis Guyon · 7 years ago
  60. 0d92ff2 libwebp: remove useless variable in gif2webp by Yannis Guyon · 7 years ago
  61. 556cb1b Merge "CMake: Set WEBP_BUILD_GIF2WEBP to off" by Yannis Guyon · 7 years ago
  62. da26ee4 CMake: Set WEBP_BUILD_GIF2WEBP to off by Yannis Guyon · 7 years ago
  63. b2a867c cwebp: Don't premultiply during -resize if -exact by Yannis Guyon · 7 years ago
  64. 637141b pngdec: fix build w/libpng < 1.4.x by James Zern · 7 years ago
  65. bc5092b pngdec: set memory functions by James Zern · 7 years ago
  66. 50d8345 Fix CMake math library. by Vincent Rabaud · 7 years ago
  67. 6aa3e8a Fix math library on Visual Studio. by Vincent Rabaud · 7 years ago
  68. d71df4e Fix math library finding in CMake. by Vincent Rabaud · 7 years ago
  69. de08d72 cosmetics: normalize include guard comment by James Zern · 7 years ago
  70. 009562b vwebp: Fix bug when Dispose then NoBlend frames by Yannis Guyon · 7 years ago
  71. 423f257 Fix up CMake to create targets. by Vincent Rabaud · 7 years ago
  72. 907208f Wait for all threads to be done in DecodeRemaining. by Vincent Rabaud · 7 years ago
  73. 4649b3c vwebp: Add background color display option by Yannis Guyon · 7 years ago
  74. 78ad57a Fix bad glClearColor parameters by Yannis Guyon · 7 years ago
  75. da96d8d Allow for a non-initialized alpha decompressor in DoRemap. by Vincent Rabaud · 7 years ago
  76. 2563db4 fix rescaling rounding inaccuracy by Pascal Massimino · 7 years ago
  77. 211f37e fix endian problems in pattern copy by Pascal Massimino · 7 years ago
  78. 5f0f5c0 Make sure partition #0 is read before VP8 data in IDecode. by Vincent Rabaud · 7 years ago
  79. de98732 fix GetColorf() bug by Pascal Massimino · 7 years ago
  80. 4338cd3 misc fixes in libwebpmux by Yannis Guyon · 7 years ago
  81. e00af13 fix signatures after a9ceda7ff1 by Pascal Massimino · 7 years ago
  82. a9ceda7 Speed-up chunk list operations. by Vincent Rabaud · 7 years ago
  83. 2281bbf Merge "Better handling of bogus Huffman codes." by Vincent Rabaud · 7 years ago
  84. 39cb9aa Better handling of bogus Huffman codes. by Vincent Rabaud · 7 years ago
  85. 89cc9d3 Merge "fix read-overflow while parsing VP8X chunk" by Pascal Massimino · 7 years ago
  86. 95fd650 fix read-overflow while parsing VP8X chunk by Pascal Massimino · 7 years ago
  87. 9e729fe Fix VP8IoTeardownHook being called twice on worker sync failure by Yannis Guyon · 7 years ago
  88. 29fb856 Merge "muxread,anmf: fail on multiple image chunks" by James Zern · 7 years ago
  89. eb82ce7 muxread,anmf: fail on multiple image chunks by James Zern · 7 years ago
  90. 1344a2e fix alpha-filtering crash when image width is larger than radius by Pascal Massimino · 7 years ago
  91. be738c6 muxread,ChunkVerifyAndAssign: validate chunk_size by James Zern · 8 years ago
  92. 2c70ad7 muxread,CreateInternal: fix riff size checks by James Zern · 8 years ago
  93. 569001f Fix for thread race heap-use-after-free by Yannis Guyon · 8 years ago
  94. c56a02d Android.mk: use LOCAL_EXPORT_C_INCLUDES w/public libs by James Zern · 8 years ago
  95. 1579559 CMakeLists.txt,cosmetics: normalize if() formatting by James Zern · 8 years ago
  96. 1a44c23 Merge "cmake: add support for webpmux" by Vincent Rabaud · 8 years ago
  97. e9569ad Merge "configure,*am,cosmetics: s/WANT_/BUILD_/" by James Zern · 8 years ago
  98. 35c7de6 cmake: add support for webpmux by James Zern · 8 years ago
  99. 0f25e61 WebpToSDL(): fix the return value in case of error by Pascal Massimino · 8 years ago
  100. 5d8985d configure,*am,cosmetics: s/WANT_/BUILD_/ by James Zern · 8 years ago