summaryrefslogtreecommitdiff
path: root/libavcodec/assdec.c
Commit message (Collapse)AuthorAge
* compute rects duration in ASS decoderAurelien Jacobs2011-04-11
| | | | Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
* add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-11
| | | | | | | | 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-28
| | | | | | | | 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-13
Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk