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 w...@kota.moe wrote: Currently restricted to blending pixels that only contain either 0 or 255 in their alpha components Signed-off-by: Donny Yang w...@kota.moe --- libavcodec/pngdec.c | 15

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 w...@kota.moe wrote: Currently restricted to blending pixels that only contain either 0 or 255 in their alpha components Signed-off-by: Donny Yang w...@kota.moe --- 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 w...@kota.moe --- libavcodec/pngdec.c | 15 ++- 1 file changed, 14 insertions(+), 1

[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 w...@kota.moe --- libavcodec/pngdec.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index