1. 01 Sep, 2015 20 commits
  2. 27 Aug, 2015 2 commits
  3. 19 Aug, 2015 10 commits
  4. 17 Aug, 2015 6 commits
  5. 13 Aug, 2015 2 commits
    • Simplify subtitle parsing. · bf77f3b2
      - Currently all subtitles we parse contain timestamps relative to the sample
        timestamp, however we add the sample timestamp in inconsistent ways (sometimes
        in the Subtitle, sometimes in the SubtitleParser). This change converges on
        a single approach. It also paves the way for passing absolute offsets to use
        instead, and being able to apply them in a consistent way in a single place
        (PlayableSubtitle). This functionality will be required for ISO 14496-30 TTML
        embedded subtitles.
      
      Issue: #689
      Oliver Woodman committed