1. 14 Dec, 2009 4 commits
  2. 11 Dec, 2009 1 commit
  3. 08 Dec, 2009 4 commits
  4. 07 Dec, 2009 1 commit
  5. 03 Dec, 2009 9 commits
  6. 02 Dec, 2009 3 commits
  7. 30 Nov, 2009 2 commits
  8. 25 Nov, 2009 1 commit
  9. 19 Nov, 2009 9 commits
  10. 18 Nov, 2009 1 commit
  11. 17 Nov, 2009 3 commits
  12. 15 Nov, 2009 2 commits
    • Max Kellermann's avatar
      id3: allow 4 MB RIFF/AIFF tags · f51ba646
      Max Kellermann authored
      Allow RIFF/AIFF ID3 tags up to 4 MB (old limit was 256 kB).  This
      might still be too small for some users, and when somebody complains,
      we might do something more clever (like streaming the data into
      libid3tag?).
      f51ba646
    • Max Kellermann's avatar
      decoder/ffmpeg: align the output buffer · 77b95d08
      Max Kellermann authored
      On some platforms, libavcodec wants the output buffer aligned to 16
      bytes (because it uses SSE/Altivec internally).  It will segfault when
      you don't obey this rule.
      77b95d08