1. 08 Sep, 2013 1 commit
  2. 30 Dec, 2012 1 commit
  3. 09 Dec, 2012 1 commit
  4. 24 Oct, 2012 1 commit
    • Clément Bœsch's avatar
      srt: make the demuxer output SubRip packets. · c27b3816
      Clément Bœsch authored
      The SRT format should never have outputted CODEC_ID_SRT packets in the
      first place: SRT is a subtitle format containing SubRip text markup
      events. The timing information is part of the format, not the codec, and
      thus CODEC_ID_SRT should not exist.
      
      Creating packets with the timing information within the payload only
      leads to problem (such as remuxing with timing alteration not working),
      especially when the SubRip markup is being used in container like
      Matroska in addition to this standalone SRT format.
      
      The main reason the timing line was included in those CODEC_ID_SRT
      packets is likely because it contained extra information (the event
      position) the codec actually needs. This issue is solved by using the
      AV_PKT_DATA_SUBTITLE_POSITION side data type.
      c27b3816
  5. 09 Sep, 2012 1 commit
  6. 16 Aug, 2012 1 commit
    • Philip Langdale's avatar
      srtdec: Add timing-less "subrip" decoder. · 6af680fa
      Philip Langdale authored
      After various discussions, we concluded that, amongst other things,
      it made sense to have a separate subrip decoder that did not use
      in-band timing information, and rather relied on the ffmpeg level
      timing.
      
      As this is 90% the same as the existing srt decoder, it's implemented
      in the same file.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      6af680fa
  7. 15 Aug, 2012 1 commit
  8. 07 Aug, 2012 1 commit
  9. 29 May, 2012 1 commit
  10. 05 Mar, 2012 1 commit
  11. 03 Mar, 2012 1 commit
  12. 12 May, 2011 1 commit
  13. 11 Apr, 2011 1 commit
  14. 25 Mar, 2011 1 commit
  15. 19 Mar, 2011 1 commit
  16. 16 Feb, 2011 1 commit
  17. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  18. 28 Jan, 2011 1 commit
  19. 26 Jan, 2011 1 commit
  20. 02 Jan, 2011 1 commit
  21. 28 Dec, 2010 1 commit