libwebp/src/dec
Pascal Massimino f61d14aabf a WebP encoder
converts PNG & JPEG to WebP

This is an experimental early version, with lot of room
of later optimizations in both speed and quality.

Compile with the usual `./configure && make`
Command line example is examples/cwebp

Usage:

   cwebp [options] -q quality input.png -o output.webp

where 'quality' is between 0 (poor) to 100 (very good).
Typical value is around 80.

More encoding options with 'cwebp -longhelp'

Change-Id: I577a94f6f622a0c44bdfa9daf1086ace89d45539
2011-02-18 23:54:59 -08:00
..
bits.c fix eof_ mis-initialization 2011-01-17 00:25:18 -08:00
bits.h add support for PNG output (default) 2011-01-31 22:25:44 -08:00
dsp.c move the decoder sourcetree to a sub-location src/dec 2011-01-06 08:57:14 -08:00
frame.c * make (*put)() hook return a bool for abort request. 2011-02-16 14:33:16 -08:00
Makefile.am a WebP encoder 2011-02-18 23:54:59 -08:00
Makefile.in a WebP encoder 2011-02-18 23:54:59 -08:00
quant.c move the decoder sourcetree to a sub-location src/dec 2011-01-06 08:57:14 -08:00
tree.c fix a typo: sizeof(kYModeProbaInter0) => sizeof(kUVModeProbaInter0) 2011-01-31 21:12:19 -08:00
vp8.c * make (*put)() hook return a bool for abort request. 2011-02-16 14:33:16 -08:00
vp8i.h * make (*put)() hook return a bool for abort request. 2011-02-16 14:33:16 -08:00
webp.c typo: fix a missing 'R', was confusing. 2011-02-17 09:59:34 -08:00
yuv.c move the decoder sourcetree to a sub-location src/dec 2011-01-06 08:57:14 -08:00
yuv.h add support for PNG output (default) 2011-01-31 22:25:44 -08:00