summaryrefslogtreecommitdiff
path: root/libavformat/gif.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-9/+10
* av(format|device): Add const to muxer packet data pointersAndreas Rheinhardt2022-07-091-1/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/gif: abort early if nothing was written yetPaul B Mahol2019-05-291-0/+3
* avformat/gif: extend descriptionPaul B Mahol2018-12-131-1/+1
* avcodec: rewrite gif muxing and encodingPaul B Mahol2018-12-131-140/+100
* avformat/gif: simplify signature writingPaul B Mahol2018-12-101-2/+2
* avformat: replace all uses of av_copy_packet()James Almer2017-09-251-2/+2
* avformat/gif: use av_packet_alloc()James Almer2017-09-231-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-14/+14
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-16/+17
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+2
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | avformat/gif: use first packet palette as global for PAL8Clément Bœsch2015-02-141-20/+50
* | avformat/gif: simplify gif_image_write_header() prototypeClément Bœsch2015-02-141-10/+6
* | Force gif aspect ratio multiplication to 64bit.Carl Eugen Hoyos2014-04-051-2/+3
* | Write aspect ratio when muxing gif.Carl Eugen Hoyos2014-04-021-7/+14
* | avformat/gif: fix final_delay unit in documentation.Clément Bœsch2013-11-071-1/+1
* | avformat/gif: Do not write GIF89a header if loop is set to -1.Eugene Dzhurinsky2013-07-101-11/+14
* | avformat/gif: remove unneeded doxygen commentMichael Niedermayer2013-05-241-1/+1
* | lavf/gif: add final_delay option.Clément Bœsch2013-04-201-0/+5
* | lavf/gif: avoid forward declaration.Clément Bœsch2013-04-191-16/+13
* | lavf/gif: correct the delay after the first frame.Clément Bœsch2013-04-191-5/+33
* | lavf/gif: fix timing.Clément Bœsch2013-04-191-13/+10
* | gif: use only one graphic control extension block per image.Clément Bœsch2013-04-191-2/+26
* | lavf/gif: support only GIF codec.Clément Bœsch2013-04-181-3/+4
* | lavf/gif: merge gif_write_{packet,video}.Clément Bœsch2013-04-181-9/+3
* | lavf/gif: trim unnecessarily long netscape ext code.Clément Bœsch2013-04-181-39/+10
* | lavf/gif: remove unused fields.Clément Bœsch2013-04-181-5/+0
* | lavf/gif: simplify streams type checking.Clément Bœsch2013-04-181-25/+13
* | lavf/gif: fix assert in avio API after dfb3231.Clément Bœsch2013-04-181-1/+1
* | gif: remove outdated comments.Clément Bœsch2013-04-181-18/+0
* | lavf/gif: simplify palette writing.Clément Bœsch2013-04-181-5/+2
* | gif: reindent after previous commits.Clément Bœsch2013-04-181-4/+3
* | Cleanse GIF muxer and encoder.Clément Bœsch2013-04-181-155/+16
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-111-2/+2
|\ \ | |/
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-111-2/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-161-1/+1
|\ \ | |/
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-70/+79
|\ \ | |/