Re: [FFmpeg-devel] [PATCH 6/6] avcodec/apng: Add partial support for blending with PAL8 pixel format

2015-06-08 Thread Michael Niedermayer
On Mon, Jun 08, 2015 at 02:35:28PM +0200, Paul B Mahol wrote: > On 6/2/15, Donny Yang wrote: > > Currently restricted to blending pixels that only contain either > > 0 or 255 in their alpha components > > > > Signed-off-by: Donny Yang > > --- > > libavcodec/pngdec.c | 15 ++- > > 1 f

Re: [FFmpeg-devel] [PATCH 6/6] avcodec/apng: Add partial support for blending with PAL8 pixel format

2015-06-08 Thread Paul B Mahol
On 6/2/15, Donny Yang wrote: > Currently restricted to blending pixels that only contain either > 0 or 255 in their alpha components > > Signed-off-by: Donny Yang > --- > libavcodec/pngdec.c | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > lgtm _

Re: [FFmpeg-devel] [PATCH 6/6] avcodec/apng: Add partial support for blending with PAL8 pixel format

2015-06-04 Thread Michael Niedermayer
On Tue, Jun 02, 2015 at 03:49:27PM +, Donny Yang wrote: > Currently restricted to blending pixels that only contain either > 0 or 255 in their alpha components > > Signed-off-by: Donny Yang > --- > libavcodec/pngdec.c | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) >

[FFmpeg-devel] [PATCH 6/6] avcodec/apng: Add partial support for blending with PAL8 pixel format

2015-06-02 Thread Donny Yang
Currently restricted to blending pixels that only contain either 0 or 255 in their alpha components Signed-off-by: Donny Yang --- libavcodec/pngdec.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index 1667530..40633