| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -10/+10 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-09 | 1 | -3/+26 |
|\| |
|
| * | gif: add loop private option. | Anton Khirnov | 2011-07-08 | 1 | -3/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -4/+0 |
|\| |
|
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -4/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|