Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf/subtitles: fix CLRF/CRLF typo. | Clément Bœsch | 2012-12-30 | 1 | -1/+1 |
| | |||||
* | lavf: move srtdec:read_chunk() to subtitles utils. | Clément Bœsch | 2012-12-30 | 1 | -0/+15 |
| | | | | This function can be useful for various other subtitles formats. | ||||
* | lavf/subtitles: add ff_subtitles_queue_seek(). | Clément Bœsch | 2012-12-02 | 1 | -0/+7 |
| | | | | | | | | | | | | 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œsch | 2012-06-29 | 1 | -0/+16 |
| | | | | This is needed for SAMI and RealText demuxers. | ||||
* | lavf: add internal demuxer helpers for subtitles. | Clément Bœsch | 2012-06-29 | 1 | -0/+61 |