- 9c75dbd cwebp.1: improve some grammar by James Zern · 9 years ago
- 26ffa29 Add descriptions of default configuration in help info. by Hui Su · 9 years ago
- 447adbc 'our bug tracker' -> 'the bug tracker' by Pascal Massimino · 9 years ago
- 4ed650a force "-pass 6" if -psnr or -size is used but -pass isn't. by Pascal Massimino · 10 years ago
- d6dad5d man cwebp: add precision about exactness of the 'lossless' mode by Pascal Massimino · 10 years ago
- b5e30da man/*, AUTHORS: clarify origin of the tool by James Zern · 10 years ago
- 1f9be97 Make discarding invisible RGB values (cleanup alpha) the default. by Lode Vandevenne · 10 years ago
- 0243242 man/cwebp.1, cosmetics: escape '-'s by James Zern · 10 years ago
- 96f5b42 man/cwebp: group lossy-only options by James Zern · 10 years ago
- 4b9186b update issue tracker url by James Zern · 10 years ago
- 41a5d99 add a -quiet option to 'dwebp' by skal · 10 years ago
- 1e595fe dwebp: add -resize as a synonym for -scale by James Zern · 10 years ago
- 4c82284 Updated the near-lossless level mapping. by Vikas Arora · 11 years ago
- b9df35f AnimEncode API: kmax=0 should imply all keyframes. by Urvang Joshi · 11 years ago
- 98c8138 Enable Near-lossless feature. by Vikas Arora · 11 years ago
- 7489b0e gif2webp: Add '-min-size' option to get best compression. by Urvang Joshi · 11 years ago
- 30f3b75 webpmux man page: Clarify some title, descriptions and examples by Urvang Joshi · 11 years ago
- b5a36cc add -near_lossless [0..100] experimental option by skal · 11 years ago
- d3485d9 cwebp.1: fix quality description placement by James Zern · 11 years ago
- bbe32df add alpha dithering for lossy by skal · 12 years ago
- ddeb6ac cwebp: add webpdec by James Zern · 12 years ago
- 24ca367 Merge "allow 'cwebp -o -' to emit output to stdout" by James Zern · 12 years ago
- e12f874 allow 'cwebp -o -' to emit output to stdout by skal · 12 years ago
- 2bcad89 allow some more stdin/stout I/O by skal · 12 years ago
- 84ed4b3 fix cwebp.1 typos after patch #69199 by skal · 12 years ago
- 65b99f1 add a -z option to cwebp, and WebPConfigLosslessPreset() function by skal · 12 years ago
- 5da1855 add a decoding option to flip image vertically by skal · 12 years ago
- 00c3c4e Merge "add man/vwebp.1" by James Zern · 12 years ago
- 2c6bb42 add man/vwebp.1 by James Zern · 12 years ago
- 0b5a90f dwebp.1: fix option formatting by James Zern · 12 years ago
- f307f98 Merge "webpmux: let -- stop parameter parsing" by James Zern · 12 years ago
- 6f36ade manpage pedantry by James Zern · 12 years ago
- b4fa0a4 webpmux: let -- stop parameter parsing by James Zern · 12 years ago
- a9a20ac gif2webp: Add a multi-threaded encode option by Urvang Joshi · 12 years ago
- 7f9de0b Merge changes I994a5587,I8467bb71,I13b50688,I1e2c9c7b by James Zern · 12 years ago
- 5459030 gif2webp: let -- stop parameter parsing by James Zern · 12 years ago
- 98af68f cwebp: let -- stop parameter parsing by James Zern · 12 years ago
- a33831e dwebp: let -- stop parameter parsing by James Zern · 12 years ago
- f645355 dwebp.1: fix typo by James Zern · 12 years ago
- 4c617d3 gif2webp: Disable output of ICC profile by default by Urvang Joshi · 12 years ago
- c12e236 cosmetics: fix a few typos by James Zern · 12 years ago
- cbdd3e6 add a -dither dithering option to the decoder by skal · 12 years ago
- 73f5213 gif2webp: Add a mixed compression mode by Urvang Joshi · 12 years ago
- 5d6c5bd add entry for '-resize' option in cwebp's man by Pascal Massimino · 12 years ago
- 0b2b050 Use deterministic random-dithering during RGB->YUV conversion by skal · 12 years ago
- fb887f7 gif2webp: Different kmin/kmax defaults for lossy and lossless by Urvang Joshi · 12 years ago
- d538cea gif2webp: Support a 'min' and 'max' key frame interval by Urvang Joshi · 12 years ago
- e81fac8 Add support for "no blend" in webpmux binary by Urvang Joshi · 12 years ago
- 61405a1 dwebp: enable stdout output with WIC by James Zern · 12 years ago
- f0d6a14 gif2webp: Insert independent frames at regular intervals. by Urvang Joshi · 12 years ago
- a5e8afa output to stdout if file name is "-" by skal · 12 years ago
- a3aede9 add uncompressed TIFF output support by Pascal Massimino · 13 years ago
- b66caee dwebp: add support for BMP output by Pascal Massimino · 13 years ago
- e7d9548 add WebPBlendAlpha() function to blend colors against background by Pascal Massimino · 13 years ago
- 0d6927d Merge "Mark fragment options as experimental in webpmux" into 0.3.0 by James Zern · 13 years ago
- 5dbd403 Mark fragment options as experimental in webpmux by Urvang Joshi · 13 years ago
- d8dc72a examples: normalize icc related program arguments by James Zern · 13 years ago
- 9bfbdd1 1.5x-2x faster encoding for method 3 and up by skal · 13 years ago
- f817930 multi-threaded alpha encoding for lossy by skal · 13 years ago
- a5042a3 GetVersion() methods for mux and demux by Urvang Joshi · 13 years ago
- 92668da change default filtering parameters: by Pascal Massimino · 13 years ago
- e895059 add a -jpeg_like option by skal · 13 years ago
- 14c3820 manpages: italicize option parameters by James Zern · 13 years ago
- 12d6cec fix extra space in dwebp.1 man by Pascal Massimino · 13 years ago
- 66c810b add a -yuv option to dwebp (very similar to -pgm) by skal · 13 years ago
- d8f21e0 add link to SSIM description on Wikipedia by skal · 13 years ago
- 7eaee9f cwebp: add -metadata option by James Zern · 13 years ago
- 90e5e31 dwebp manual: point to webpmux, gif2webp. by Urvang Joshi · 13 years ago
- d1edf69 cwebp man page: meaning of '-q' for lossy/lossless by Urvang Joshi · 13 years ago
- 79efa1d Add man page for gif2webp utility by Urvang Joshi · 13 years ago
- 4860008 Change the order of -frame argument to be more natural by skal · 13 years ago
- fa30c86 Update mux code to match the spec wrt animation by Urvang Joshi · 13 years ago
- a00a3da Use 'frgm' instead of 'tile' in webpmux parameters by Urvang Joshi · 13 years ago
- f903cba Chunk fourCCs for XMP/EXIF by Urvang Joshi · 13 years ago
- f86e6ab add LSIM metric to WebPPictureDistortion() by Pascal Massimino · 13 years ago
- f6c096a webpmux binary: Rename 'xmp' option to 'meta' by Urvang Joshi · 13 years ago
- ddfe871 webpmux help correction by Urvang Joshi · 13 years ago
- c9ae57f man/dwebp.1: add links to output file format details by James Zern · 13 years ago
- dd1c387 Add image-hint for low-color images. by Vikas Arora · 13 years ago
- 3bc3f7c Merge "dwebp: add PAM output support" into 0.2.0 by pascal massimino · 13 years ago
- d919ed0 dwebp: add PAM output support by James Zern · 13 years ago
- 85e215d README/manpages/configure: update website link by James Zern · 13 years ago
- 3976dcd man/cwebp.1: wording, change the date by James Zern · 13 years ago
- e41a759 build: remove libwebpmux from default targets/config by James Zern · 13 years ago
- 7e62298 cosmetics: param alignment, manpage wording by James Zern · 13 years ago
- eb6f9b8 Updated cwebp man's help for Alpha & Lossless. by Vikas Arora · 13 years ago
- d373076 Added image characteristic hint for the codec. by Vikas Arora · 13 years ago
- 771ee44 manpages: add BUGS section by James Zern · 14 years ago
- 974aaff examples: logging updates by James Zern · 14 years ago
- d61479f add -print_psnr and -print_ssim options to cwebp. by Pascal Massimino · 14 years ago
- 2e3e8b2 add a WebPCleanupTransparentArea() method by Pascal Massimino · 14 years ago
- 8ca2076 Introduce a 'fast' alpha mode by Pascal Massimino · 14 years ago
- 252028a Add predictive filtering option for Alpha. by Vikas Arora · 14 years ago
- 30971c9 Implement progress report (and user abort) by Pascal Massimino · 14 years ago
- a0ec9aa Update WebP encoder (cwebp) to support Alpha. by Vikas Arora · 14 years ago
- 099717c manpages: break long lines by James Zern · 14 years ago
- 1daf39b manpages: minor formatting updates by James Zern · 14 years ago
- 6aedde5 Add manual for WebPMux tool. by Urvang Joshi · 14 years ago
- dfc9c1e Harmonize the dates by Pascal Massimino · 14 years ago
- 900286e add a -partition_limit option to limit the number of bits used by intra4x4 by Pascal Massimino · 14 years ago