libwebp/src/mux
Urvang Joshi b902c3ea50 AnimEncoder API: GenerateCandidates bugfix.
As 'curr_canvas_mod' is being modified during calls to IncreaseTransparency()
and FlattenSimilarBlocks(), GetSubRect() should get the sub-frame from
'curr_canvas_mod' as well.

Earlier, GetSubRect() was computed from 'curr_canvas', so modifying
'curr_canvas_mod' had no effect on encoding.

Change-Id: Ia847503007b66364817fe57def5a9e3c37d1b3cc
2015-01-07 11:48:55 -08:00
..
anim_encode.c AnimEncoder API: GenerateCandidates bugfix. 2015-01-07 11:48:55 -08:00
libwebpmux.pc.in add libwebpmux.pc 2013-03-12 22:58:37 -07:00
Makefile.am WebPAnimEncoder API: Header and implementation 2015-01-07 10:42:02 -08:00
muxedit.c restore mux API compatibility 2014-07-23 16:13:56 -07:00
muxi.h sync version numbers to 0.4.2 release 2014-10-17 19:50:21 +02:00
muxinternal.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
muxread.c add WebPMuxSetCanvasSize() to the mux API 2014-06-30 07:00:49 +02:00