summaryrefslogtreecommitdiff
path: root/libavcodec/samidec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec.decode_subAndreas 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: Mark ff_ass_subtitle_header based decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavc/samidec: properly raise errors from sami_paragraph_to_ass()Clément Bœsch2017-11-29
* avcodec/samidec: check av_strdup() return valuePan Bian2017-11-29
* avcodec/samidec: Check ff_htmlmarkup_to_ass() return codeMichael Niedermayer2017-05-08
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-26
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* avcodec/samidec: small indent fixClément Bœsch2015-09-06
* avcodec/samidec: use ff_htmlmarkup_to_ass()Yayoi2015-09-06
* avcodec/samidec: make sure to properly restore parsing context after a tagClément Bœsch2015-03-06
* avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch2014-10-19
* avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch2014-10-19
* avcodec/samidec: add some memory checksClément Bœsch2014-09-21
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* SAMI demuxer and decoder.Clément Bœsch2012-06-29