aboutsummaryrefslogtreecommitdiff
path: root/libavformat/assenc.c
AgeCommit message (Expand)Author
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-12-04set default subtitle_codec for ass muxerAurelien Jacobs
2010-12-04cosmetic: alignmentAurelien Jacobs
2010-12-04use designated initializer in ASS (de)muxerAurelien Jacobs
2010-07-25add mime-type for ASS muxerAurelien Jacobs
2010-07-07improve long_name for ass (de)muxerAurelien Jacobs
2008-09-26ASS/SSA muxer.Michael Niedermayer