libwebp/src
Pascal Massimino e168af8c6c fix filtering auto-adjustment
the min-distortion was quite too low. And we were also
considering the fully skipped macroblocks (nz=0) in the stats.
We need to have at least *some* non-zero dc coeffs (nz=0x100XXXX).

Fix also two typos in StoreMaxDelta: the v0/v1 comparison was wrong,
and the DCs[] coeffs are actually already in ZigZag order.

Change-Id: I602aaa74b36f7ce80017e506212c7d6fd9deba1f
(cherry picked from commit e4cd4daf74)
2016-12-08 15:48:08 -08:00
..
dec fix rescaling bug: alpha plane wasn't filled with 0xff 2016-06-24 17:15:31 +02:00
demux prevent 32b overflow for very large canvas_width / height 2016-12-08 15:27:51 -08:00
dsp Inline GetResidual for speed. 2016-06-21 16:04:53 +02:00
enc fix filtering auto-adjustment 2016-12-08 15:48:08 -08:00
extras populate 'libwebpextras' with: import gray, rgb565 and rgb4444 functions 2015-04-15 02:54:44 -07:00
mux Merge "DecodeImageData(): change the incorrect assert" into 0.5.1 2016-06-17 06:07:44 +00:00
utils lower WEBP_MAX_ALLOCABLE_MEMORY default 2016-12-07 18:30:44 -08:00
webp fix doc and code snippet for WebPINewDecoder() doc 2016-12-08 15:48:04 -08: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 bump version to 0.5.1 2016-06-13 19:10:21 -07:00