libwebp/src
Pascal Massimino 6585075f8a Change PixelsAreSimilar() to handle black pixels correctly.
if src_{r,g,b} = 0, any value of src_a or dst_a such that
   abs(src_a - dst_a) <= max_allowed_diff
was making the test pass, despite being very different-looking pixels.

The fix is to require same values for src_a and dst_a before attempting
an r/g/b comparison.

Change-Id: If3a55a229eab3904ed454f20065e49e35c39f25c
2016-08-25 07:33:18 +02:00
..
dec cosmetics: add {}s on continued control statements 2016-08-03 19:08:59 -07:00
demux bump version to 0.5.0 2015-12-17 19:45:14 -08:00
dsp remove WEBP_FORCE_ALIGNED and use memcpy() instead. 2016-08-17 20:16:03 -07:00
enc Faster stochastic histogram merging. 2016-08-19 14:52:57 +02:00
mux Change PixelsAreSimilar() to handle black pixels correctly. 2016-08-25 07:33:18 +02:00
utils remove WEBP_FORCE_ALIGNED and use memcpy() instead. 2016-08-17 20:16:03 -07:00
webp move src/extras to the top-level 2016-07-19 17:23:17 -07:00
libwebp.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
libwebpdecoder.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
Makefile.am move src/extras to the top-level 2016-07-19 17:23:17 -07:00