summaryrefslogtreecommitdiff
path: root/libavcodec/xsubenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-7/+20
|\
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-7/+20
* | Fix condition for transparency warning in xsub encoder.Carl Eugen Hoyos2013-12-291-1/+1
* | libavcodec/xsubenc.c: set coded_bits_per_sampleErik Olofsson2013-11-121-0/+2
* | libavcodec/xsubenc.c: Fix bounding box coordinatesErik Olofsson2013-11-121-2/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | libavcodec/xsubenc.c: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-8/+7
|\ \ | |/
| * xsubenc: reindentAnton Khirnov2012-09-171-6/+6
| * lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-171-3/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-2/+2
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-041-5/+5
|\ \ | |/
| * cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-031-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+5
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-2/+2
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.Michael Niedermayer2011-05-041-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* 100l typo, xsub encoder printed end time hours where minutes should have been.Reimar Döffinger2009-08-261-1/+1
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-191-0/+222