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
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
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