[go: up one dir, main page]

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