[Ffmpeg-devel] [PATCH] GIF encoder

Michael Niedermayer michaelni
Wed Nov 1 22:52:52 CET 2006


Hi

On Wed, Nov 01, 2006 at 09:11:27PM +0100, Baptiste Coudurier wrote:
> Hi
> 
> GIF encoder ported from lavf to lavc.
> Very simple encoder (no compression), if someone is motivated to code
> LZW compression it would be nice.
> 
> Now we can remove AVImageFormat from lavf without regression.

what about animated gifs, do they work too with your encoder?

and do the regression tests pass if the new encoder is used instead
of the old? if not why not?

if yes to both then apply it

[...]
> -    put_byte(pb, 0x00); /* end of image block */
> -
> +    bytestream_put_byte(bytestream, 0x00); /* end of image block */
> +    bytestream_put_byte(bytestream, 0x3b);
>      return 0;
>  }

this looks different?

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list