summaryrefslogtreecommitdiffstats
path: root/libavcodec/assdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud