Re: [FFmpeg-devel] [PATCH 1/7] First pass at fixing paletteuse

2017-10-03 Thread Michael Niedermayer
On Mon, Oct 02, 2017 at 01:24:33PM -0400, Bjorn Roche wrote: > From: Bjorn Roche > > Dithering doesn’t work, and only iterative and brute force color > mapping work. > --- > libavfilter/vf_paletteuse.c | 265 > +++- > 1 file changed,

[FFmpeg-devel] [PATCH 1/7] First pass at fixing paletteuse

2017-10-02 Thread Bjorn Roche
From: Bjorn Roche Dithering doesn’t work, and only iterative and brute force color mapping work. --- libavfilter/vf_paletteuse.c | 265 +++- 1 file changed, 185 insertions(+), 80 deletions(-) diff --git a/libavfilter/vf_paletteuse.c