summaryrefslogtreecommitdiff
path: root/libavcodec/xsubenc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-30
* avcodec/xsubenc: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-04
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt2020-08-01
* lavc/xsubenc: return meaningfull error codesJohn Stebbins2020-04-10
* Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-22
|\
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* | Fix condition for transparency warning in xsub encoder.Carl Eugen Hoyos2013-12-29
* | libavcodec/xsubenc.c: set coded_bits_per_sampleErik Olofsson2013-11-12
* | libavcodec/xsubenc.c: Fix bounding box coordinatesErik Olofsson2013-11-12
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | libavcodec/xsubenc.c: Fix duplicate wordsMichael Niedermayer2013-08-12
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * xsubenc: reindentAnton Khirnov2012-09-17
| * lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-04
|\|
| * cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * 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
* | xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.Michael Niedermayer2011-05-04
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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