summaryrefslogtreecommitdiff
path: root/libavformat/subtitles.h
Commit message (Collapse)AuthorAge
* lavf/subtitles: fix CLRF/CRLF typo.Clément Bœsch2012-12-30
|
* lavf: move srtdec:read_chunk() to subtitles utils.Clément Bœsch2012-12-30
| | | | This function can be useful for various other subtitles formats.
* lavf/subtitles: add ff_subtitles_queue_seek().Clément Bœsch2012-12-02
| | | | | | | | | | | | This function is almost identical to lavf/assdec:read_seek2(). It performs a generic seek for text subtitles demuxers for the new seeking API. The only difference with assdec:read_seek2 is the ts_diff being unsigned to avoid overflows. The seek callback in the ASS demuxer will be removed when it is redesigned to use FFDemuxSubtitlesQueue.
* lavf/subtitles: add some SMIL helpers.Clément Bœsch2012-06-29
| | | | This is needed for SAMI and RealText demuxers.
* lavf: add internal demuxer helpers for subtitles.Clément Bœsch2012-06-29