1. 15 Aug, 2014 1 commit
  2. 12 Jan, 2014 1 commit
    • Serhii Marchuk's avatar
      mpegts muxer, DVB subtitles encoder: common DVB subtitles payload · c917cde9
      Serhii Marchuk authored
      Improved DVB subtitles encoder to generate AVPacket.data in the same
      format as generates MPEGTS demuxer + DVB subtitles parser. So now single
      format of DVB subtitles data is used across all the components of FFmpeg:
      only subtitles payload WITHOUT 0x20 0x00 bytes at the beginning and 0xFF
      trailing byte.
      
      Improved MPEGTS muxer to support format of DVB subtitles in
      AVPacket.data described above: while muxing we add two bytes 0x20 0x00 to
      the beginning of and 0xFF to the end of DVB subtitles payload.
      
      The patch fixes DVB subtitle copy problems: tickets #2989 fully and #2024
      partly.
      Signed-off-by: 's avatarClément Bœsch <u@pkh.me>
      c917cde9
  3. 03 Oct, 2013 1 commit
  4. 17 Sep, 2012 1 commit
  5. 09 Aug, 2012 2 commits
    • Nicolas George's avatar
      dvbsub: reindent after last commit. · e13df05f
      Nicolas George authored
      e13df05f
    • Nicolas George's avatar
      dvbsub: fix encoding of termination packets. · aed032c2
      Nicolas George authored
      The old code generates a termination packet with the same regions as the
      start packet and page_state set to "only what changed"; the result is
      that the termination packet is decoded as identical to the start packet.
      
      The new code does as found in some DVB broadcasts: produce a packet with
      no regions. This is done by expecting num_rects to be 0 rather than
      using a flip-flop. ffmpeg.c is updated accordingly.
      aed032c2
  6. 07 Aug, 2012 1 commit
  7. 06 Apr, 2012 1 commit
  8. 22 Mar, 2012 1 commit
  9. 02 Nov, 2011 1 commit
  10. 15 Oct, 2011 3 commits
  11. 29 Jul, 2011 1 commit
  12. 19 Mar, 2011 1 commit
  13. 11 Feb, 2011 1 commit
  14. 10 Feb, 2011 1 commit
  15. 28 Jan, 2011 1 commit
  16. 26 Jan, 2011 1 commit
  17. 01 Jul, 2010 1 commit
  18. 30 Mar, 2010 1 commit
  19. 19 Jan, 2009 1 commit
  20. 03 Jan, 2009 2 commits
  21. 12 Jun, 2008 1 commit
  22. 27 Apr, 2008 1 commit
  23. 25 Nov, 2007 1 commit
  24. 17 Jul, 2007 1 commit
  25. 23 May, 2007 1 commit
  26. 07 Oct, 2006 1 commit
  27. 12 Jan, 2006 1 commit
  28. 22 Dec, 2005 1 commit
  29. 17 Dec, 2005 1 commit
  30. 14 Nov, 2005 1 commit
  31. 17 Jul, 2005 1 commit
  32. 03 Jun, 2005 1 commit