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