[go: up one dir, main page]

libwebp v0.3.0
- 6/13/13: version 0.3.1
  This is a binary compatible release.
  * Add incremental decoding support for images containing ALPH and ICCP chunks.
  * Python bindings via swig for the simple encode/decode interfaces similar to
    Java.
  1. 2a04b03 update ChangeLog by James Zern · 12 years ago v0.3.1 v0.3.1-rc2
  2. 7288950 Regression fix for alpha channels using color cache: by Urvang Joshi · 12 years ago
  3. 2e377b5 wicdec: silence a format warning by James Zern · 12 years ago
  4. ad9e42a muxedit: silence some uninitialized warnings by James Zern · 12 years ago
  5. 825e73b update ChangeLog by James Zern · 12 years ago v0.3.1-rc1
  6. abf6f69 update NEWS by James Zern · 12 years ago
  7. 5a92c1a bump version to 0.3.1 by James Zern · 12 years ago
  8. 67bc353 Revert "add WebPBlendAlpha() function to blend colors against background" by James Zern · 12 years ago
  9. 38cc011 Simplify forward-WHT + SSE2 version by skal · 12 years ago
  10. f32097e probe input file and quick-check for WebP format. by Pascal Massimino · 12 years ago
  11. a2aed1d configure: improve gl/glut library test by James Zern · 12 years ago
  12. c7e89cb update copyright text by James Zern · 12 years ago
  13. a00380d configure: remove use of AS_VAR_APPEND by James Zern · 12 years ago
  14. a94a88d fix EXIF parsing in PNG by skal · 12 years ago
  15. a71e5d8 add doc precision for WebPPictureCopy() and WebPPictureView() by skal · 12 years ago
  16. 8287012 remove datatype qualifier for vmnv by skal · 12 years ago
  17. e190843 fix a memory leak in gif2webp by skal · 12 years ago
  18. 0b18b9e fix two minor memory leaks in webpmux by skal · 12 years ago
  19. db5095d remove some cruft from swig/libwebp.jar by James Zern · 12 years ago
  20. 850e956 README: update swig notes by James Zern · 12 years ago
  21. bddd9b0 swig/python: add minimal documentation by James Zern · 12 years ago
  22. d573a8d swig: add python encode support by James Zern · 12 years ago
  23. 6b93187 swig/java: reduce wrapper function code duplication by James Zern · 12 years ago
  24. 6fe536f swig/java: rework uint8_t typemap by James Zern · 12 years ago
  25. a2ea464 Fix the bug in ApplyPalette. by skal · 12 years ago
  26. 7bb28d2 webp/lossless: fix big endian BGRA output by James Zern · 12 years ago
  27. f036d4b Speed up ApplyPalette for ARGB pixels. by Vikas Arora · 12 years ago
  28. 8112c8c remove some warnings: by skal · 12 years ago
  29. cc128e0 Further reduce memory to decode lossy+alpha images by Urvang Joshi · 12 years ago
  30. 07db70d fix for big-endian by Pascal Massimino · 12 years ago
  31. eda8a7d gif2webp: Fix signed/unsigned comparison mismatch by Urvang Joshi · 12 years ago
  32. 31f346f Makefile.vc: fix libwebpdemux dll variable typo by James Zern · 12 years ago
  33. 6c76d28 swig: add python (decode) support by James Zern · 12 years ago
  34. b4f5bb6 swig: cosmetics by James Zern · 12 years ago
  35. 498d4dd WebP-Lossless encoding improvements. by Vikas Arora · 12 years ago
  36. 26e7244 swig: ifdef some Java specific code by James Zern · 12 years ago
  37. 8ecec68 configure: add warning related flags by James Zern · 12 years ago
  38. e676b04 configure: add GLUT detection; build vwebp by James Zern · 12 years ago
  39. b0ffc43 Alpha decoding: significantly reduce memory usage by Urvang Joshi · 12 years ago
  40. 20aa7a8 configure: add --enable-everything by James Zern · 12 years ago
  41. b8307cc configure.ac: add some helper macros by James Zern · 12 years ago
  42. 980e7ae Remove the gcc compilation comments by Pascal Massimino · 12 years ago
  43. 7f25ff9 gif2webp: Fix ICC and XMP support by Urvang Joshi · 12 years ago
  44. d8e5321 Add missing name to AUTHORS by Christian Duvivier · 12 years ago
  45. 11edf5e Demux: Fix a potential memleak by Urvang Joshi · 12 years ago
  46. c7b9218 don't forward declare enums by James Zern · 12 years ago
  47. 7a650c6 prevent signed int overflow in left shift ops by James Zern · 12 years ago
  48. 31bea32 add precision about dynamic output reallocation with IDecoder by Pascal Massimino · 12 years ago
  49. c22877f Add incremental support for extended format files by Urvang Joshi · 12 years ago
  50. 5051245 Makefile.vc: have 'all' target build everything by James Zern · 12 years ago
  51. 8191dec Makefile.vc: flags cleanup by James Zern · 12 years ago
  52. b9d7473 Makefile.vc: drop /FD flag by James Zern · 12 years ago
  53. 5568dbc update gitignore by James Zern · 12 years ago
  54. f4c7b65 WebPEncode: An additional check. by Urvang Joshi · 12 years ago
  55. 1fb04be pngdec: Avoid a double-free. by Urvang Joshi · 12 years ago
  56. dcbb1ca add WebPBlendAlpha() function to blend colors against background by Pascal Massimino · 12 years ago
  57. bc9f5fb configure.ac: add AM_PROG_AR for automake >= 1.12 by James Zern · 12 years ago
  58. 1e0d4b8 Update ChangeLog by James Zern · 13 years ago v0.3.0 v0.3.0-rc7
  59. d52b405 Cosmetic fixes by Urvang Joshi · 13 years ago
  60. 6cb4a61 misc style fix by Pascal Massimino · 13 years ago
  61. 68111ab add missing YUVA->ARGB automatic conversion in WebPEncode() by Pascal Massimino · 13 years ago
  62. 403bfe8 Container spec: Clarify frame disposal by Urvang Joshi · 13 years ago
  63. 3e7a13a Merge "Container spec: clarify the background color field" into 0.3.0 by James Zern · 13 years ago
  64. 14af774 container doc: add a note about the 'ANMF' payload by James Zern · 13 years ago
  65. cc635ef Container spec: clarify the background color field by Urvang Joshi · 13 years ago
  66. e3e3394 container doc: move RIFF description to own section by James Zern · 13 years ago
  67. 4299f39 libwebp/mux: fix double free by James Zern · 13 years ago
  68. 33f9a69 Merge "demux: keep a frame tail pointer; used in AddFrame" into 0.3.0 by James Zern · 13 years ago
  69. a2a7b95 use WebPDataCopy() instead of re-coding it. by skal · 13 years ago
  70. 6f18f12 demux: keep a frame tail pointer; used in AddFrame by James Zern · 13 years ago
  71. e5af49e add doc precision about WebPParseHeaders() return codes by skal · 13 years ago
  72. db46daa Merge "Makefile.vc: fix dynamic builds" into 0.3.0 by James Zern · 13 years ago
  73. 53c77af Merge "gif2webp: Bgcolor fix for a special case" into 0.3.0 by James Zern · 13 years ago
  74. a5ebd14 gif2webp: Bgcolor fix for a special case by Urvang Joshi · 13 years ago
  75. 6378f23 Merge "vwebp/animation: fix background dispose" into 0.3.0 by James Zern · 13 years ago
  76. 3c8eb9a fix bad saturation order in QuantizeBlock by Pascal Massimino · 13 years ago
  77. 04c7a2e vwebp/animation: fix background dispose by James Zern · 13 years ago
  78. 81a5069 Makefile.vc: fix dynamic builds by James Zern · 13 years ago
  79. 5f25c39 update ChangeLog by James Zern · 13 years ago v0.3.0-rc6
  80. 14d42af examples: don't use C99 %zu by James Zern · 13 years ago
  81. 5ccf1fe update ChangeLog by James Zern · 13 years ago
  82. 2560c24 update NEWS by James Zern · 13 years ago
  83. f43bafc Merge changes Iecccb09c,If5ee9fd2,I3e181ce4 into 0.3.0 by James Zern · 13 years ago
  84. a788644 dwebp: warn when decoding animated webp's by James Zern · 13 years ago
  85. 302efcd Decode: return more meaningful error for animation by James Zern · 13 years ago
  86. ad45273 WebPBitstreamFeatures: add has_animation field by James Zern · 13 years ago
  87. 783dfa4 disable FRGM decoding for good in libwebpmux by Pascal Massimino · 13 years ago
  88. 4b956be Update ChangeLog by James Zern · 13 years ago
  89. ad8b86d update NEWS by James Zern · 13 years ago
  90. 3e084f6 Merge "demux cosmetics: comments/rename internal function" into 0.3.0 by James Zern · 13 years ago
  91. d3f8c62 Merge "move WebPFeatureFlags declaration" into 0.3.0 by James Zern · 13 years ago
  92. 7386fe5 Merge "libwebp{demux,mux}: install mux_types.h" into 0.3.0 by James Zern · 13 years ago
  93. d6cd4e9 Merge "bump decode abi" into 0.3.0 by pascal massimino · 13 years ago
  94. 17f8da5 bump decode abi by James Zern · 13 years ago
  95. 97684ae Merge "add doc precision about WebPDemuxPartial()" into 0.3.0 by Pascal Massimino · 13 years ago
  96. f933fd2 move WebPFeatureFlags declaration by James Zern · 13 years ago
  97. 289bc47 libwebp{demux,mux}: install mux_types.h by James Zern · 13 years ago
  98. 224e8d4 add doc precision about WebPDemuxPartial() by Pascal Massimino · 13 years ago
  99. 4c18e80 demux cosmetics: comments/rename internal function by James Zern · 13 years ago
  100. 7cfd1bf update AUTHORS by James Zern · 13 years ago