1. 02 Aug, 2012 1 commit
  2. 21 Mar, 2012 1 commit
  3. 10 Oct, 2011 2 commits
  4. 29 Jan, 2011 1 commit
  5. 23 Aug, 2010 1 commit
    • Johan Kiviniemi's avatar
      ReplayGain filter: allow gain > 100 % · ed5d2973
      Johan Kiviniemi authored
      The ReplayGain filter clamped the gain to max. 100 % even if the
      algorithm determined the signal needed a boost. That would result in any
      such tracks being played with too low volume, effectively defeating the
      purpose of the filter.
      ed5d2973
  6. 06 Jun, 2010 1 commit
  7. 30 May, 2010 1 commit
  8. 18 May, 2010 1 commit
  9. 02 May, 2010 1 commit
  10. 25 Apr, 2010 1 commit
  11. 17 Feb, 2010 3 commits
  12. 15 Feb, 2010 1 commit
  13. 01 Jan, 2010 1 commit
  14. 25 Dec, 2009 6 commits
  15. 14 Dec, 2009 6 commits
  16. 02 Dec, 2009 1 commit
  17. 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
  18. 23 Jul, 2009 1 commit
  19. 22 Jul, 2009 1 commit
  20. 19 Jul, 2009 1 commit
  21. 06 Jul, 2009 3 commits
  22. 05 Jul, 2009 1 commit
  23. 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