1. 04 Sep, 2013 2 commits
  2. 30 Jul, 2013 1 commit
  3. 29 Jul, 2013 3 commits
  4. 25 Sep, 2012 1 commit
  5. 29 Jul, 2012 1 commit
    • Max Kellermann's avatar
      tag_ape: return false if no usable tag was found · 1dedb964
      Max Kellermann authored
      Ignore APE tags that have no usable tags, and use the ID3 tag instead.
      This is useful when the APE tag only contains replay gain, and the
      real tags are stored as ID3.  This implements feature request Mantis
      #0003521.
      1dedb964
  6. 12 Feb, 2012 2 commits
  7. 11 Feb, 2012 2 commits
  8. 29 Jan, 2011 1 commit
  9. 24 Nov, 2010 1 commit
  10. 18 Nov, 2010 1 commit
  11. 30 Jun, 2010 7 commits
  12. 31 May, 2010 2 commits
  13. 30 May, 2010 2 commits
  14. 20 May, 2010 1 commit
  15. 01 Jan, 2010 1 commit
  16. 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
  17. 13 Oct, 2009 1 commit
  18. 19 Jul, 2009 5 commits
  19. 18 Jul, 2009 1 commit
    • Max Kellermann's avatar
      ape: check the tag size (fixes integer underflow) · a988b9b0
      Max Kellermann authored
      The expression "tagLen - size > 0" may result in an integer underflow
      and a buffer overflow, when "size" is larger than "tagLen".  "size" is
      read from the input file, and must not be trusted.  This patch changes
      the expression to "tagLen > size", which is a lot safer.
      a988b9b0
  20. 28 Apr, 2009 1 commit
  21. 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
  22. 28 Feb, 2009 1 commit