summaryrefslogtreecommitdiff
path: root/libavformat/assenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* set default subtitle_codec for ass muxerAurelien Jacobs2010-12-04
* cosmetic: alignmentAurelien Jacobs2010-12-04
* use designated initializer in ASS (de)muxerAurelien Jacobs2010-12-04
* add mime-type for ASS muxerAurelien Jacobs2010-07-25
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-07
* ASS/SSA muxer.Michael Niedermayer2008-09-26