summaryrefslogtreecommitdiff
path: root/libavcodec/assdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+0
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-051-6/+4
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* avcodec/assdec: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/assdec: undefined use of memcpy()Michael Niedermayer2019-07-271-1/+2
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-13/+12
* Kill timed SSAClément Bœsch2016-02-261-48/+12
* subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-181-7/+45
* lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch2012-12-301-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+4
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+4
* | 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 Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
| * 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
* | assdec: check that the alloc+init of the private data succeeded.Michael Niedermayer2012-05-151-0/+2
* | assdec: avoid a possible NULL dereference.Nicolas George2012-03-071-1/+4
* | assdec: fix wrong alloc pointer check.Clément Bœsch2012-01-301-1/+1
* | compute rects duration in ASS decoderAurelien Jacobs2011-04-111-1/+13
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-2/+0
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-131-0/+62