libwebp/src/enc
Pascal Massimino 21e7537abe fix infinite loop in case of PARTITION0 overflow
max_i4_header_bits_ could drop to zero for difficult image and trigger
a loop. Surprisingly, StatLoop() didn't have this bug.

Change-Id: Idc0f9eadef30a2b2f02041b994f25def30901e36
2016-09-15 02:38:28 -07:00
..
alpha.c remove some obsolete TODOs 2016-06-01 16:23:16 +02:00
analysis.c Change the rule of picking UV mode in MBAnalyzeBestUVMode() 2016-09-15 06:01:03 +00:00
backward_references.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
backward_references.h Apply the RLE heuristic to LZ77. 2016-07-14 20:12:48 +02:00
config.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
cost.c Do token recording and counting in a single loop 2016-07-19 16:28:26 -07:00
cost.h Fix an unsigned integer overflow error in enc/cost.h 2016-07-26 13:55:09 -07:00
delta_palettization.c large re-organization of the delta-palettization code 2015-10-14 00:25:42 +02:00
delta_palettization.h large re-organization of the delta-palettization code 2015-10-14 00:25:42 +02:00
filter.c speed-up SSIM calculation 2016-09-14 16:15:43 +02:00
frame.c fix infinite loop in case of PARTITION0 overflow 2016-09-15 02:38:28 -07:00
histogram.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
histogram.h Move some codec logic out of ./dsp . 2015-12-17 07:03:25 +00:00
iterator.c indentation fix after I7055d3ee3bd7ed5e78e94ae82cb858fa7db3ddc0 2016-09-13 22:49:42 -07:00
Makefile.am Move some lossless logic out of dsp. 2016-09-13 15:37:32 +02:00
near_lossless.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
picture_csp.c smartYUV: simplify main loop 2016-09-12 18:51:40 +02:00
picture_psnr.c speed-up SSIM calculation 2016-09-14 16:15:43 +02:00
picture_rescale.c Refactor CopyPlane() and CopyPixels() methods: put them in utils. 2015-11-13 11:39:22 -08:00
picture_tools.c lossless: simpler alpha cleanup preprocessing 2015-12-17 15:04:50 +01:00
picture.c WebPPictureImport*: check output pointer 2016-03-25 18:21:13 -07:00
predictor.c Move some lossless logic out of dsp. 2016-09-13 15:37:32 +02:00
quant.c Revert "fix 'unsigned integer overflow' warnings in ubsan" 2016-08-16 16:55:56 -07:00
syntax.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
token.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
tree.c add a dec/common.h header to collect common enc/dec #defines 2015-03-31 22:17:58 -07:00
vp8enci.h speed-up SSIM calculation 2016-09-14 16:15:43 +02:00
vp8l.c Split off common lossless dsp inline functions. 2016-09-12 17:35:08 +02:00
vp8li.h Move some lossless logic out of dsp. 2016-09-13 15:37:32 +02:00
webpenc.c cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00