1. 30 Dec, 2012 2 commits
  2. 01 Dec, 2012 1 commit
    • Clément Bœsch's avatar
      lavf/subtitles: add ff_subtitles_queue_seek(). · ff3624b1
      Clément Bœsch authored
      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.
      ff3624b1
  3. 29 Jun, 2012 2 commits