libwebp/src
Urvang Joshi a0a488554d Lossless decoder fix for a special transform order
Fix the lossless decoder for the case when it has to apply other
inverse transforms before applying Color indexing inverse transform.

The main idea is to make ColorIndexingInverse virtually in-place: we
use the fact that the argb_cache is allocated to accommodate all
*unpacked* pixels of a macro-row, not just *packed* pixels.

Change-Id: I27f11f3043f863dfd753cc2580bc5b36376800c4
2012-08-08 23:52:08 -07:00
..
dec Lossless decoder fix for a special transform order 2012-08-08 23:52:08 -07:00
dsp Lossless decoder fix for a special transform order 2012-08-08 23:52:08 -07:00
enc Update encoding heuristic w.r.t palette colors. 2012-08-08 18:57:52 -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