1. 29 Jan, 2011 1 commit
  2. 01 Jan, 2010 1 commit
  3. 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
  4. 21 Oct, 2009 1 commit
  5. 08 Oct, 2009 1 commit
  6. 15 Jul, 2009 1 commit
  7. 06 Jul, 2009 4 commits
  8. 25 Jun, 2009 1 commit
  9. 03 Jun, 2009 1 commit
  10. 28 May, 2009 3 commits
  11. 14 Mar, 2009 3 commits
  12. 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
  13. 12 Mar, 2009 2 commits
  14. 02 Mar, 2009 1 commit
  15. 28 Feb, 2009 1 commit
    • Max Kellermann's avatar
      volume: throttle access to hardware mixers · 82b081a6
      Max Kellermann authored
      On some hardware, reading the mixer value from hardware is an
      expensive operation, and MPD has to do it for every client.  Throttle
      access to the hardware, cache the result for one second.
      82b081a6
  16. 26 Feb, 2009 1 commit
  17. 10 Feb, 2009 1 commit
  18. 25 Jan, 2009 2 commits
  19. 17 Jan, 2009 1 commit
  20. 11 Jan, 2009 1 commit
  21. 07 Jan, 2009 1 commit
  22. 03 Jan, 2009 1 commit
  23. 01 Jan, 2009 1 commit
  24. 31 Dec, 2008 1 commit
  25. 29 Dec, 2008 2 commits
  26. 28 Dec, 2008 1 commit
  27. 02 Dec, 2008 1 commit
  28. 14 Nov, 2008 2 commits
  29. 11 Nov, 2008 1 commit
    • Max Kellermann's avatar
      pcm_volume: added constant PCM_VOLUME_1 · edcd45df
      Max Kellermann authored
      It may be desirable to change the range of integer volume levels
      (e.g. to 1024, which may utilize shifts instead of expensive integer
      divisions).  Introduce the constant PCM_VOLUME_1 which describes the
      integer value for "100% volume".  This is currently 1000.
      edcd45df