libwebp/src/dec
James Zern 4cc157d48a ParseOptionalChunks: clear int sanitizer warning
clears a warning of the form:
src/dec/webp_dec.c:182:62: runtime error: implicit conversion from type
'int' of value -2 (32-bit, signed) to type 'unsigned int' changed the
value to 4294967294 (32-bit, unsigned)

Bug: b/229626362
Change-Id: Ibf08f8bb9ec345381b51ca3872745368fca700c0
2022-08-08 17:34:00 -07:00
..
alpha_dec.c cosmetics: remove use of 'sanity' / 'master' 2021-05-21 10:38:40 -07:00
alphai_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
buffer_dec.c WebPFlipBuffer: fix integer overflow 2021-06-10 15:26:34 -07:00
common_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
frame_dec.c utils.h: add SizeOverflow() 2021-06-14 12:22:28 -07:00
idec_dec.c idec_dec: fix 0 offset of NULL pointer 2019-12-14 17:14:30 -08:00
io_dec.c fix indent 2021-07-28 20:22:18 +00:00
Makefile.am remove WEBP_EXPERIMENTAL_FEATURES 2018-02-09 10:25:11 -08:00
quant_dec.c BitTrace: if BITTRACE is > 0, record and print syntax bits used 2019-03-15 07:23:50 +01:00
tree_dec.c BitTrace: if BITTRACE is > 0, record and print syntax bits used 2019-03-15 07:23:50 +01:00
vp8_dec.c update rfc links 2021-11-17 11:03:35 -08:00
vp8_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
vp8i_dec.h bump version to 1.2.4 2022-08-04 22:02:35 -07:00
vp8l_dec.c vp8l_dec.c,cosmetics: fix a few typos 2022-03-14 10:15:31 -07:00
vp8li_dec.h cosmetics: normalize '*' association 2019-07-26 01:04:09 -07:00
webp_dec.c ParseOptionalChunks: clear int sanitizer warning 2022-08-08 17:34:00 -07:00
webpi_dec.h add WebPCheckCropDimensions() 2021-04-23 11:46:45 -07:00