[go: up one dir, main page]

Version 0.2.0

See NEWS/ChangeLog for release details.
  1. 4238bc0 Update ChangeLog by James Zern · 13 years ago v0.2.0
  2. c655380 dec/io.c: cosmetics by James Zern · 13 years ago
  3. fe1958f RGBA4444: harmonize lossless/lossy alpha values by James Zern · 13 years ago
  4. 681cb30 fix RGBA4444 output w/fancy upsampling by James Zern · 13 years ago
  5. f06c1d8 Merge "Alignment fix" into 0.2.0 by James Zern · 13 years ago
  6. f56e98f Alignment fix by Urvang Joshi · 13 years ago
  7. 6fe843b avoid rgb-premultiply if there's only trivial alpha values by Pascal Massimino · 13 years ago
  8. 528a11a fix the ARGB4444 premultiply arithmetic by Pascal Massimino · 13 years ago
  9. a0a4885 Lossless decoder fix for a special transform order by Urvang Joshi · 13 years ago
  10. 62dd9bb Update encoding heuristic w.r.t palette colors. by Vikas Arora · 13 years ago
  11. 6f4272b remove unused ApplyInverseTransform() by Pascal Massimino · 13 years ago
  12. 93bf0fa Update ChangeLog by James Zern · 13 years ago v0.2.0-rc1
  13. 5934fc5 update AUTHORS by James Zern · 13 years ago
  14. 014a711 update NEWS by James Zern · 13 years ago
  15. 43b0d61 add support for ARGB -> YUVA conversion for lossless decoder by Pascal Massimino · 13 years ago
  16. 33705ca bump version to 0.2.0 by Pascal Massimino · 13 years ago
  17. c40d7ef fix alpha-plane check + add extra checks by Pascal Massimino · 13 years ago
  18. a06f802 MODE_YUVA: set alpha to opaque if the image has none by James Zern · 13 years ago
  19. 52a87dd Merge "silence one more warning" into 0.2.0 by James Zern · 13 years ago
  20. 3b02309 silence one more warning by James Zern · 13 years ago
  21. f94b04f move some RGB->YUV functions to yuv.h by Pascal Massimino · 13 years ago
  22. 4b71ba0 README: sync [cd]webp help output by James Zern · 13 years ago
  23. c9ae57f man/dwebp.1: add links to output file format details by James Zern · 13 years ago
  24. 292ec5c quiet a few 'uninitialized' warnings by James Zern · 13 years ago
  25. 4af3f6c fix indentation by Pascal Massimino · 13 years ago
  26. 9b261bf remove the last NOT_HAVE_LOG2 instances by Pascal Massimino · 13 years ago
  27. 323dc4d remove use of log2(). Use VP8LFastLog2() instead. by Pascal Massimino · 13 years ago
  28. 8c515d5 Merge "harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc" into 0.2.0 by Pascal Massimino · 13 years ago
  29. d4b4bb0 Merge changes I46090628,I1a41b2ce into 0.2.0 by James Zern · 13 years ago
  30. bff34ac harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc by Pascal Massimino · 13 years ago
  31. a3c063c Merge "extra size check for security" into 0.2.0 by Pascal Massimino · 13 years ago
  32. 5e79630 Merge "WebPEncode: clear stats at the start of encode" into 0.2.0 by pascal massimino · 13 years ago
  33. f1edf62 Merge "rationalize use of color-cache" into 0.2.0 by Pascal Massimino · 13 years ago
  34. c193331 extra size check for security by Pascal Massimino · 13 years ago
  35. 906be65 rationalize use of color-cache by Pascal Massimino · 13 years ago
  36. dd1c387 Add image-hint for low-color images. by Vikas Arora · 13 years ago
  37. 4eb7aa6 Merge "WebPCheckMalloc() and WebPCheckCalloc():" into 0.2.0 by Pascal Massimino · 13 years ago
  38. 80cc730 WebPCheckMalloc() and WebPCheckCalloc(): by Pascal Massimino · 13 years ago
  39. 183cba8 check VP8LBitWriterInit return by James Zern · 13 years ago
  40. cbfa9ee lossless: fix crash on user abort by James Zern · 13 years ago
  41. 256afef cwebp: exit immediately on version mismatch by James Zern · 13 years ago
  42. 475d87d WebPEncode: clear stats at the start of encode by James Zern · 13 years ago
  43. a7cc729 fix type and conversion warnings by Pascal Massimino · 13 years ago
  44. 7d853d7 add stats for lossless by Pascal Massimino · 13 years ago
  45. d39177b make QuantizeLevels() store the sum of squared error by Pascal Massimino · 13 years ago
  46. 5955cf5 replace x*155/100 by x*101581>>16 by Pascal Massimino · 13 years ago
  47. 7d732f9 make QuantizeLevels() store the sum of squared error by Pascal Massimino · 13 years ago
  48. e45a446 replace x*155/100 by x*101581>>16 by Pascal Massimino · 13 years ago
  49. 159b75d cwebp output size consistency: by Urvang Joshi · 13 years ago
  50. cbee59e Merge commit 'v0.1.99' by James Zern · 13 years ago
  51. 1889e9b dwebp: report -alpha option by James Zern · 13 years ago
  52. 3bc3f7c Merge "dwebp: add PAM output support" into 0.2.0 by pascal massimino · 13 years ago
  53. d919ed0 dwebp: add PAM output support by James Zern · 13 years ago
  54. 85e215d README/manpages/configure: update website link by James Zern · 13 years ago
  55. c3a207b Update ChangeLog by James Zern · 13 years ago v0.1.99
  56. d1fd782 Merge "add extra precision about default values and behaviour" into 0.2.0 by James Zern · 13 years ago
  57. efc826e add extra precision about default values and behaviour by Pascal Massimino · 13 years ago
  58. 9f29635 header/doc clean up by Pascal Massimino · 13 years ago
  59. ff9fd1b Makefile.vc: fix webpmux.exe *-dynamic builds by James Zern · 13 years ago
  60. 8aacc7b remove INAM, ICOP, ... chunks from the test webp file. by Pascal Massimino · 13 years ago
  61. 2fc1301 harmonize authors as "Name (mail@address)" by Pascal Massimino · 13 years ago
  62. 4a9f37b Merge "update NEWS" into 0.2.0 by pascal massimino · 13 years ago
  63. 7415ae1 makefile.unix: provide examples/webpmux target by James Zern · 13 years ago
  64. ce82ced update NEWS by James Zern · 13 years ago
  65. 641e28e Merge "man/cwebp.1: wording, change the date" into 0.2.0 by pascal massimino · 13 years ago
  66. c37c23e README: cosmetics by James Zern · 13 years ago
  67. 3976dcd man/cwebp.1: wording, change the date by James Zern · 13 years ago
  68. 3e5bbe1 Merge "rename 'use_argb_input' to 'use_argb'" into 0.2.0 by James Zern · 13 years ago
  69. ce90847 Merge "add some padding bytes areas for later use" into 0.2.0 by James Zern · 13 years ago
  70. 2390dab Merge "fixing the findings by Frederic Kayser to the bitstream spec" into 0.2.0 by James Zern · 13 years ago
  71. 0275159 add a very crude progress report for lossless by Pascal Massimino · 13 years ago
  72. a4b9b1c Remove some unused enum values. by Urvang Joshi · 13 years ago
  73. dd10817 rename 'use_argb_input' to 'use_argb' by Pascal Massimino · 13 years ago
  74. 90516ae add some padding bytes areas for later use by Pascal Massimino · 13 years ago
  75. d03b250 fixing the findings by Frederic Kayser to the bitstream spec by Jyrki Alakuijala · 13 years ago
  76. ce156af add missing ABI compatibility checks by James Zern · 13 years ago
  77. 9d45416 Merge "Doc: container spec text tweaks" into 0.2.0 by James Zern · 13 years ago
  78. 4e2e0a8 Doc: container spec text tweaks by Lou Quillio · 13 years ago
  79. f7f16a2 add ABI compatibility check by Pascal Massimino · 13 years ago
  80. 2a77557 Merge "swig: add WebPEncodeLossless* wrappers" into 0.2.0 by James Zern · 13 years ago
  81. a3ec622 mux.h: remove '* const' from function parameters by James Zern · 13 years ago
  82. 31426eb encode.h: remove '* const' from function parameters by James Zern · 13 years ago
  83. 9838e5d decode.h: remove '* const' from function parameters by James Zern · 13 years ago
  84. 4972302 swig: add WebPEncodeLossless* wrappers by James Zern · 13 years ago
  85. 9ff00ca bump encoder/decoder versions by James Zern · 13 years ago
  86. c2416c9 add lossless quick encoding functions to the public API by Pascal Massimino · 13 years ago
  87. 4c1f5d6 Merge "NEWS: mention decode_vp8.h is no longer installed" into 0.2.0 by pascal massimino · 13 years ago
  88. 6cb2277 NEWS: mention decode_vp8.h is no longer installed by James Zern · 13 years ago
  89. d5e5ad6 move decode_vp8.h from webp/ to dec/ by James Zern · 13 years ago
  90. 8d3b04a Merge "header clean-up" into 0.2.0 by James Zern · 13 years ago
  91. 02201c3 Merge "remove one malloc() by making color_cache non dynamic" into 0.2.0 by James Zern · 13 years ago
  92. d708ec1 Merge "move MIN/MAX_HISTO_BITS to format_constants.h" into 0.2.0 by James Zern · 13 years ago
  93. ab2da3e Merge "add a malloc() check" into 0.2.0 by James Zern · 13 years ago
  94. 2d571bd add a malloc() check by Pascal Massimino · 13 years ago
  95. 7f0c178 remove one malloc() by making color_cache non dynamic by Pascal Massimino · 13 years ago
  96. 6569cd7 Merge "VP8LFillBitWindow: use 64-bit path for msvc x64 builds" into 0.2.0 by James Zern · 13 years ago
  97. 23d34f3 header clean-up by Pascal Massimino · 13 years ago
  98. 2a3ab6f move MIN/MAX_HISTO_BITS to format_constants.h by Pascal Massimino · 13 years ago
  99. 985d3da Merge "shuffle variables in HashChainFindCopy" into 0.2.0 by Pascal Massimino · 13 years ago
  100. cdf885c shuffle variables in HashChainFindCopy by Pascal Massimino · 13 years ago