summaryrefslogtreecommitdiff
path: root/libavcodec/assdec.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
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/assdec: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/assdec: undefined use of memcpy()Michael Niedermayer2019-07-27
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* Kill timed SSAClément Bœsch2016-02-26
* subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-18
* lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch2012-12-30
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | 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 Niedermayer2012-07-31
|\|
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
| * 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
* | assdec: check that the alloc+init of the private data succeeded.Michael Niedermayer2012-05-15
* | assdec: avoid a possible NULL dereference.Nicolas George2012-03-07
* | assdec: fix wrong alloc pointer check.Clément Bœsch2012-01-30
* | compute rects duration in ASS decoderAurelien Jacobs2011-04-11
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-11
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-13