log gif.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Thu, 03 Dec 2009 19:17:39 +0000 bcoudurier use lzw compression in gif encoder libavcodec
Wed, 02 Dec 2009 21:25:28 +0000 bcoudurier pass avctx as argument instead of width and height libavcodec
Wed, 02 Dec 2009 21:05:06 +0000 bcoudurier remove useless params libavcodec
Wed, 02 Dec 2009 21:04:23 +0000 bcoudurier remove useless params libavcodec
Wed, 02 Dec 2009 21:01:12 +0000 bcoudurier move private context declaration at the top libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Mon, 13 Apr 2009 16:59:38 +0000 stefano Rename pbBufPtr() to put_bits_ptr(). libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Mon, 09 Feb 2009 08:16:04 +0000 bcoudurier remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu libavcodec
Mon, 09 Feb 2009 08:14:29 +0000 bcoudurier remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu libavcodec
Mon, 09 Feb 2009 08:11:08 +0000 bcoudurier remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu libavcodec
Fri, 06 Feb 2009 13:04:39 +0000 michael Fix list of input pix_fmts supported by GIF. This makes it work with swscale. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Wed, 14 Jan 2009 00:27:43 +0000 bcoudurier cleanup gif, use BISTREAM_WRITER_LE libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 17 Jan 2008 00:12:04 +0000 michael Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Thu, 02 Nov 2006 23:13:34 +0000 bcoudurier change gif muxer to simple gif encoder libavcodec