libwebp/examples
skal 9bfbdd144f 1.5x-2x faster encoding for method 3 and up
using token-buffer (that is: slightly more memory. O(output_size))

This change is ON by default. To return to previous behaviour, use
'cwebp -low_memory' or set config.low_memory to true.

Side-effect of this new mode: it forces 1 partition only (which was
default anyway), and makes some statistics about the bitstream
no longer available. cwebp will no longer report 'intra4-coeffs', etc.

This mode also doesn't work (yet) with multi-pass, and -low_memory
is currently forced for multi-pass.

also: reversed the flag: USE_TOKEN_BUFFER -> DISABLE_TOKEN_BUFFER
also: fixed the kAverageBytesPerMB estimate

Change-Id: I4ea80382038d6df4309663e0cb7bd88d9bca9cf1
2013-03-11 17:01:33 -07:00
..
cwebp.c 1.5x-2x faster encoding for method 3 and up 2013-03-11 17:01:33 -07:00
dwebp.c wicdec + dwebp cosmetics: normalize formatting 2013-02-15 20:39:45 -08:00
example_util.c ExUtilWriteFile() to write memory segment to file 2012-11-08 11:20:01 -08:00
example_util.h ExUtilWriteFile() to write memory segment to file 2012-11-08 11:20:01 -08:00
gif2webp.c gif2webp: Be lenient about background color index. 2013-03-05 13:41:55 -08:00
jpegdec.c cwebp/jpegdec: add JPEG metadata extraction 2012-12-20 18:35:38 -08:00
jpegdec.h cwebp/jpegdec: add JPEG metadata extraction 2012-12-20 18:35:38 -08:00
Makefile.am Fixed few nits in the build files. 2013-01-23 13:22:06 -08:00
metadata.c add examples/metadata.c 2012-12-11 18:10:09 -08:00
metadata.h add examples/metadata.c 2012-12-11 18:10:09 -08:00
pngdec.c cwebp: centralize WebPCleanupTransparentArea() 2013-02-04 15:44:26 -08:00
pngdec.h cwebp: add PNG metadata extraction 2012-12-20 18:32:09 -08:00
stopwatch.h fix compile under MINGW 2012-01-12 04:53:30 -08:00
test_ref.ppm lot of cosmetics 2010-11-17 20:09:47 -08:00
test.webp remove INAM, ICOP, ... chunks from the test webp file. 2012-07-19 17:34:04 -07:00
tiffdec.c cwebp: centralize WebPCleanupTransparentArea() 2013-02-04 15:44:26 -08:00
tiffdec.h cwebp/tiffdec: add TIFF metadata extraction 2012-12-19 18:26:05 -08:00
vwebp.c Merge "vwebp: use magenta for 'i'nfo display" 2013-03-08 05:17:57 -08:00
webpmux.c webpmux: correct -frame param order in help output 2013-03-07 19:15:37 -08:00
wicdec.c wicdec + dwebp cosmetics: normalize formatting 2013-02-15 20:39:45 -08:00
wicdec.h wicdec: add ICC profile extraction 2013-02-02 10:40:49 -08:00