| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/gif: remove flags from gifimage option | Paul B Mahol | 2019-05-11 | 1 | -1/+1 |
* | avcodec/gif: fix issues with transparent crop | Jacob Graff | 2019-05-11 | 1 | -6/+6 |
* | avcodec/gif: use avctx->frame_number | Paul B Mahol | 2018-12-13 | 1 | -10/+3 |
* | avcodec/gif: enable encoding single gif image per frame | Paul B Mahol | 2018-12-13 | 1 | -6/+14 |
* | avcodec/gif: add support for alpha | Paul B Mahol | 2018-12-13 | 1 | -24/+144 |
* | avcodec: rewrite gif muxing and encoding | Paul B Mahol | 2018-12-13 | 1 | -55/+72 |
* | avcodec/gif: don't honor transparency if palette changed | Paul B Mahol | 2016-09-07 | 1 | -1/+1 |
* | avcodec/gif: Fix lzw buffer size | Michael Niedermayer | 2016-01-18 | 1 | -2/+5 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+4 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -7/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -6/+0 |
* | | avcodec/gif: fix off by one in column offsetting finding | Clément Bœsch | 2015-02-16 | 1 | -2/+2 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avcodec/gif: support crop and transparency with PAL8 | Clément Bœsch | 2015-02-14 | 1 | -6/+47 |
* | | Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8' | Michael Niedermayer | 2013-11-17 | 1 | -6/+11 |
|\| |
|
| * | gif: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -7/+9 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/gif: use the whole allocated buffer | Michael Niedermayer | 2013-08-14 | 1 | -1/+1 |
* | | avcodec/gif: move BITSTREAM_WRITER_LE up | Michael Niedermayer | 2013-08-14 | 1 | -1/+1 |
* | | gif: remove unused AVFrame from encoder private context | Paul B Mahol | 2013-07-07 | 1 | -3/+1 |
* | | gif: do not set avctx->coded_frame | Paul B Mahol | 2013-07-07 | 1 | -1/+0 |
* | | 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 |