[go: up one dir, main page]

libwebp-1.2.2

- 1/11/2022: version 1.2.2
  This is a binary compatible release.
  * webpmux: add "-set bgcolor A,R,G,B"
  * add ARM64 NEON support for MSVC builds (#539)
  * fix duplicate include error in Xcode when using multiple XCFrameworks in a
    project (#542)
  * doc updates and bug fixes (#538, #544, #548, #550)
  1. b0a8608 update ChangeLog by James Zern · 4 years ago v1.2.2
  2. 6db8248 libwebp: Fix VP8EncTokenLoop() progress by Yannis Guyon · 4 years ago
  3. 827a307 BMP enc: fix the transparency case by Pascal Massimino · 4 years ago
  4. 286e7fc libwebp: do not destroy jpeg codec twice on error by Yannis Guyon · 4 years ago
  5. 9195ea0 update ChangeLog by James Zern · 4 years ago v1.2.2-rc2
  6. 4acae01 update NEWS by James Zern · 4 years ago
  7. 883f063 man/img2webp.1: update date by James Zern · 4 years ago
  8. 567e1f4 Reword img2webp synopsis command line by Yannis Guyon · 4 years ago
  9. f084244 anim_decode: fix alpha blending with big-endian by James Zern · 4 years ago
  10. b217b4f webpinfo: fix fourcc comparison w/big-endian by James Zern · 4 years ago
  11. f035d2e update ChangeLog by James Zern · 4 years ago v1.2.2-rc1
  12. 7031946 update NEWS by James Zern · 4 years ago
  13. 973390b bump version to 1.2.2 by James Zern · 4 years ago
  14. abd6664 update AUTHORS by James Zern · 4 years ago
  15. 5b7e793 Merge "add missing USE_{MSA,NEON} checks in headers" into main by James Zern · 4 years ago
  16. 02ca04c add missing USE_{MSA,NEON} checks in headers by jzern@google.com · 4 years ago
  17. e94716e xcframeworkbuild.sh: place headers in a subdir by James Zern · 4 years ago
  18. c846efd patch-check: commit subject length check by Roberto Alanis · 4 years ago
  19. b6f756e update http links by James Zern · 4 years, 1 month ago
  20. 8f5cb4c update rfc links by James Zern · 4 years, 1 month ago
  21. 8ea8156 change VP8LPredictorFunc signature to avoid reading 'left' by Pascal Massimino · 4 years, 1 month ago
  22. 6b1d18c webpmux: fix the -bgcolor description by Pascal Massimino · 4 years, 2 months ago
  23. 3368d87 Merge "webpmux: add "-set bgcolor A,R,G,B"" into main by Pascal Massimino · 4 years, 2 months ago
  24. f213abf webpinfo: print the number of warnings by Pascal Massimino · 4 years, 2 months ago
  25. 50c97c3 webpmux: add "-set bgcolor A,R,G,B" by Pascal Massimino · 4 years, 2 months ago
  26. 2c206aa Remove CMakeLists.txt check in compile.sh by Roberto Alanis · 4 years, 2 months ago
  27. 96e3dfe Merge "infra/common.sh: add shard_should_run()" into main by James Zern · 4 years, 2 months ago
  28. 0e0f74b infra/common.sh: add shard_should_run() by James Zern · 4 years, 2 months ago
  29. 35b7436 Jenkins scripts port: update shell function comments by Roberto Alanis · 4 years, 2 months ago
  30. 21d24b4 webp-container-spec.txt: remove 'experimental' markers by James Zern · 4 years, 2 months ago
  31. cdcf890 Merge "Port Jenkins script: compile" into main by Roberto Alanis Baez · 4 years, 2 months ago
  32. dc683cd Jenkins scripts port: static analysis by Roberto Alanis · 4 years, 2 months ago
  33. 0858494 Port Jenkins script: compile by Roberto Alanis · 4 years, 2 months ago
  34. c2cf6a9 Jenkins scripts port: android compilation by Roberto Alanis · 4 years, 2 months ago
  35. df0e808 presubmit: Add pylint-2.7 and .pylintrc by Roberto Alanis · 4 years, 2 months ago
  36. 676c57d patch-check: shfmt by Roberto Alanis · 4 years, 2 months ago
  37. 7bb7f74 patch-check: Add shellcheck by Roberto Alanis · 4 years, 3 months ago
  38. abcd179 Reformat docstrings and imports by Roberto Alanis · 4 years, 3 months ago
  39. edaf089 Port Jenkins scripts: compile js by Roberto Alanis · 4 years, 3 months ago
  40. b962206 Set CheckPatchFormatted flags to fail on diffs by James Zern · 4 years, 3 months ago
  41. e23cd54 dsp.h: enable NEON w/VS2019+ ARM64 targets by James Zern · 4 years, 3 months ago
  42. 3875c7d CMakeLists.txt: set minimum version to 3.7 by James Zern · 4 years, 4 months ago
  43. 1a8f0d4 Have a hard-coded value for memset in TrellisQuantizeBlock. by Vincent Rabaud · 4 years, 4 months ago
  44. 9348016 Speed up TrellisQuantizeBlock by Vincent Rabaud · 4 years, 4 months ago
  45. 45eaacc Convert deprecated uint32 to uint32_t. by Vincent Rabaud · 4 years, 4 months ago
  46. 42592af webp,cmake: Remove unnecessary include dirs by Yannis Guyon · 4 years, 4 months ago
  47. e298e05 Add patch-check steps in PRESUBMIT.py by Roberto Alanis · 4 years, 4 months ago
  48. 2914891 Merge tag 'v1.2.1' by James Zern · 4 years, 4 months ago
  49. 9ce5843 update ChangeLog by James Zern · 4 years, 5 months ago v1.2.1
  50. d919158 fuzzer/*: normalize src/ includes by James Zern · 4 years, 5 months ago
  51. c5bc362 fuzzer/*: normalize src/ includes by James Zern · 4 years, 5 months ago
  52. 53b6f76 fix indent by James Zern · 4 years, 5 months ago
  53. d2caaba fix indent by James Zern · 4 years, 5 months ago
  54. 731246b update ChangeLog by James Zern · 4 years, 5 months ago v1.2.1-rc2
  55. d250f01 dsp/*: use WEBP_HAVE_* to determine Init availability by James Zern · 4 years, 5 months ago
  56. 1fe3162 dsp/*: use WEBP_HAVE_* to determine Init availability by James Zern · 4 years, 5 months ago
  57. 3a4d3ec update NEWS by James Zern · 4 years, 5 months ago
  58. b2bc809 bump version to 1.2.1 by James Zern · 4 years, 5 months ago
  59. e542fc7 update AUTHORS by James Zern · 4 years, 5 months ago
  60. e024115 Merge "libwebp/CMake: Add <BUILD_INTERFACE> to webp incl" into main by Yannis Guyon · 4 years, 5 months ago
  61. edea644 libwebp/CMake: Add <BUILD_INTERFACE> to webp incl by Yannis Guyon · 4 years, 5 months ago
  62. ece18e5 dsp.h: respect --disable-sse2/sse4.1/neon by James Zern · 4 years, 5 months ago
  63. a89a323 wicdec: support alpha from WebP WIC decoder by James Zern · 4 years, 5 months ago
  64. 26f4aa0 Merge "alpha_processing: fix visual studio warnings" into main by James Zern · 4 years, 5 months ago
  65. 8f59466 alpha_processing: fix visual studio warnings by James Zern · 4 years, 5 months ago
  66. 46d844e Merge "cpu.cmake: fix compiler flag detection w/3.17.0+" into main by James Zern · 4 years, 5 months ago
  67. 298d26e Merge changes I593adf92,If20675e7,Ifac68eac into main by Pascal Massimino · 4 years, 6 months ago
  68. a1e5dae alpha_processing*: use WEBP_RESTRICT qualifier by James Zern · 4 years, 6 months ago
  69. 327ef24 cpu.cmake: fix compiler flag detection w/3.17.0+ by James Zern · 4 years, 6 months ago
  70. f70819d configure: enable libwebpmux by default by James Zern · 4 years, 6 months ago
  71. dc7e2b4 configure: add informational notices when disabling binaries by James Zern · 4 years, 6 months ago
  72. 9df23dd configure: move lib flag checks before binaries by James Zern · 4 years, 6 months ago
  73. a2e18f1 Merge "WebPConfig.config.in: correct WEBP_INCLUDE_DIRS" into main by James Zern · 4 years, 6 months ago
  74. e1a8d4f Merge "bit_reader_inl_utils: uniformly apply WEBP_RESTRICT" into main by Pascal Massimino · 4 years, 6 months ago
  75. 4de35f4 rescaler.c: fix alignment by Skal · 4 years, 6 months ago
  76. 0f13eec bit_reader_inl_utils: uniformly apply WEBP_RESTRICT by James Zern · 4 years, 6 months ago
  77. 277d307 Fix size_t overflow in WebPRescalerInit by Skal · 4 years, 6 months ago
  78. 97adbba WebPConfig.config.in: correct WEBP_INCLUDE_DIRS by James Zern · 4 years, 6 months ago
  79. b60d460 advanced_api_fuzzer: add extreme config value coverage by James Zern · 4 years, 6 months ago
  80. 72fe52f anim_encode.c,cosmetics: normalize indent by James Zern · 4 years, 6 months ago
  81. 116d235 anim_encode: Fix encoded_frames_[] overflow by James Zern · 4 years, 6 months ago
  82. 6f445b3 CMake: set CMP0072 to NEW by Christopher Degawa · 4 years, 6 months ago
  83. b1cf887 define WEBP_RESTRICT for MSVC by James Zern · 4 years, 6 months ago
  84. 3e26513 Add WEBP_RESTRICT & use it in VP8BitReader by Clement Courbet · 4 years, 6 months ago
  85. f6d2924 vp8l_dec::ProcessRows: fix int overflow in multiply by James Zern · 4 years, 6 months ago
  86. de3b4ba CMake: add WEBP_BUILD_LIBWEBPMUX by Christopher Degawa · 4 years, 6 months ago
  87. 7f09d3d CMakeLists.txt: rm libwebpmux dep from anim_{diff,dump} by James Zern · 4 years, 6 months ago
  88. 4edea4a Init{RGB,YUV}Rescaler: fix a few more int overflows by James Zern · 4 years, 6 months ago
  89. c9e26bd rescaler_utils: set max valid scaled w/h to INT_MAX/2 by James Zern · 4 years, 6 months ago
  90. 28d488e utils.h: add SizeOverflow() by James Zern · 4 years, 6 months ago
  91. 695bdaa Export/EmitRescaledRowsRGBA: fix pointer offset int overflow by James Zern · 4 years, 6 months ago
  92. 685d073 Init{RGB,YUV}Rescaler: fix int overflows in multiplication by jzern@google.com · 4 years, 6 months ago
  93. d38bd0d WebPFlipBuffer: fix integer overflow by jzern@google.com · 4 years, 6 months ago
  94. 109ff0f utils: allow MALLOC_LIMIT to indicate a max by James Zern · 4 years, 7 months ago
  95. a2fce86 WebPRescalerImportRowExpand_C: promote some vals before multiply by James Zern · 4 years, 7 months ago
  96. 776983d AllocateBuffer: fix int multiplication overflow check by James Zern · 4 years, 7 months ago
  97. 315abbd Merge "Revert "Do not use a palette for one color images."" by James Zern · 4 years, 7 months ago
  98. eae815d Merge changes Ica3bbf75,I82f82954 by James Zern · 4 years, 7 months ago
  99. afbca5a Require Emscripten 2.0.18 by Zhi An Ng · 4 years, 7 months ago
  100. 3320416 CMakeLists,emscripten: use EXPORTED_RUNTIME_METHODS by James Zern · 4 years, 7 months ago