| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | avformat/assenc: optimize writing dialogs | Marton Balint | 2019-08-17 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -11/+11 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -8/+8 |
* | | lavc: reindent a few decoders after previous commits | Clément Bœsch | 2016-02-26 | 1 | -41/+40 |
* | | Kill timed SSA | Clément Bœsch | 2016-02-26 | 1 | -10/+4 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | lavf/assenc: handle extra sections after Events | Rodger Combs | 2015-04-16 | 1 | -2/+26 |
* | | lavf/assenc: style nits | Rodger Combs | 2015-04-04 | 1 | -3/+3 |
* | | avformat/assenc: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-15 | 1 | -1/+1 |
* | | avformat/assenc: Add ignore_gaps option | Rodger Combs | 2014-11-01 | 1 | -1/+20 |
* | | avformat/assenc: support remuxing old V4 ASS form (SSA) | Clément Bœsch | 2014-10-15 | 1 | -2/+9 |
* | | avformat/assenc: make sure we crawl extradata only if it's non-null | Clément Bœsch | 2014-10-10 | 1 | -2/+2 |
* | | avformat/assenc: mux an event header if none are found in extradata | Clément Bœsch | 2014-09-27 | 1 | -0/+2 |
* | | avformat/assenc: mux all extradata at once | Clément Bœsch | 2014-09-21 | 1 | -22/+4 |
* | | avformat/assenc: return correct error code | Clément Bœsch | 2014-09-21 | 1 | -1/+1 |
* | | avformat/assenc: honor ReadOrder | Clément Bœsch | 2014-09-13 | 1 | -4/+103 |
* | | Merge commit '73084391588b0f150737990038829cac5013dd68' | Michael Niedermayer | 2013-09-17 | 1 | -0/+1 |
|\| |
|
| * | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -3/+0 |
* | | subtitles: introduce ASS codec id and use it. | Clément Bœsch | 2013-04-18 | 1 | -2/+31 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -3/+0 |
* | | lavf/assenc: add non strict ts flag. | Clément Bœsch | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -2/+0 |
|\| |
|
| * | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -2/+0 |
* | | 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-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -3/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | set default subtitle_codec for ass muxer | Aurelien Jacobs | 2010-12-04 | 1 | -0/+1 |
* | cosmetic: alignment | Aurelien Jacobs | 2010-12-04 | 1 | -1/+1 |
* | use designated initializer in ASS (de)muxer | Aurelien Jacobs | 2010-12-04 | 1 | -10/+8 |
* | add mime-type for ASS muxer | Aurelien Jacobs | 2010-07-25 | 1 | -1/+1 |
* | improve long_name for ass (de)muxer | Aurelien Jacobs | 2010-07-07 | 1 | -1/+1 |
* | ASS/SSA muxer. | Michael Niedermayer | 2008-09-26 | 1 | -0/+92 |