libwebp/examples
Pascal Massimino abdb109f3b add extra meaning to WebPDecBuffer::is_external_memory
If value is '2', it means the buffer is a 'slow' one, like GPU-mapped memory.

This change is backward compatible (setting is_external_memory to 2
will be a no-op in previous libraries)

dwebp:  add flags to force a particular colorspace format
new flags is:
   -pixel_format {RGB,RGBA,BGR,BGRA,ARGB,RGBA_4444,RGB_565,
                  rgbA,bgrA,Argb,rgbA_4444,YUV,YUVA}
and also,external_memory {0,1,2}
These flags are mostly for debuggging purpose, and hence are not documented.

Change-Id: Iac88ce1e10b35163dd7af57f9660f062f5d8ed5e
2016-03-09 09:00:13 +01:00
..
Android.mk examples/Android.mk: add webpmux_example target 2015-02-25 16:38:21 -08:00
anim_diff.c anim_diff: add brief description of options 2015-12-16 20:36:15 -08:00
anim_util.c anim_util: quiet static analysis warning 2016-02-23 11:13:38 -08:00
anim_util.h migrate anim_diff tool from C++ to C89 2015-11-09 18:12:06 -08:00
cwebp.c force "-pass 6" if -psnr or -size is used but -pass isn't. 2016-02-13 10:22:32 +01:00
dwebp.c add extra meaning to WebPDecBuffer::is_external_memory 2016-03-09 09:00:13 +01:00
example_util.c add code for testing random incremental decoding in dwebp 2014-10-16 17:01:32 +02:00
example_util.h examples: warn on invalid numeric parameters 2014-09-11 11:18:28 -07:00
gif2webp.c gif2webp: set enc_options.verbose = 0 w/-quiet 2016-02-01 17:00:51 -08:00
gifdec.c gifdec: remove utils.h include 2015-12-11 19:34:52 -08:00
gifdec.h gifdec: Move inclusion of webp/config.h to header. 2015-04-17 12:43:17 -07:00
jpegdec.c cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
jpegdec.h cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
Makefile.am configure: disable asserts by default 2015-12-16 13:15:53 -08:00
metadata.c update copyright text 2013-06-06 23:09:14 -07:00
metadata.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
pngdec.c cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
pngdec.h cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
stopwatch.h stopwatch.h: fix includes 2014-10-22 17:25:41 +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 cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
tiffdec.h cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
vwebp.c vwebp: work around the transparent background with GLUT bug 2015-12-03 10:36:21 +01:00
webpdec.c cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
webpdec.h cwebp: add support for stdin input 2015-12-08 12:45:41 +01:00
webpmux.c Merge "webpmux/DisplayInfo: send non-error output to stdout" 2015-09-26 05:36:40 +00:00
wicdec.c wicdec: add support for reading from stdin 2015-12-08 19:04:22 -08:00
wicdec.h for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00