1. 30 Oct, 2013 1 commit
  2. 15 Oct, 2013 1 commit
  3. 03 Jan, 2013 2 commits
  4. 02 Aug, 2012 1 commit
  5. 21 Sep, 2011 1 commit
  6. 29 Jan, 2011 2 commits
  7. 01 Jan, 2010 1 commit
  8. 27 Oct, 2009 1 commit
  9. 23 Oct, 2009 1 commit
  10. 21 Oct, 2009 1 commit
    • Max Kellermann's avatar
      pulse: code rewrite using the asynchronous libpulse API · b479a264
      Max Kellermann authored
      This is a complete rewrite of the PulseAudio output plugin.  It uses
      the asynchronous API, which gives us more control over everything.
      Additionally, it connects to the PulseAudio server on startup, and
      keeps this connection up while MPD runs.  During pause, instead of
      closing the stream, it enables "cork".
      b479a264
  11. 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
  12. 02 Mar, 2009 1 commit
  13. 04 Feb, 2009 1 commit
  14. 07 Jan, 2009 2 commits
  15. 03 Jan, 2009 1 commit
  16. 30 Dec, 2008 2 commits
  17. 27 Dec, 2008 2 commits
  18. 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
  19. 08 Oct, 2008 1 commit
  20. 09 Sep, 2008 2 commits
  21. 08 Sep, 2008 1 commit
  22. 07 Sep, 2008 3 commits
  23. 29 Aug, 2008 2 commits
  24. 26 Aug, 2008 1 commit
  25. 12 Apr, 2008 3 commits
  26. 05 Feb, 2008 1 commit
  27. 26 Jan, 2008 1 commit
  28. 03 Jan, 2008 1 commit
    • Eric Wong's avatar
      Cleanup #includes of standard system headers and put them in one place · cb8f1af3
      Eric Wong authored
      This will make refactoring features easier, especially now that
      pthreads support and larger refactorings are on the horizon.
      
      Hopefully, this will make porting to other platforms (even
      non-UNIX-like ones for masochists) easier, too.
      
      os_compat.h will house all the #includes for system headers
      considered to be the "core" of MPD.  Headers for optional
      features will be left to individual source files.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      cb8f1af3
  29. 13 Jun, 2007 1 commit