Re: [FFmpeg-devel] [PATCH v2] lavf/qtpalette: Fix incorrect palettes

2016-01-19 Thread Mats Peterson
On 01/19/2016 11:19 AM, Michael Niedermayer wrote: applied thanks Thank you. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2] lavf/qtpalette: Fix incorrect palettes

2016-01-19 Thread Michael Niedermayer
On Tue, Jan 19, 2016 at 03:40:14AM +0100, Mats Peterson wrote: > Minor changes. > > Mats > qtpalette.h | 34 ++ > 1 file changed, 18 insertions(+), 16 deletions(-) > 10d99683bb90fc71b959edc02f375222d0e12e48 > 0001-lavf-qtpalette-Fix-incorrect-palettes.patch >

Re: [FFmpeg-devel] [PATCH v2] lavf/qtpalette: Fix incorrect palettes

2016-01-19 Thread Mats Peterson
On 01/19/2016 03:40 AM, Mats Peterson wrote: Minor changes. Sample 1-frame clip with all 16 colors in the default 4 bpp palette. The display in QuickTime in Windows/Mac and FFmpeg should be identical after the patch has been applied. https://drive.google.com/open?id=0B3_pEBoLs0fad2VyRE5Pdn

[FFmpeg-devel] [PATCH v2] lavf/qtpalette: Fix incorrect palettes

2016-01-18 Thread Mats Peterson
Minor changes. Mats >From 02aba0be72a6d84873a9eabf1669e921f771c738 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Tue, 19 Jan 2016 03:38:15 +0100 Subject: [PATCH v2] lavf/qtpalette: Fix incorrect palettes This patch corrects the colors of the 2 and 4 bpp palettes. --- libavformat/qtpalett