libwebp/examples
Urvang Joshi 38efdc2e9c Simplify the gif2webp tool: move the optimization details to util
Specifically:
- Merge OptimizeAndEncodeFrame with WebPFrameCacheAddFrame: they use the same
  if-else structure.
- Move maintenance of 'prev_canvas' and 'curr_canvas' to util.
- Move ReduceTransparency() and FlattenPixels() calls to SetFrame(): This is in
  preparation for the next patch: which will try try lossless encoding for
  each frame, even when '-lossy' option is given.
- Make most methods static inside util.

No changes to output expected.

Change-Id: I1f65af25246665508cb20f0f6e338f9aaba9367b
2013-10-14 14:39:46 -07:00
..
cwebp.c fix some warnings from static analysis 2013-09-13 11:33:30 +02:00
dwebp.c Add -incremental option to dwebp 2013-09-19 13:20:45 +02:00
example_util.c update copyright text 2013-06-06 23:09:14 -07:00
example_util.h update copyright text 2013-06-06 23:09:14 -07:00
gif2webp_util.c Simplify the gif2webp tool: move the optimization details to util 2013-10-14 14:39:46 -07:00
gif2webp_util.h Simplify the gif2webp tool: move the optimization details to util 2013-10-14 14:39:46 -07:00
gif2webp.c Simplify the gif2webp tool: move the optimization details to util 2013-10-14 14:39:46 -07:00
jpegdec.c dwebp: use default dct_method 2013-09-03 15:48:41 -07:00
jpegdec.h update copyright text 2013-06-06 23:09:14 -07:00
Makefile.am gif2webp: Support a 'min' and 'max' key frame interval 2013-09-12 13:41:09 -07:00
metadata.c update copyright text 2013-06-06 23:09:14 -07:00
metadata.h update copyright text 2013-06-06 23:09:14 -07:00
pngdec.c pngdec: output error messages from libpng 2013-07-09 17:33:21 -07:00
pngdec.h update copyright text 2013-06-06 23:09:14 -07:00
stopwatch.h fix some warnings from static analysis 2013-09-13 11:33:30 +02: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 update copyright text 2013-06-06 23:09:14 -07:00
tiffdec.h update copyright text 2013-06-06 23:09:14 -07:00
vwebp.c Merge "add proper WEBP_HAVE_GIF and WEBP_HAVE_GL flags" 2013-09-14 01:57:36 -07:00
webpmux.c webpmux: DisplayInfo(): remove unnecessary error checks. 2013-09-18 11:44:24 -07:00
wicdec.c wicdec: silence a format warning 2013-06-14 18:44:59 -07:00
wicdec.h update copyright text 2013-06-06 23:09:14 -07:00