Re: [FFmpeg-devel] [PATCH 0/7] Fix for transparent gif creation

2017-10-05 Thread Bjorn Roche
On Wed, Oct 4, 2017 at 2:50 AM, Clément Bœsch wrote: > On Mon, Oct 02, 2017 at 01:24:32PM -0400, Bjorn Roche wrote: > [...] > > Bjorn Roche (7): > > First pass at fixing paletteuse > > Fix for dithering. > > Removing some debugging > > First pass at making the gif support transparency wit

Re: [FFmpeg-devel] [PATCH 0/7] Fix for transparent gif creation

2017-10-03 Thread Clément Bœsch
On Mon, Oct 02, 2017 at 01:24:32PM -0400, Bjorn Roche wrote: [...] > Bjorn Roche (7): > First pass at fixing paletteuse > Fix for dithering. > Removing some debugging > First pass at making the gif support transparency with the right > disposal methods. Needs more optimization. > Reim

[FFmpeg-devel] [PATCH 0/7] Fix for transparent gif creation

2017-10-02 Thread Bjorn Roche
These series of patches fixes transparent gifs. See issue: https://trac.ffmpeg.org/ticket/4443 The paletteuse function had to be patched to support transparency, and the gif encoder had to be patched so that support for transparent gifs worked with animated gifs, not just single frames. In add