libwebp/src/webp
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
..
decode.h add extra meaning to WebPDecBuffer::is_external_memory 2016-03-09 09:00:13 +01:00
demux.h Merge "demux: accept raw bitstreams" 2015-12-17 22:52:10 +00:00
encode.h Near lossless feature: fix some comments. 2016-02-19 19:26:39 -08:00
extras.h populate 'libwebpextras' with: import gray, rgb565 and rgb4444 functions 2015-04-15 02:54:44 -07:00
format_constants.h format_constants.h: MKFOURCC, correct cast 2015-10-16 18:43:40 -07:00
mux_types.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
mux.h cosmetics: fix indent 2015-12-03 00:34:15 -08:00
types.h webp/types.h: use inline for clang++/-std=c++11 2014-10-30 15:25:27 +01:00