webp/src
Urvang Joshi ead4d47859 Add incremental support for extended format files
This applies to images with optional chunks (e.g. images with ALPH
chunk,
ICCP chunk etc). Before this, the incremental decoding used to work like
non-incremental decoding for such files, that is, no rows were decoded
until
all data was available.

The change is in 2 parts:
- During optional chunk parsing, don't wait for the full VP8/VP8L chunk.
- Remap 'alpha_data' pointer whenever a new buffer is allocated/used in
WebPIAppend() and WebPIUpdate().

Change-Id: I6cfd6ca1f334b9c6610fcbf662cd85fa494f2a91
2013-04-08 14:29:14 -07:00
..
dec Add incremental support for extended format files 2013-04-08 14:29:14 -07:00
demux demux: keep a frame tail pointer; used in AddFrame 2013-03-26 11:27:51 -07:00
dsp Cosmetic fixes 2013-03-29 15:49:15 -07:00
enc WebPEncode: An additional check. 2013-04-05 11:33:44 -07:00
mux libwebp/mux: fix double free 2013-03-26 13:31:47 -07:00
utils misc style fix 2013-03-29 15:49:05 -07:00
webp add WebPBlendAlpha() function to blend colors against background 2013-04-02 19:14:30 -07:00
.gitignore build: add pkgconfig files 2011-03-26 10:15:44 -07:00
libwebp.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
libwebpdecoder.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
Makefile.am Merge "build: fix install race on shared headers" into 0.3.0 2013-03-17 02:38:16 -07:00