1. 16 Mar, 2014 19 commits
  2. 15 Mar, 2014 1 commit
    • wm4's avatar
      isom: convert mp4 dvdsub extradata to vobsub format · 8f629a98
      wm4 authored
      mp4 files embedding DVD subtitles do not use the same extradata format
      as the rest of Libav expects. The subtitle decoder in libavcodec in
      particular does not understand this format.
      
      Convert the extradata to the vobsub .idx format. mp4 stores the palette
      as binary 32 bit ints in YUV. The subtitle resolution is stored
      separately in the track header, which we access through AVStream.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      8f629a98
  3. 14 Mar, 2014 8 commits
  4. 13 Mar, 2014 12 commits