aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ass.h
Commit message (Collapse)AuthorAgeFilesLines
* add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-7/+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 SubRip decoderAurelien Jacobs2010-12-281-0/+45
| | | | Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs2010-11-131-0/+53
Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk