[go: up one dir, main page]

libwebp-1.0.3

- 7/4/2019: version 1.0.3
  This is a binary compatible release.
  * resize fixes for Nx1 sizes and the addition of non-opaque alpha values for
    odd sizes (issues #418, #434)
  * lossless encode/decode performance improvements
  * lossy compression performance improvement at low quality levels with flat
    content (issue #432)
  * python swig files updated to support python 3
  Tool updates:
    vwebp will now preserve the aspect ratio of images that exceed monitor
    resolution by scaling the image to fit (issue #433)
  1. 0fe1a89 update ChangeLog by James Zern · 6 years ago v1.0.3 v1.0.3-rc1
  2. 2ad0916 update NEWS by James Zern · 6 years ago
  3. 1287362 bump version to 1.0.3 by James Zern · 6 years ago
  4. 7b968cc update AUTHORS by James Zern · 6 years ago
  5. 9d6988f Fix the oscillating prediction problem at low quality by Pascal Massimino · 6 years ago
  6. 312f74d makefile.unix: allow *_LIBS to be overridden w/EXTRA_LIBS by James Zern · 6 years ago
  7. 92dbf23 filters_sse2,cosmetics: shorten some long lines by James Zern · 6 years ago
  8. a277d19 filters_sse2.c: quiet integer sanitizer warnings by James Zern · 6 years ago
  9. 804540f Fix cpufeatures in CMake. by Vincent Rabaud · 6 years ago
  10. bf00c15 Add CMake option for bittrace. by Vincent Rabaud · 6 years ago
  11. a788b49 filters_sse2.c: quiet integer sanitizer warnings by James Zern · 6 years ago
  12. e6a92c5 filters.c: quiet integer sanitizer warnings by James Zern · 6 years ago
  13. ec1cc40 lossless.c: remove U32 -> S8 conversion warnings by James Zern · 6 years ago
  14. 1106478 remove conversion U32 -> S8 warnings by Pascal Massimino · 6 years ago
  15. 812a6b4 lossless_enc: fix some conversion warning by Skal · 6 years ago
  16. 4627c1c lossless_enc,TransformColorBlue: quiet uint32_t conv warning by James Zern · 6 years ago
  17. c84673a lossless_enc_sse{2,41}: quiet signed conv warnings by James Zern · 6 years ago
  18. 776a775 dec_sse2: quiet signed conv warnings by James Zern · 6 years ago
  19. bd39c06 Merge "thread_utils: release mutex before signaling" by James Zern · 6 years ago
  20. 0550576 Merge "(alpha_processing,enc}_sse2: quiet signed conv warnings" by James Zern · 6 years ago
  21. 6682f2c thread_utils: release mutex before signaling by James Zern · 6 years ago
  22. e78dea7 (alpha_processing,enc}_sse2: quiet signed conv warnings by James Zern · 6 years ago
  23. 9acf18b iosbuild.sh: add WebP{Demux,Mux}.framework by Aidan O'Loan · 6 years ago
  24. b9be7e6 vwebp: remove the -fit option (and make it default) by Pascal Massimino · 6 years ago
  25. 1394a2b Merge "README.webp_js: update Emscripten.cmake note" by James Zern · 6 years ago
  26. dd3e7f8 README.webp_js: update Emscripten.cmake note by James Zern · 6 years ago
  27. 32cf880 predictor_enc,GetBestGreenRedToBlue: quiet implicit conv warnings by James Zern · 6 years ago
  28. e1c8acb Merge "vwebp: add a -fit option" by Pascal Massimino · 6 years ago
  29. cbd23dd vwebp: add a -fit option by Pascal Massimino · 6 years ago
  30. 2e67235 bit_writer_utils,Flush: quiet implicit conversion warnings by James Zern · 6 years ago
  31. 1326988 swig: update libwebp_python_wrap.c by James Zern · 6 years ago
  32. 0e7f854 update generated swig files by Skal · 6 years ago
  33. 17ed143 Merge "PutLE{16,24}: quiet implicit conversion warnings" by James Zern · 7 years ago
  34. 2468653 PutLE{16,24}: quiet implicit conversion warnings by James Zern · 7 years ago
  35. 153bb3a fix some clang-7 warnings: by Pascal Massimino · 7 years ago
  36. ab2dc89 Rescaler: fix rounding error by Pascal Massimino · 7 years ago
  37. aa65f89 HistogramCombineStochastic: fix free of uninit value by James Zern · 7 years ago
  38. af0bac6 Merge "encode.h: mention 'exact' default in WebPEncodeLossless*" by James Zern · 7 years ago
  39. 6d2e11e encode.h: mention 'exact' default in WebPEncodeLossless* by James Zern · 7 years ago
  40. 8c3f04f AndroidCPUInfo: reorder terms in conditional by James Zern · 7 years ago
  41. fcfd9c7 BitTrace: if BITTRACE is > 0, record and print syntax bits used by Pascal Massimino · 7 years ago
  42. 067031e Speedups for unused Huffman groups. by Vincent Rabaud · 7 years ago
  43. 01ac46b libwebp: Display "libjpeg error:" in imageio/jpegdec by Yannis Guyon · 7 years ago
  44. d9a662e WebPRescalerGetScaledDimensions: round scaled dimension up by Skal · 7 years ago
  45. 62eb3f0 libwebp: Fix missing '{' in README by Yannis Guyon · 7 years ago
  46. e05f785 Merge "unicode,INIT_WARGV: add missing cast" by James Zern · 7 years ago
  47. 63c9a69 tag the VP8LHashPix() function for potential uint roll-over by James Zern · 7 years ago
  48. 2b7214a unicode,INIT_WARGV: add missing cast by James Zern · 7 years ago
  49. bf424b4 tag the GetPixPairHash64() function for potential uint roll-over by Skal · 7 years ago
  50. 7d05d6c Have the color cache computation be u32-bit only. by Vincent Rabaud · 7 years ago
  51. 6bcf876 Remove BINARYEN_METHOD in wasm settings. by Vincent Rabaud · 7 years ago
  52. 2b98df9 update ChangeLog by James Zern · 7 years ago v1.0.2 v1.0.2-rc1
  53. 61e372b update NEWS by James Zern · 7 years ago
  54. 7ae658a bump version to 1.0.2 by James Zern · 7 years ago
  55. 51c4907 update AUTHORS by James Zern · 7 years ago
  56. 666bd6c man/cwebp.1: refine near-lossless text by James Zern · 7 years ago
  57. 561cdce Clarify the doc about GetFeatures. by Vincent Rabaud · 7 years ago
  58. aec2cf0 near_lossless: fix fuzzing-detected integer overflow by Skal · 7 years ago
  59. 928a75d webp: Fix VP8LBitWriterClone() bug by Yannis Guyon · 7 years ago
  60. 5173d4e neon IsFlat by Johann · 7 years ago
  61. 5b08121 IsFlat: inline when possible by Johann · 7 years ago
  62. 381b7b5 IsFlat: use int for thresh by Johann · 7 years ago
  63. 6ed15ea fix unprobable leak in webp_sdl.c by Skal · 7 years ago
  64. 22bbb24 Merge "IsFlat: return int" by Johann Koenig · 7 years ago
  65. 8b3fb23 Merge tag 'v1.0.1' by James Zern · 7 years ago
  66. f435de9 IsFlat: return int by Johann · 7 years ago
  67. 41521ae utils.h: only define WEBP_NEED_LOG_TABLE_8BIT when needed by James Zern · 7 years ago
  68. 9f4d4a3 neon: GetResidualCost by Johann · 7 years ago
  69. 0fd7514 neon: SetResidualCoeffs by Johann · 7 years ago
  70. f95a996 Simpler histogram clustering. by Vincent Rabaud · 7 years ago
  71. e85d331 update ChangeLog by James Zern · 7 years ago v1.0.1 v1.0.1-rc2
  72. fa8210e Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago
  73. fd198f7 add codereview.settings by Johann · 7 years ago
  74. 825389a README.mux: add a reference to the AnimDecoder API by James Zern · 7 years ago
  75. 3be698c CMake: fix webp_js compilation by skal · 7 years ago
  76. 485ff86 Fix pair update in stochastic entropy merging. by Vincent Rabaud · 7 years ago
  77. 4cd0582 CMake: fix webp_js compilation by skal · 7 years ago
  78. 4cbb4ca update NEWS by James Zern · 7 years ago
  79. f5a5918 bump version to 1.0.1 by James Zern · 7 years ago
  80. d61385d Speed-up: Make sure we only initialize histograms when needed. by Vincent Rabaud · 7 years ago
  81. 6752904 Speed-up: Make sure we only initialize histograms when needed. by Vincent Rabaud · 7 years ago
  82. 0c57031 update AUTHORS by James Zern · 7 years ago
  83. 301a2dd img2webp: add help note about arguments from a file by James Zern · 7 years ago
  84. f0abab9 Speedups for empty histograms. by Vincent Rabaud · 7 years ago
  85. f2dfd92 Split HistogramAdd to only have the high level logic in C. by Vincent Rabaud · 7 years ago
  86. 06b7bc7 Fix compilation on windows and clang-cl+ninja. by Vincent Rabaud · 7 years ago
  87. b6284d8 img2webp: add help note about arguments from a file by James Zern · 7 years ago
  88. decf6f6 Speedups for empty histograms. by Vincent Rabaud · 7 years ago
  89. dea3e89 Split HistogramAdd to only have the high level logic in C. by Vincent Rabaud · 7 years ago
  90. 632798a Merge "Fix compilation on windows and clang-cl+ninja." by Vincent Rabaud · 7 years ago
  91. dc1a951 Merge "libwebp: Unicode command tools on Windows" by Yannis Guyon · 7 years ago
  92. 9cf9841 libwebp: Unicode command tools on Windows by Yannis Guyon · 7 years ago
  93. 9817949 remove some minor TODOs by Pascal Massimino · 7 years ago
  94. a376e7b Fix compilation on windows and clang-cl+ninja. by Vincent Rabaud · 7 years ago
  95. cbf82cc Remove AVX2 files. by Vincent Rabaud · 7 years ago
  96. 5030e90 Merge "TIFF decoder: remove unused KINV definition" by Pascal Massimino · 7 years ago
  97. ac54331 Remove a few more useless #defines by Vincent Rabaud · 7 years ago
  98. 123d330 TIFF decoder: remove unused KINV definition by Pascal Massimino · 7 years ago
  99. ef1094b Merge "- install pkg-config files during the CMake build" by James Zern · 7 years ago
  100. b911fbc libwebp: Remove duplicate GIFDisplayError in anim_util by Yannis Guyon · 7 years ago