[go: up one dir, main page]

libwebp-0.5.1
- 6/14/2016: version 0.5.1
  This is a binary compatible release.
  * miscellaneous bug fixes (issues #280, #289)
  * reverted alpha plane encoding with color cache for compatibility with
    libwebp 0.4.0->0.4.3 (issues #291, #298)
  * lossless encoding performance improvements
  * memory reduction in both lossless encoding and decoding
  * force mux output to be in the extended format (VP8X) when undefined chunks
    are present (issue #294)
  * gradle, cmake build support
  * workaround for compiler bug causing 64-bit decode failures on android
    devices using clang-3.8 in the r11c NDK
  * various WebPAnimEncoder improvements
  1. 3d97bb7 update ChangeLog by James Zern · 9 years ago v0.5.1
  2. deb54d9 Clarify the expected 'config' lifespan in WebPIDecode() by Pascal Massimino · 9 years ago
  3. c7e2d24 update ChangeLog by James Zern · 9 years ago v0.5.1-rc5
  4. c7eb06f Fix corner case in CostManagerInit. by Vincent Rabaud · 9 years ago
  5. ab7937a gif2webp: normalize the number of .'s in the help message by James Zern · 9 years ago
  6. 3cdec84 vwebp: normalize the number of .'s in the help message by James Zern · 9 years ago
  7. bdf6241 cwebp: normalize the number of .'s in the help message by James Zern · 9 years ago
  8. 06a38c7 fix rescaling bug: alpha plane wasn't filled with 0xff by Pascal Massimino · 9 years ago
  9. 319e37b Improve lossless compression. by Vincent Rabaud · 9 years ago
  10. 447adbc 'our bug tracker' -> 'the bug tracker' by Pascal Massimino · 9 years ago
  11. 97b9e64 normalize the number of .'s in the help message by Pascal Massimino · 9 years ago
  12. bb50bf4 pngdec,ReadFunc: throw an error on invalid read by James Zern · 9 years ago
  13. 38063af decode.h,WebPGetInfo: normalize function comment by James Zern · 9 years ago
  14. 9e8e1b7 Inline GetResidual for speed. by Vincent Rabaud · 9 years ago
  15. 7d58d1b Speed-up uniform-region processing. by Vincent Rabaud · 9 years ago
  16. 23e29cb Merge "Fix a boundary case in BackwardReferencesHashChainDistanceOnly." into 0.5.1 by Pascal Massimino · 10 years ago
  17. 0bb23b2 free -> WebPSafeFree() by Pascal Massimino · 10 years ago
  18. e7b9177 Merge "DecodeImageData(): change the incorrect assert" into 0.5.1 by Pascal Massimino · 10 years ago
  19. 2abfa54 DecodeImageData(): change the incorrect assert by Pascal Massimino · 10 years ago
  20. 5a48fcd Merge "configure: test for -Wfloat-conversion" by James Zern · 10 years ago
  21. 0174d18 Fix a boundary case in BackwardReferencesHashChainDistanceOnly. by Vincent Rabaud · 10 years ago
  22. 6a9c262 Merge "Added MSA optimized transform functions" by Parag Salasakar · 10 years ago
  23. cfbcc5e Make sure to consider small distances in LZ77. by Vincent Rabaud · 10 years ago
  24. 5e60c42 Added MSA optimized transform functions by Parag Salasakar · 10 years ago
  25. 3dc28d7 configure: test for -Wfloat-conversion by James Zern · 10 years ago
  26. f2a0946 add some asserts to delimit the perimeter of CostManager's operation by Pascal Massimino · 10 years ago
  27. 9a583c6 fix invalid-write bug for alpha-decoding by Pascal Massimino · 10 years ago
  28. f66512d make gradlew executable by James Zern · 10 years ago
  29. 6fda58f backward_references: quiet double->int warning by James Zern · 10 years ago
  30. a48cc9d Merge "Fix a compression regression for images with long uniform regions." into 0.5.1 by Pascal Massimino · 10 years ago
  31. cc2720c Merge "Revert an LZ77 boundary constant." into 0.5.1 by Pascal Massimino · 10 years ago
  32. 059aab4 Fix a compression regression for images with long uniform regions. by Vincent Rabaud · 10 years ago
  33. b0c7e49 Check more backward matches with higher quality. by Vincent Rabaud · 10 years ago
  34. a361151 Revert an LZ77 boundary constant. by Vincent Rabaud · 10 years ago
  35. 8190374 README: fix typo by James Zern · 10 years ago
  36. 7551db4 update NEWS by James Zern · 10 years ago
  37. 0fb2269 bump version to 0.5.1 by James Zern · 10 years ago
  38. f453761 update AUTHORS & .mailmap by James Zern · 10 years ago
  39. 3259571 Refactor GetColorPalette method. by Urvang Joshi · 10 years ago
  40. 1df5e26 avoid using tmp histogram in PreparePair() by Pascal Massimino · 10 years ago
  41. 7685123 fix comment typos by Pascal Massimino · 10 years ago
  42. a246b92 Speedup backward references. by Vincent Rabaud · 10 years ago
  43. 76d73f1 Merge "CostManager: introduce a free-list of ~10 intervals" by Pascal Massimino · 10 years ago
  44. eab39d8 CostManager: introduce a free-list of ~10 intervals by Pascal Massimino · 10 years ago
  45. 4c59aac Merge "mips msa webp configuration" by James Zern · 10 years ago
  46. 043c33f Merge "Improve speed and compression in backward reference for lossless." by Pascal Massimino · 10 years ago
  47. 71be9b8 Merge "clarify variable names in HistogramRemap()" by Pascal Massimino · 10 years ago
  48. 0ba7fd7 Improve speed and compression in backward reference for lossless. by Vincent Rabaud · 10 years ago
  49. 0481d42 CostManager: cache one interval and re-use it when possible by Pascal Massimino · 10 years ago
  50. 41b7e6b Merge "histogram: fix bin calculation" by Pascal Massimino · 10 years ago
  51. 96c3d62 histogram: fix bin calculation by Pascal Massimino · 10 years ago
  52. fe9e31e clarify variable names in HistogramRemap() by Pascal Massimino · 10 years ago
  53. ce3c824 disable near-lossless quantization if palette is used by Pascal Massimino · 10 years ago
  54. e11da08 mips msa webp configuration by Parag Salasakar · 10 years ago
  55. 5f8f998 mux: Presence of unknown chunks should trigger VP8X chunk output. by Urvang Joshi · 10 years ago
  56. cadec0b Merge "Sync mips32 and dsp_r2 YUV->RGB code with C verison" by Pascal Massimino · 10 years ago
  57. d963775 Compute the hash chain once and for all for lossless compression. by Vincent Rabaud · 10 years ago
  58. 50a4866 Sync mips32 and dsp_r2 YUV->RGB code with C verison by Jovan Zelincevic · 10 years ago
  59. eee788e Merge "introduce a common signature for all image reader function" by Pascal Massimino · 10 years ago
  60. d77b877 introduce a common signature for all image reader function by Pascal Massimino · 10 years ago
  61. ca8d951 remove some obsolete TODOs by Pascal Massimino · 10 years ago
  62. ae2a722 collect all decoding utilities from examples/ in libexampledec.a by Pascal Massimino · 10 years ago
  63. 0b8ae85 Merge "Move DitherCombine8x8 to dsp/dec.c" by Pascal Massimino · 10 years ago
  64. 77cad88 Merge "ReadWebP: avoid conversion to ARGB if final format is YUVA" by Pascal Massimino · 10 years ago
  65. ab8d669 ReadWebP: avoid conversion to ARGB if final format is YUVA by Pascal Massimino · 10 years ago
  66. f8b7ce9 Merge "test pointer to NULL explicitly" by Pascal Massimino · 10 years ago
  67. 5df6f21 test pointer to NULL explicitly by Pascal Massimino · 10 years ago
  68. 77f21c9 Move DitherCombine8x8 to dsp/dec.c by Pascal Massimino · 10 years ago
  69. c9e6d86 Add gradle support by Vincent Rabaud · 10 years ago
  70. c65f41e Revert "Add gradle support" by Vincent Rabaud · 10 years ago
  71. bf731ed Add gradle support by Vincent Rabaud · 10 years ago
  72. 08333b8 WebPAnimEncoder: Detect when canvas is modified, restore only when needed. by Urvang Joshi · 10 years ago
  73. 0209d7e Merge "speed-up MapToPalette() with binary search" by Pascal Massimino · 10 years ago
  74. fdd29a3 speed-up MapToPalette() with binary search by Pascal Massimino · 10 years ago
  75. cf4a651 Revert "Refactor GetColorPalette method." by James Zern · 10 years ago
  76. 0a27aca Merge changes Idfa8ce83,I19adc9c4 by James Zern · 10 years ago
  77. f25c440 WebPAnimEncoder: Restore original canvas between multiple encodes. by Urvang Joshi · 10 years ago
  78. 169004b Refactor GetColorPalette method. by Urvang Joshi · 10 years ago
  79. 576362a VP8LDoFillBitWindow: support big-endian in fast path by James Zern · 10 years ago
  80. ac49e4e bit_reader.c: s/VP8L_USE_UNALIGNED_LOAD/VP8L_USE_FAST_LOAD/ by James Zern · 10 years ago
  81. d39ceb5 VP8LDoFillBitWindow: remove stale TODO by James Zern · 10 years ago
  82. 2ec2de1 Merge "Speed-up BackwardReferencesHashChainDistanceOnly." by Pascal Massimino · 10 years ago
  83. 3e023c1 Speed-up BackwardReferencesHashChainDistanceOnly. by Vincent Rabaud · 10 years ago
  84. f2e1efb Improve near lossless compression when a prediction filter is used. by Marcin Kowalczyk · 10 years ago
  85. e15afbc dsp.h: fix ubsan macro name by James Zern · 10 years ago
  86. e53c9cc dsp.h: add WEBP_UBSAN_IGNORE_UNSIGNED_OVERFLOW by James Zern · 10 years ago
  87. af81fdb utils.h: quiet -fsanitize=undefined warnings by James Zern · 10 years ago
  88. ea0be35 dsp.h: remove utils.h include by James Zern · 10 years ago
  89. cd276ae utils/*.c: ../utils/utils.h -> ./utils.h by James Zern · 10 years ago
  90. c892713 utils/Makefile.am: add some missing headers by James Zern · 10 years ago
  91. ea24e02 Merge "dsp.h: add WEBP_UBSAN_IGNORE_UNDEF" by James Zern · 10 years ago
  92. 369e264 dsp.h: add WEBP_UBSAN_IGNORE_UNDEF by James Zern · 10 years ago
  93. 0d020a7 Merge "add runtime NEON detection" by James Zern · 10 years ago
  94. 5ee2136 Merge "add VP8LAddPixels() to lossless.h" by James Zern · 10 years ago
  95. 47435a6 add VP8LAddPixels() to lossless.h by Pascal Massimino · 10 years ago
  96. 8fa6ac6 remove two ubsan warnings by Pascal Massimino · 10 years ago
  97. 74fb56f add runtime NEON detection by James Zern · 10 years ago
  98. 4154a83 MIPS update to new Unfilter API by Jovan Zelincevic · 10 years ago
  99. c80b9fc Merge "cherry-pick decoder fix for 64-bit android devices" by Pascal Massimino · 10 years ago
  100. 6235147 cherry-pick decoder fix for 64-bit android devices by James Zern · 10 years ago