webp/src
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
..
dec WebPGetFeatures() behavior change: 2013-02-27 15:27:43 -08:00
demux Demux: Add option to get frame count using GetI() 2013-03-06 13:14:05 -08:00
dsp inline VP8LFastLog2() and VP8LFastSLog2 for small values 2013-02-25 22:46:52 +01:00
enc 1.5x-2x faster encoding for method 3 and up 2013-03-11 17:01:33 -07:00
mux Mux: fix a scenario with bad ANMF/FRGM size 2013-03-08 17:34:20 -08:00
utils Merge "move the config check from .c to .h" 2013-02-28 12:25:53 -08:00
webp 1.5x-2x faster encoding for method 3 and up 2013-03-11 17:01:33 -07:00
.gitignore build: add pkgconfig files 2011-03-26 10:15:44 -07:00
libwebp.pc.in libwebp.pc.in: detab 2013-01-23 13:31:43 -08:00
libwebpdecoder.pc.in add libwebpdecoder.pc 2013-01-23 13:57:08 -08:00
Makefile.am add libwebpdecoder.pc 2013-01-23 13:57:08 -08:00