libwebp/src/enc
Pascal Massimino 25d74e652e WebPPictureDistortion(): free() -> WebPSafeFree()
missed one!

Change-Id: I643170451b3ac07c748b70a9abfe8af17a716b24
(cherry picked from commit 32dead4ee3)
2016-12-09 16:58:19 -08: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-12-07 18:30:33 -08:00
backward_references.c Fix corner case in CostManagerInit. 2016-06-27 20:01:44 +02:00
backward_references.h Improve speed and compression in backward reference for lossless. 2016-06-08 21:13:33 +02:00
config.c Make discarding invisible RGB values (cleanup alpha) the default. 2015-11-21 12:32:32 -08:00
cost.c Do token recording and counting in a single loop 2016-12-07 18:29:44 -08:00
cost.h Fix an unsigned integer overflow error in enc/cost.h 2016-12-07 18:29:51 -08: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 GetMBSSIM,cosmetics: fix alignment 2016-03-08 23:26:10 -08:00
frame.c fix infinite loop in case of PARTITION0 overflow 2016-12-07 18:30:39 -08:00
histogram.c avoid using tmp histogram in PreparePair() 2016-06-12 14:32:22 -07:00
histogram.h Move some codec logic out of ./dsp . 2015-12-17 07:03:25 +00:00
iterator.c moved ALIGN_CST into util/utils.h and renamed WEBP_ALIGN_xxx 2015-10-14 00:03:14 -07:00
Makefile.am configure: disable asserts by default 2015-12-16 13:15:53 -08:00
near_lossless.c Improve near lossless compression when a prediction filter is used. 2016-05-18 20:59:02 +00:00
picture_csp.c Import: use relative pointer offsets 2016-11-09 15:50:57 -08:00
picture_psnr.c WebPPictureDistortion(): free() -> WebPSafeFree() 2016-12-09 16:58:19 -08: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
quant.c fix bug in RefineUsingDistortion() 2016-12-08 15:48:16 -08:00
syntax.c add a dec/common.h header to collect common enc/dec #defines 2015-03-31 22:17:58 -07:00
token.c Do token recording and counting in a single loop 2016-12-07 18:29:44 -08: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 Do token recording and counting in a single loop 2016-12-07 18:29:44 -08:00
vp8l.c free -> WebPSafeFree() 2016-06-17 17:49:07 +02:00
vp8li.h Revert "Re-enable encoding of alpha plane with color cache for next release." 2016-03-18 11:01:54 +01:00
webpenc.c fix -m 2 mode-cost evaluation (causing partition0 overflow) 2016-03-11 20:34:45 +01:00