[go: up one dir, main page]

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