Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct | Aurelien Jacobs | 2011-04-11 | 1 | -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 decoder | Aurelien Jacobs | 2010-12-28 | 1 | -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 Jacobs | 2010-11-13 | 1 | -0/+53 |
Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk |