1. 27 Oct, 2012 1 commit
  2. 04 Oct, 2012 1 commit
  3. 23 Apr, 2012 1 commit
  4. 06 Mar, 2012 1 commit
  5. 12 Feb, 2012 2 commits
  6. 11 Feb, 2012 2 commits
  7. 29 Jan, 2011 1 commit
  8. 07 Dec, 2010 1 commit
  9. 20 May, 2010 1 commit
  10. 01 Jan, 2010 1 commit
  11. 30 Nov, 2009 1 commit
  12. 15 Nov, 2009 1 commit
    • 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
  13. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  14. 13 Oct, 2009 1 commit
  15. 03 Aug, 2009 5 commits
  16. 09 Jul, 2009 1 commit
  17. 07 Jul, 2009 2 commits
    • Max Kellermann's avatar
      tag_id3: revised "performer" tag support · adb2f66c
      Max Kellermann authored
      According to the ID3 2.4 documentation, "TOPE" is "Original
      artist/performer", not "performer".  Removed "TOPE" support.  Instead,
      map TPE3 ("Conductor/performer refinement") and TPE4 ("Interpreted,
      remixed, or otherwise modified by") to "performer".
      adb2f66c
    • Max Kellermann's avatar
      tag: added tag "AlbumArtistSort" · 7246d672
      Max Kellermann authored
      The tag_id3.c library supports both the documented "TSO2" tag, and the
      inofficial TXXX/ALBUMARTISTSORT.
      
      The Vorbis/FLAC decoder automatically supports the new tag, without
      further change.
      7246d672
  18. 06 May, 2009 1 commit
  19. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  20. 02 Mar, 2009 2 commits
  21. 24 Jan, 2009 2 commits
  22. 17 Jan, 2009 1 commit
  23. 14 Jan, 2009 1 commit
  24. 04 Jan, 2009 1 commit
  25. 03 Jan, 2009 1 commit
  26. 29 Dec, 2008 2 commits
  27. 02 Dec, 2008 1 commit
  28. 17 Oct, 2008 1 commit
  29. 15 Oct, 2008 2 commits
    • Max Kellermann's avatar
      path, tag_id3: use g_convert() instead of charConv.c · 8746a58a
      Max Kellermann authored
      GLib provides an easier API for character set conversion than iconv().
      Use g_convert() / g_convert_with_fallback() for all character
      conversions.  We should optimize the path.h API later to return a
      newly allocated buffer, so we can just pass GLib's return value.
      8746a58a
    • Max Kellermann's avatar
      tag_id3: fix indentation · 2a47e90c
      Max Kellermann authored
      Indentation was broken in tag_id3.c: it used 4 spaces instead of tabs.
      2a47e90c