1. 21 Oct, 2017 1 commit
  2. 09 Mar, 2017 1 commit
  3. 06 Mar, 2017 1 commit
  4. 06 Feb, 2017 1 commit
  5. 15 Nov, 2016 3 commits
  6. 28 Sep, 2016 1 commit
  7. 26 Feb, 2016 2 commits
  8. 10 Jan, 2016 1 commit
  9. 31 Aug, 2015 2 commits
  10. 15 Aug, 2015 1 commit
    • Niklesh's avatar
      movtextdec: Add support for automatic text wrapping · a604289b
      Niklesh authored
      The value of wrap_flag in the Text Wrap Box specifies if the text is to
      be wrapped or not. Uses 'end of line wrap' amongst the wrap styles
      supported by ASS if the text is to be wrapped, i.e; fill as much text
      in a line as possible, then break to next line.
      
      The 3GPP spec has no provision for smart wrapping.
      Signed-off-by: 's avatarNiklesh <niklesh.lalwani@iitb.ac.in>
      a604289b
  11. 12 Aug, 2015 1 commit
  12. 10 Aug, 2015 1 commit
  13. 09 Aug, 2015 1 commit
  14. 07 Aug, 2015 1 commit
  15. 06 Aug, 2015 2 commits
  16. 26 Jul, 2015 1 commit
  17. 20 Jul, 2015 1 commit
  18. 12 Jul, 2015 1 commit
  19. 23 Jun, 2015 1 commit
  20. 25 May, 2015 1 commit
  21. 22 May, 2015 1 commit
  22. 20 May, 2015 1 commit
  23. 24 Apr, 2015 1 commit
  24. 19 Oct, 2014 2 commits
  25. 21 Sep, 2014 1 commit
  26. 01 Jan, 2013 1 commit
  27. 16 Aug, 2012 1 commit
  28. 31 Jul, 2012 1 commit
  29. 14 Jul, 2012 1 commit
    • Philip Langdale's avatar
      movtextdec: 3GPP TS 26.245 Timed Text Decoder. · 2c501ae8
      Philip Langdale authored
      This change introduces a basic decoder for 3GPP Timed Text subtitles,
      also known as TX3G, Quicktime subtitles, or "movtext" in the existing
      code.
      
      This initial change doesn't attempt to parse styling information,
      and just reads the plain text of the subtitles. I intend to add
      support for styles eventually, but it's challenging due to a lack
      of existing players that support them.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      2c501ae8