1. 09 Jul, 2009 2 commits
  2. 07 Jul, 2009 3 commits
  3. 06 Jul, 2009 21 commits
  4. 05 Jul, 2009 10 commits
  5. 03 Jul, 2009 1 commit
  6. 02 Jul, 2009 3 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
    • Max Kellermann's avatar
      conf: added config_quark() · a923080d
      Max Kellermann authored
      This GQuark will be used for GErrors related to malformed
      configuration.
      a923080d