libwebp/src
Pascal Massimino 43b0d6107a add support for ARGB -> YUVA conversion for lossless decoder
This was returning an (hard-to-explain) error before.
(through WebPDecodeYUV() for instance).

+ rationalize the incremental API:
-> add WebPINewYUVA
-> deprecated WebPINewYUV
-> add WebPIDecGetYUVA
-> deprecated WebPIDecGetYUV

+ some NULL cosmetics

Change-Id: I39a6bd6018a34294d898b29f6c40e2cf76f1037e
2012-08-03 15:41:01 -07:00
..
dec add support for ARGB -> YUVA conversion for lossless decoder 2012-08-03 15:41:01 -07:00
dsp move some RGB->YUV functions to yuv.h 2012-08-02 17:23:02 -07:00
enc bump version to 0.2.0 2012-08-03 15:41:01 -07:00
mux Merge commit 'v0.1.99' 2012-07-21 12:20:19 -07:00
utils harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc 2012-08-01 12:06:04 -07:00
webp add support for ARGB -> YUVA conversion for lossless decoder 2012-08-03 15:41:01 -07:00
.gitignore build: add pkgconfig files 2011-03-26 10:15:44 -07:00
libwebp.pc.in build: add pkgconfig files 2011-03-26 10:15:44 -07:00
Makefile.am bump version to 0.2.0 2012-08-03 15:41:01 -07:00