libwebp/src/dec
skal 8112c8cf54 remove some warnings:
* "declaration of ‘index’ shadows a global declaration [-Wshadow]"
* "signed and unsigned type in conditional expression [-Wsign-compare]"

Change-Id: I891182d919b18b6c84048486e0385027bd93b57d
(cherry picked from commit 87a4fca25f)
2013-06-11 15:00:46 -07:00
..
alpha.c Alpha decoding: significantly reduce memory usage 2013-06-11 15:00:44 -07:00
buffer.c fix alpha-plane check + add extra checks 2012-08-03 14:44:35 -07:00
decode_vp8.h move decode_vp8.h from webp/ to dec/ 2012-07-16 22:12:59 -07:00
frame.c add an extra assert to check memory bounds 2013-01-22 13:38:58 +01:00
idec.c Add incremental support for extended format files 2013-06-11 15:00:42 -07:00
io.c dec/io.c: cosmetics 2012-08-15 10:27:54 -07:00
layer.c cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00
Makefile.am move decode_vp8.h from webp/ to dec/ 2012-07-16 22:12:59 -07:00
quant.c replace x*155/100 by x*101581>>16 2012-07-24 15:06:00 -07:00
tree.c cosmetics: normalize copyright headers 2012-01-06 14:49:06 -08:00
vp8.c decoding speed-up (~1%) 2012-12-14 10:22:54 -08:00
vp8i.h Add incremental support for extended format files 2013-06-11 15:00:42 -07:00
vp8l.c remove some warnings: 2013-06-11 15:00:46 -07:00
vp8li.h Further reduce memory to decode lossy+alpha images 2013-06-11 15:00:46 -07:00
webp.c Add incremental support for extended format files 2013-06-11 15:00:42 -07:00
webpi.h add doc precision about WebPParseHeaders() return codes 2013-03-25 17:54:46 -07:00