1. 15 Oct, 2013 1 commit
  2. 04 Sep, 2013 1 commit
  3. 30 Jan, 2013 1 commit
  4. 03 Jan, 2013 3 commits
  5. 02 Jan, 2013 1 commit
  6. 15 Aug, 2012 1 commit
  7. 08 Aug, 2012 2 commits
  8. 02 Aug, 2012 2 commits
  9. 13 Feb, 2012 2 commits
  10. 02 Feb, 2012 1 commit
  11. 13 Sep, 2011 3 commits
  12. 10 Sep, 2011 1 commit
    • Max Kellermann's avatar
      db_plugin: introducing a plugin API for the song database · 7819aa6b
      Max Kellermann authored
      First draft, not really pluggable currently - hard-coded to use the
      "simple" plugin, and calls several of its internal functions.
      
      The API is very simple currently, all searches are still performed
      over the root "directory" object.  Future changes to the API will move
      those search implementations into the plugin, to allow more efficient
      implementations, or implementations that don't have the whole tree in
      memory all the time.
      7819aa6b
  13. 09 Sep, 2011 1 commit
  14. 29 Jan, 2011 1 commit
  15. 01 Jan, 2010 1 commit
  16. 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
  17. 02 Mar, 2009 1 commit
  18. 18 Jan, 2009 2 commits
  19. 08 Jan, 2009 1 commit
  20. 04 Jan, 2009 2 commits
  21. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  22. 09 Oct, 2008 1 commit
  23. 08 Oct, 2008 6 commits
  24. 07 Sep, 2008 1 commit
  25. 26 Aug, 2008 2 commits
    • Max Kellermann's avatar
      moved code to crossfade.c · 6104e969
      Max Kellermann authored
      decode.c should be a lot smaller; start by moving all code which
      handles cross-fading to crossfade.c.  Also includes camelCase
      conversion.
      6104e969
    • Max Kellermann's avatar
      clean up CPP includes · b6909da7
      Max Kellermann authored
      Include only headers which are really required.  This speeds up
      compilation and helps detect cross-layer accesses.
      b6909da7