| Commit message (Expand) | Author | Age | Files | Lines |
* | gif: Fix little endian specific code | Michael Niedermayer | 2013-04-30 | 1 | -1/+1 |
* | lavc/gif: miscellaneous cosmetics. | Clément Bœsch | 2013-04-19 | 1 | -10/+6 |
* | lavc/gif: add flag to enable transparency detection between frames. | Clément Bœsch | 2013-04-19 | 1 | -6/+66 |
* | lavc/gif: make possible to disable offsetting. | Clément Bœsch | 2013-04-19 | 1 | -1/+24 |
* | gif: use only one graphic control extension block per image. | Clément Bœsch | 2013-04-19 | 1 | -23/+6 |
* | lavc/gif: avoid encoding 0x0 images. | Clément Bœsch | 2013-04-18 | 1 | -2/+2 |
* | gif: remove outdated comments. | Clément Bœsch | 2013-04-18 | 1 | -10/+4 |
* | lavc/gif: return more meaningful error code. | Clément Bœsch | 2013-04-18 | 1 | -1/+1 |
* | lavc/gif: merge two allocation checks. | Clément Bœsch | 2013-04-18 | 1 | -4/+2 |
* | gif: reindent after previous commits. | Clément Bœsch | 2013-04-18 | 1 | -1/+1 |
* | lavc/gif: crop image when possible. | Clément Bœsch | 2013-04-18 | 1 | -9/+73 |
* | Cleanse GIF muxer and encoder. | Clément Bœsch | 2013-04-18 | 1 | -44/+40 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-11 | 1 | -2/+2 |
|\ |
|
| * | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -2/+2 |
* | | lavc/gif: remove some obsolete/irrelevant chunks | Paul B Mahol | 2013-01-26 | 1 | -7/+0 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | gifenc: support resolutions up to 65535x65535 | Piotr Bandurski | 2012-05-31 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+5 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | gifenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -6/+19 |
|\ \
| |/ |
|
| * | gifenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -6/+19 |
* | | Mark one colour as transparent in the gif image encoder | Carl Eugen Hoyos | 2011-12-08 | 1 | -1/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | 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 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |