1. 16 Jul, 2018 1 commit
  2. 19 Jun, 2018 1 commit
    • Gyan Doshi's avatar
      avformat/movenc: read track title from correct key · 830695be
      Gyan Doshi authored
      da9cc22d allowed the MOV muxer to relay a custom stream handler name,
      whether populated from the input stream or user-set. However, the entry
      key didn't match the key set by the MOV demuxer, so it wasn't
      effective. Fixed.
      
      Due to the change, four FATE refs have to be updated. Verified that the
      target payload of the tests hasn't changed in terms of CRC.
      830695be
  3. 30 Apr, 2018 1 commit
  4. 19 Sep, 2016 1 commit
  5. 21 Jul, 2016 1 commit
  6. 13 Mar, 2016 2 commits
  7. 05 Mar, 2016 1 commit
  8. 04 Mar, 2016 1 commit
  9. 27 May, 2014 1 commit
  10. 06 Dec, 2013 1 commit
  11. 30 May, 2013 1 commit
    • 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
  12. 05 Mar, 2013 1 commit
  13. 14 Jul, 2012 1 commit
  14. 12 Apr, 2012 2 commits
  15. 07 Apr, 2012 2 commits
  16. 18 Feb, 2012 3 commits