summaryrefslogtreecommitdiff
path: root/libavcodec/xsubenc.c
Commit message (Expand)AuthorAge
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* xsubenc: reindentAnton Khirnov2012-09-17
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-03
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* 100l typo, xsub encoder printed end time hours where minutes should have been.Reimar Döffinger2009-08-26
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-19