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