summaryrefslogtreecommitdiff
path: root/libavcodec/assdec.c
Commit message (Collapse)AuthorAgeFilesLines
* assdec: check that the alloc+init of the private data succeeded.Michael Niedermayer2012-05-151-0/+2
| | | | | | | Fixes a part of Ticket1208 Found-by: John Villamil and Piotr Bandurski Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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
| | | | Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
* add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-2/+0
| | | | | | | | Call this new function before decode() to replace the custom and inconsistant initialization in various decoders. This function is equivalent to avcodec_get_frame_defaults() for AVFrame. Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-131-0/+62
Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk