libwebp/src
James Zern 6a9916d734 WebPRescalerInit: add missing int64_t promotion
large values of x_add and y_add may rollover an int causing a later
assertion to fail in WebPRescalerExportRow due to fxy_scale incorrectly
being set to 0.

fixes:
src/dsp/rescaler.c:178: void WebPRescalerExportRow(WebPRescaler *const):
Assertion `wrk->src_height == wrk->dst_height && wrk->x_add == 1'
failed.

Bug: chromium:1196480
Change-Id: I2c00f015d61a1257033d8edb1edd4d060d6878b7
2021-04-23 11:46:45 -07:00
..
dec WebPIoInitFromOptions: treat use_scaling as a bool 2021-04-23 11:46:45 -07:00
demux WebPAnimDecoderNewInternal: validate bitstream before alloc 2021-02-05 13:01:27 -08:00
dsp cosmetics: remove use of the term 'dummy' 2021-03-15 11:39:06 -07:00
enc Disable cross-color when palette is used. 2021-04-23 17:43:36 +02:00
mux bump version to 1.2.0 2020-12-23 19:54:29 -08:00
utils WebPRescalerInit: add missing int64_t promotion 2021-04-23 11:46:45 -07:00
webp webp/encode.h: restore WEBP_ENCODER_ABI_VERSION to v1.1.0 2020-12-23 19:50:03 -08:00
libwebp.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
libwebp.rc bump version to 1.2.0 2020-12-23 19:54:29 -08:00
libwebpdecoder.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
libwebpdecoder.rc bump version to 1.2.0 2020-12-23 19:54:29 -08:00
Makefile.am bump version to 1.2.0 2020-12-23 19:54:29 -08:00