1. 10 Oct, 2017 6 commits
  2. 09 Oct, 2017 7 commits
  3. 08 Oct, 2017 14 commits
  4. 07 Oct, 2017 7 commits
  5. 06 Oct, 2017 5 commits
  6. 05 Oct, 2017 1 commit
    • Lukas Stabe's avatar
      avformat: fix id3 chapters · 1fd80106
      Lukas Stabe authored
      These changes store id3 chapter data in ID3v2ExtraMeta and introduce
      ff_id3v2_parse_chapters to parse them into the format context if needed.
      
      Encoders using ff_id3v2_read, which previously parsed chapters into the
      format context automatically, were adjusted to call
      ff_id3v2_parse_chapters.
      Signed-off-by: 's avatarwm4 <nfxjfg@googlemail.com>
      1fd80106