Age | Commit message (Expand) | Author |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-10 | In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ... | Clément Bœsch |
2010-04-03 | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-12-03 | use lzw compression in gif encoder | Baptiste Coudurier |
2009-12-02 | pass avctx as argument instead of width and height | Baptiste Coudurier |
2009-12-02 | remove useless params | Baptiste Coudurier |
2009-12-02 | remove useless params | Baptiste Coudurier |
2009-12-02 | move private context declaration at the top | Baptiste Coudurier |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
2009-04-13 | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini |
2009-04-12 | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini |
2009-02-09 | remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel a... | Daniel Verkamp |
2009-02-09 | remove dead rgb24 code, gif encoder now directly takes palette, patch by Dani... | Daniel Verkamp |
2009-02-09 | remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp... | Daniel Verkamp |
2009-02-06 | Fix list of input pix_fmts supported by GIF. This makes it work with swscale. | Michael Niedermayer |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-14 | cleanup gif, use BISTREAM_WRITER_LE | Baptiste Coudurier |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-11 | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos |
2008-04-27 | Add long names to AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-01-17 | Replace idiotic (what moron wrote that code?) "buffer overflow" message by | Michael Niedermayer |
2007-06-02 | Use AV_xx throughout libavcodec | Ramiro Polla |
2006-11-02 | change gif muxer to simple gif encoder | Baptiste Coudurier |