1. 31 Aug, 2012 2 commits
  2. 30 Aug, 2012 3 commits
  3. 28 Aug, 2012 1 commit
  4. 25 Aug, 2012 1 commit
    • Philip Langdale's avatar
      matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. · 2626cc45
      Philip Langdale authored
      While not explicitly stated in the specs, the original author
      has stated that S_TEXT/UTF-8 is expected to be text using Subrip
      markup, but without Subrip in-band timing.
      
      So, now that we have a decoder that conforms to this expectation,
      let's use it.
      
      Note that this change will impact tools that use libavformat. If
      they expect srt subtitles to have CODEC_ID_TEXT, they must be
      adjusted to expect CODEC_ID_SUBRIP. The actual content is, obviously,
      unchanged.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      2626cc45
  5. 20 Aug, 2012 2 commits
  6. 19 Aug, 2012 1 commit
  7. 18 Aug, 2012 2 commits
  8. 16 Aug, 2012 2 commits
  9. 14 Aug, 2012 1 commit
  10. 13 Aug, 2012 1 commit
  11. 08 Aug, 2012 1 commit
  12. 07 Aug, 2012 2 commits
  13. 05 Aug, 2012 1 commit
  14. 04 Aug, 2012 2 commits
    • Nicolas George's avatar
      ffmpeg: insert bitmap subtitles as video in filters. · 88fc1438
      Nicolas George authored
      With this feature, it becomes possible to perform commonly
      requested tasks, such as hardcoding bitmap subtitles.
      
      This will be reverted once libavfilter has proper support
      for subtitles. All the changes have the string "sub2video"
      in them, it makes it easy to spot the parts.
      88fc1438
    • Philip Langdale's avatar
      movtextenc: 3GPP TS 26.245 Timed Text Encoder. · 2daaf776
      Philip Langdale authored
      This change introduces a basic encoder for 3GPP Timed Text subtitles,
      also known as TX3G, Quicktime subtitles, or "movtext" in the existing
      code.
      
      This initial change doesn't attempt to write styling information,
      and just writes 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.
      
      Note that an additional change is required to the mov/mp4 muxer to
      write empty subtitle packets to indicate subtitle duration.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      2daaf776
  15. 02 Aug, 2012 2 commits
  16. 28 Jul, 2012 1 commit
  17. 26 Jul, 2012 2 commits
  18. 23 Jul, 2012 3 commits
  19. 22 Jul, 2012 2 commits
  20. 21 Jul, 2012 1 commit
  21. 20 Jul, 2012 1 commit
  22. 19 Jul, 2012 1 commit
    • Nicolas George's avatar
      ffmpeg: add -(no)stdin option. · 0fe8acf2
      Nicolas George authored
      Allows to disable interaction from standard input.
      Useful, for example, if ffmpeg is in the background process group.
      Roughly the same result can be achieved with "ffmpeg ... < /dev/null"
      but it requires a shell.
      0fe8acf2
  23. 17 Jul, 2012 3 commits
  24. 16 Jul, 2012 1 commit
  25. 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