index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
gif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/gif: extend description
Paul B Mahol
2018-12-13
1
-1
/
+1
*
avcodec: rewrite gif muxing and encoding
Paul B Mahol
2018-12-13
1
-140
/
+100
*
avformat/gif: simplify signature writing
Paul B Mahol
2018-12-10
1
-2
/
+2
*
avformat: replace all uses of av_copy_packet()
James Almer
2017-09-25
1
-2
/
+2
*
avformat/gif: use av_packet_alloc()
James Almer
2017-09-23
1
-1
/
+1
*
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-14
/
+14
|
\
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-16
/
+17
*
|
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-27
1
-1
/
+1
*
|
Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'
Michael Niedermayer
2015-02-14
1
-1
/
+1
|
\
\
|
|
/
|
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-2
/
+2
|
*
lavf: Don't explicitly flush after each written packet in muxers
Clément Bœsch
2013-09-16
1
-1
/
+0
*
|
avformat/gif: use first packet palette as global for PAL8
Clément Bœsch
2015-02-14
1
-20
/
+50
*
|
avformat/gif: simplify gif_image_write_header() prototype
Clément Bœsch
2015-02-14
1
-10
/
+6
*
|
Force gif aspect ratio multiplication to 64bit.
Carl Eugen Hoyos
2014-04-05
1
-2
/
+3
*
|
Write aspect ratio when muxing gif.
Carl Eugen Hoyos
2014-04-02
1
-7
/
+14
*
|
avformat/gif: fix final_delay unit in documentation.
Clément Bœsch
2013-11-07
1
-1
/
+1
*
|
avformat/gif: Do not write GIF89a header if loop is set to -1.
Eugene Dzhurinsky
2013-07-10
1
-11
/
+14
*
|
avformat/gif: remove unneeded doxygen comment
Michael Niedermayer
2013-05-24
1
-1
/
+1
*
|
lavf/gif: add final_delay option.
Clément Bœsch
2013-04-20
1
-0
/
+5
*
|
lavf/gif: avoid forward declaration.
Clément Bœsch
2013-04-19
1
-16
/
+13
*
|
lavf/gif: correct the delay after the first frame.
Clément Bœsch
2013-04-19
1
-5
/
+33
*
|
lavf/gif: fix timing.
Clément Bœsch
2013-04-19
1
-13
/
+10
*
|
gif: use only one graphic control extension block per image.
Clément Bœsch
2013-04-19
1
-2
/
+26
*
|
lavf/gif: support only GIF codec.
Clément Bœsch
2013-04-18
1
-3
/
+4
*
|
lavf/gif: merge gif_write_{packet,video}.
Clément Bœsch
2013-04-18
1
-9
/
+3
*
|
lavf/gif: trim unnecessarily long netscape ext code.
Clément Bœsch
2013-04-18
1
-39
/
+10
*
|
lavf/gif: remove unused fields.
Clément Bœsch
2013-04-18
1
-5
/
+0
*
|
lavf/gif: simplify streams type checking.
Clément Bœsch
2013-04-18
1
-25
/
+13
*
|
lavf/gif: fix assert in avio API after dfb3231.
Clément Bœsch
2013-04-18
1
-1
/
+1
*
|
gif: remove outdated comments.
Clément Bœsch
2013-04-18
1
-18
/
+0
*
|
lavf/gif: simplify palette writing.
Clément Bœsch
2013-04-18
1
-5
/
+2
*
|
gif: reindent after previous commits.
Clément Bœsch
2013-04-18
1
-4
/
+3
*
|
Cleanse GIF muxer and encoder.
Clément Bœsch
2013-04-18
1
-155
/
+16
*
|
lavf: remove some flushing in write_packet muxers callbacks.
Clément Bœsch
2013-04-14
1
-1
/
+0
*
|
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
*
|
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 '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
Michael Niedermayer
2012-09-16
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
1
-1
/
+1
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-1
/
+1
|
\
\
|
|
/
|
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-22
1
-70
/
+79
|
\
\
|
|
/
|
*
gif: K&R formatting cosmetics
Aneesh Dogra
2012-02-21
1
-70
/
+79
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-28
1
-5
/
+0
|
\
\
|
|
/
|
*
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
Anton Khirnov
2012-01-27
1
-5
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
[next]