[go: up one dir, main page]

  1. f307f98 Merge "webpmux: let -- stop parameter parsing" by James Zern · 12 years ago
  2. 6f36ade manpage pedantry by James Zern · 12 years ago
  3. b4fa0a4 webpmux: let -- stop parameter parsing by James Zern · 12 years ago
  4. a9a20ac gif2webp: Add a multi-threaded encode option by Urvang Joshi · 12 years ago
  5. 7f9de0b Merge changes I994a5587,I8467bb71,I13b50688,I1e2c9c7b by James Zern · 12 years ago
  6. 5459030 gif2webp: let -- stop parameter parsing by James Zern · 12 years ago
  7. 98af68f cwebp: let -- stop parameter parsing by James Zern · 12 years ago
  8. a33831e dwebp: let -- stop parameter parsing by James Zern · 12 years ago
  9. f645355 dwebp.1: fix typo by James Zern · 12 years ago
  10. 4c617d3 gif2webp: Disable output of ICC profile by default by Urvang Joshi · 12 years ago
  11. c12e236 cosmetics: fix a few typos by James Zern · 12 years ago
  12. cbdd3e6 add a -dither dithering option to the decoder by skal · 12 years ago
  13. 73f5213 gif2webp: Add a mixed compression mode by Urvang Joshi · 12 years ago
  14. 5d6c5bd add entry for '-resize' option in cwebp's man by Pascal Massimino · 12 years ago
  15. 0b2b050 Use deterministic random-dithering during RGB->YUV conversion by skal · 12 years ago
  16. fb887f7 gif2webp: Different kmin/kmax defaults for lossy and lossless by Urvang Joshi · 12 years ago
  17. d538cea gif2webp: Support a 'min' and 'max' key frame interval by Urvang Joshi · 12 years ago
  18. e81fac8 Add support for "no blend" in webpmux binary by Urvang Joshi · 12 years ago
  19. 61405a1 dwebp: enable stdout output with WIC by James Zern · 12 years ago
  20. f0d6a14 gif2webp: Insert independent frames at regular intervals. by Urvang Joshi · 12 years ago
  21. a5e8afa output to stdout if file name is "-" by skal · 12 years ago
  22. a3aede9 add uncompressed TIFF output support by Pascal Massimino · 13 years ago
  23. b66caee dwebp: add support for BMP output by Pascal Massimino · 13 years ago
  24. e7d9548 add WebPBlendAlpha() function to blend colors against background by Pascal Massimino · 13 years ago
  25. 0d6927d Merge "Mark fragment options as experimental in webpmux" into 0.3.0 by James Zern · 13 years ago
  26. 5dbd403 Mark fragment options as experimental in webpmux by Urvang Joshi · 13 years ago
  27. d8dc72a examples: normalize icc related program arguments by James Zern · 13 years ago
  28. 9bfbdd1 1.5x-2x faster encoding for method 3 and up by skal · 13 years ago
  29. f817930 multi-threaded alpha encoding for lossy by skal · 13 years ago
  30. a5042a3 GetVersion() methods for mux and demux by Urvang Joshi · 13 years ago
  31. 92668da change default filtering parameters: by Pascal Massimino · 13 years ago
  32. e895059 add a -jpeg_like option by skal · 13 years ago
  33. 14c3820 manpages: italicize option parameters by James Zern · 13 years ago
  34. 12d6cec fix extra space in dwebp.1 man by Pascal Massimino · 13 years ago
  35. 66c810b add a -yuv option to dwebp (very similar to -pgm) by skal · 13 years ago
  36. d8f21e0 add link to SSIM description on Wikipedia by skal · 13 years ago
  37. 7eaee9f cwebp: add -metadata option by James Zern · 13 years ago
  38. 90e5e31 dwebp manual: point to webpmux, gif2webp. by Urvang Joshi · 13 years ago
  39. d1edf69 cwebp man page: meaning of '-q' for lossy/lossless by Urvang Joshi · 13 years ago
  40. 79efa1d Add man page for gif2webp utility by Urvang Joshi · 13 years ago
  41. 4860008 Change the order of -frame argument to be more natural by skal · 13 years ago
  42. fa30c86 Update mux code to match the spec wrt animation by Urvang Joshi · 13 years ago
  43. a00a3da Use 'frgm' instead of 'tile' in webpmux parameters by Urvang Joshi · 13 years ago
  44. f903cba Chunk fourCCs for XMP/EXIF by Urvang Joshi · 13 years ago
  45. f86e6ab add LSIM metric to WebPPictureDistortion() by Pascal Massimino · 13 years ago
  46. f6c096a webpmux binary: Rename 'xmp' option to 'meta' by Urvang Joshi · 13 years ago
  47. ddfe871 webpmux help correction by Urvang Joshi · 13 years ago
  48. c9ae57f man/dwebp.1: add links to output file format details by James Zern · 13 years ago
  49. dd1c387 Add image-hint for low-color images. by Vikas Arora · 13 years ago
  50. 3bc3f7c Merge "dwebp: add PAM output support" into 0.2.0 by pascal massimino · 13 years ago
  51. d919ed0 dwebp: add PAM output support by James Zern · 13 years ago
  52. 85e215d README/manpages/configure: update website link by James Zern · 13 years ago
  53. 3976dcd man/cwebp.1: wording, change the date by James Zern · 13 years ago
  54. e41a759 build: remove libwebpmux from default targets/config by James Zern · 13 years ago
  55. 7e62298 cosmetics: param alignment, manpage wording by James Zern · 13 years ago
  56. eb6f9b8 Updated cwebp man's help for Alpha & Lossless. by Vikas Arora · 13 years ago
  57. d373076 Added image characteristic hint for the codec. by Vikas Arora · 13 years ago
  58. 771ee44 manpages: add BUGS section by James Zern · 14 years ago
  59. 974aaff examples: logging updates by James Zern · 14 years ago
  60. d61479f add -print_psnr and -print_ssim options to cwebp. by Pascal Massimino · 14 years ago
  61. 2e3e8b2 add a WebPCleanupTransparentArea() method by Pascal Massimino · 14 years ago
  62. 8ca2076 Introduce a 'fast' alpha mode by Pascal Massimino · 14 years ago
  63. 252028a Add predictive filtering option for Alpha. by Vikas Arora · 14 years ago
  64. 30971c9 Implement progress report (and user abort) by Pascal Massimino · 14 years ago
  65. a0ec9aa Update WebP encoder (cwebp) to support Alpha. by Vikas Arora · 14 years ago
  66. 099717c manpages: break long lines by James Zern · 14 years ago
  67. 1daf39b manpages: minor formatting updates by James Zern · 14 years ago
  68. 6aedde5 Add manual for WebPMux tool. by Urvang Joshi · 14 years ago
  69. dfc9c1e Harmonize the dates by Pascal Massimino · 14 years ago
  70. 900286e add a -partition_limit option to limit the number of bits used by intra4x4 by Pascal Massimino · 14 years ago
  71. fc7815d multi-thread decoding: ~25-30% faster by Pascal Massimino · 14 years ago
  72. d260310 add Advanced Decoding Interface by Pascal Massimino · 15 years ago
  73. a11009d SSE2 version of simple in-loop filtering by Pascal Massimino · 15 years ago
  74. cfbf88a add SSE2 functions. ~2x faster encoding on average. by Pascal Massimino · 15 years ago
  75. 8aa50ef fix some 'man' typos by Pascal Massimino · 15 years ago
  76. 276ae82 Remove files not mean to be in git, and update .gitignore by Pascal Massimino · 15 years ago
  77. 14ceb6e add "-version" description to man pages by Pascal Massimino · 15 years ago
  78. 4704146 add missing precision in the man by Pascal Massimino · 15 years ago
  79. e532b9a Makefile: allow out of tree builds by James Zern · 15 years ago
  80. dd60138 add man pages for cwebp(1) and dwebp(1) by Pascal Massimino · 15 years ago