1. 01 Jun, 2013 5 commits
  2. 31 May, 2013 32 commits
  3. 30 May, 2013 3 commits
    • Matthieu Bouron's avatar
      lavf/id3v2enc: fix cover art display on some software · f468325d
      Matthieu Bouron authored
      Adding an arbitrary amount of padding bytes at the end of the
      ID3 metadata fixes cover art display for some software (iTunes,
      Traktor, Serato, Torq).
      
      For reference (ID3 metadata):
      
      [ Apic frames ]                      -> cover doesn't show up
      [ Apic frames, Padding ]             -> ok
      [ Apic frames, ID3 frames ]          -> ok
      [ ID3 frames, Apic frames ]          -> cover doesn't show up
      [ ID3 frames, Apic frames, Padding ] -> ok
      f468325d
    • Paul B Mahol's avatar
      tta: remove pointless code · c4e0e314
      Paul B Mahol authored
      Checking seek table crc in decoder is pointless, as seek table is not used in
      decoder anyway, so also stop storing seek table into extradata.
      c4e0e314
    • Clément Bœsch's avatar
      lavfi/vignette: add aspect option. · 2886e806
      Clément Bœsch authored
      2886e806