1. 29 Jan, 2011 1 commit
  2. 17 Feb, 2010 1 commit
    • Max Kellermann's avatar
      replay_gain: reimplement as a filter plugin · 752dfb3d
      Max Kellermann authored
      Apply the replay gain in the output thread.  This means a new setting
      will be active instantly, without going through the whole music pipe.
      And we might have different replay gain settings for each audio output
      device.
      752dfb3d
  3. 01 Jan, 2010 1 commit
  4. 25 Dec, 2009 1 commit
  5. 14 Dec, 2009 2 commits
  6. 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
  7. 06 Jul, 2009 1 commit
  8. 02 Jul, 2009 2 commits
    • Max Kellermann's avatar
      filter: added "volume" plugin · e3c436f4
      Max Kellermann authored
      The "volume" filter plugin will replace the current software volume
      code.  One "volume" filter may be attached to each output device.
      This will allow the user to use hardware mixers for some devices, and
      software mixers for other devices at the same time.
      
      Currently, neither the filter API nor the "volume" plugin is
      integrated into MPD.
      e3c436f4
    • Max Kellermann's avatar
      filter: added new plugin API for filters · 48f3e13b
      Max Kellermann authored
      The filter API allows us to implement software volume as a pluggable
      filter, and we will be able to integrate libraries like SoX.
      48f3e13b
  9. 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
  10. 02 Mar, 2009 1 commit
  11. 04 Feb, 2009 1 commit
  12. 07 Jan, 2009 2 commits
  13. 03 Jan, 2009 1 commit
  14. 30 Dec, 2008 2 commits
  15. 27 Dec, 2008 2 commits
  16. 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
  17. 08 Oct, 2008 1 commit
  18. 09 Sep, 2008 2 commits
  19. 08 Sep, 2008 1 commit
  20. 07 Sep, 2008 3 commits
  21. 29 Aug, 2008 2 commits
  22. 26 Aug, 2008 1 commit
  23. 12 Apr, 2008 3 commits
  24. 05 Feb, 2008 1 commit
  25. 26 Jan, 2008 1 commit
  26. 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
  27. 13 Jun, 2007 1 commit
  28. 12 Jun, 2007 1 commit
  29. 10 Jun, 2007 1 commit