libwebp/examples
skal af93bdd6bc use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free
there's still some malloc/free in the external example
This is an encoder API change because of the introduction
of WebPMemoryWriterClear() for symmetry reasons.

The MemoryWriter object should probably go in examples/ instead
of being in the main lib, though.
mux_types.h stil contain some inlined free()/malloc() that are
harder to remove (we need to put them in the libwebputils lib
and make sure link is ok). Left as a TODO for now.

Also: WebPDecodeRGB*() function are still returning a pointer
that needs to be free()'d. We should call WebPSafeFree() on
these, but it means exposing the whole mechanism. TODO(later).

Change-Id: Iad2c9060f7fa6040e3ba489c8b07f4caadfab77b
2014-03-27 15:50:59 -07:00
..
cwebp.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
dwebp.c add a decoding option to flip image vertically 2014-01-16 15:48:43 +01:00
example_util.c allow some more stdin/stout I/O 2014-03-12 19:32:16 +01:00
example_util.h allow some more stdin/stout I/O 2014-03-12 19:32:16 +01:00
gif2webp_util.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
gif2webp_util.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
gif2webp.c allow some more stdin/stout I/O 2014-03-12 19:32:16 +01:00
jpegdec.c dwebp: use default dct_method 2013-09-03 15:48:41 -07:00
jpegdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08: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 simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
pngdec.c pngdec: output error messages from libpng 2013-07-09 17:33:21 -07:00
pngdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08: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 simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
vwebp.c vwebp: let -- stop parameter parsing 2013-12-16 15:14:00 -08:00
webpmux.c webpmux: let -- stop parameter parsing 2013-12-17 20:50:46 -08:00
wicdec.c wicdec: silence a format warning 2013-06-14 18:44:59 -07:00
wicdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00