1. 06 Jul, 2009 17 commits
  2. 05 Jul, 2009 10 commits
  3. 03 Jul, 2009 1 commit
  4. 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
  5. 29 Jun, 2009 1 commit
  6. 26 Jun, 2009 1 commit
    • Christopher Zimmerman's avatar
      playlist_state: save state when stopped · a641f562
      Christopher Zimmerman authored
      At the moment mpd doesn't store or restore the current track to/from
      its state file when the daemon is stopped/started while in 'stopped'
      state.  I believe the preferred behaviour would be to store and
      restore the current track even when the daemon is in stopped state
      when shutting down.
      
      I made a small patch to adapt this behaviour. If you believe this is
      not the preferred behaviour, maybe this should be realized as a
      configuration option. I'm not sure how to do this, but made a small
      comment, where one would have to put the option.
      a641f562
  7. 25 Jun, 2009 7 commits