1. 04 Nov, 2009 1 commit
  2. 13 Oct, 2009 1 commit
  3. 09 Jul, 2009 1 commit
  4. 07 Jul, 2009 1 commit
    • 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
  5. 28 Apr, 2009 2 commits
  6. 15 Mar, 2009 1 commit
  7. 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
  8. 28 Feb, 2009 3 commits
  9. 27 Feb, 2009 4 commits
  10. 17 Feb, 2009 1 commit
  11. 25 Jan, 2009 4 commits
  12. 24 Jan, 2009 1 commit
  13. 17 Jan, 2009 1 commit
  14. 14 Jan, 2009 1 commit
  15. 13 Jan, 2009 1 commit
  16. 04 Jan, 2009 2 commits
  17. 03 Jan, 2009 3 commits
  18. 28 Dec, 2008 1 commit
  19. 03 Nov, 2008 1 commit
  20. 01 Nov, 2008 3 commits
  21. 31 Oct, 2008 1 commit
  22. 08 Oct, 2008 1 commit
  23. 06 Oct, 2008 1 commit
  24. 29 Sep, 2008 1 commit
    • Eric Wong's avatar
      Switch to C99 types (retaining compat with old compilers) · 0352766d
      Eric Wong authored
      Seeing the "mpd_" prefix _everywhere_ is mind-numbing as the
      mind needs to retrain itself to skip over the first 4 tokens of
      a type to get to its meaning.  So avoid having extra characters
      on my terminal to make it easier to follow code at 2:30 am in
      the morning.
      
      Please report any new issues you may come across on Free
      toolchains.  I realize how difficult it can be to build/maintain
      cross-compiling toolchains and I have no intention of forcing
      people to upgrade their toolchains to build mpd.
      
      Tested with gcc 2.95.4 and and gcc 4.3.1 on x86-32.
      0352766d
  25. 08 Sep, 2008 1 commit
    • Max Kellermann's avatar
      use strset.h instead of tagTracker.h · f0e64ceb
      Max Kellermann authored
      With a large music database, the linear string collection in
      tagTracker.c becomes very slow.  We implemented that in a
      quick'n'dirty fashion when we removed tree.c, and now we rewrite it
      using the fast hashed string set.
      f0e64ceb
  26. 07 Sep, 2008 1 commit