1. 24 Feb, 2014 1 commit
  2. 02 Oct, 2013 1 commit
  3. 04 Sep, 2013 2 commits
  4. 04 Aug, 2013 2 commits
  5. 03 Aug, 2013 1 commit
  6. 30 Jul, 2013 1 commit
  7. 16 Apr, 2013 2 commits
  8. 22 Feb, 2013 1 commit
  9. 09 Jan, 2013 1 commit
  10. 14 Aug, 2012 2 commits
  11. 19 Sep, 2011 1 commit
  12. 17 Sep, 2011 3 commits
  13. 16 Sep, 2011 1 commit
  14. 31 Aug, 2011 3 commits
  15. 23 Aug, 2011 4 commits
  16. 29 Jan, 2011 1 commit
  17. 17 Jan, 2010 1 commit
  18. 01 Jan, 2010 1 commit
  19. 02 Dec, 2009 1 commit
  20. 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
  21. 29 Oct, 2009 1 commit
  22. 23 Oct, 2009 3 commits
  23. 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
  24. 20 Oct, 2009 3 commits
  25. 26 Mar, 2009 1 commit
    • Max Kellermann's avatar
      pulse: make configuration strings const · 52575d1b
      Max Kellermann authored
      Nobody needs to modify these strings.  We can make them const, and
      convert config_dup_block_string() to config_get_block_string().  This
      also fixes memory leaks in the pulse mixer.
      52575d1b