1. 07 Aug, 2013 1 commit
  2. 16 Apr, 2013 2 commits
  3. 27 Feb, 2013 1 commit
  4. 03 Sep, 2012 1 commit
  5. 14 Aug, 2012 1 commit
  6. 27 Jun, 2012 1 commit
  7. 20 Sep, 2011 1 commit
  8. 29 Mar, 2011 1 commit
  9. 23 Feb, 2011 1 commit
  10. 09 Feb, 2011 1 commit
  11. 25 Apr, 2010 1 commit
  12. 13 Apr, 2010 1 commit
  13. 17 Feb, 2010 1 commit
    • Max Kellermann's avatar
      replay_gain: optionally use hardware mixer to apply replay gain · 96493e03
      Max Kellermann authored
      Add an option for each audio output which enables the use of the
      hardware mixer, instead of the software volume code.
      
      This is hardware specific, and assumes linear volume control.  This is
      not the case for hardware mixers which were tested, making this patch
      somewhat useless, but we will use it to experiment with the settings,
      to find a good solution.
      96493e03
  14. 05 Nov, 2009 1 commit
  15. 26 Oct, 2009 1 commit
  16. 21 Oct, 2009 1 commit
  17. 17 Oct, 2009 1 commit
  18. 28 Jul, 2009 1 commit
  19. 06 Jul, 2009 1 commit
    • Max Kellermann's avatar
      output: use the software mixer plugin · 0275690b
      Max Kellermann authored
      Do all the software volume stuff inside each output thread, not in the
      player thread.  This allows one software mixer per output device, and
      also allows the user to configure the mixer type (hardware or
      software) for each audio output.
      
      This moves the global "mixer_type" setting into the "audio_output"
      section, deprecating the "mixer_enabled" flag.
      0275690b
  20. 26 Jun, 2009 1 commit
  21. 28 Apr, 2009 2 commits
  22. 25 Apr, 2009 1 commit
  23. 14 Mar, 2009 1 commit
    • Max Kellermann's avatar
      pcm_resample: choose the fallback resampler at runtime · e12140cf
      Max Kellermann authored
      Even if libsamplerate support is enabled, compile the fallback
      resampler.  When the user specifies the option
      "samplerate_converter=internal", it is chosen in favor of
      libsamplerate.  This may help users with a weak FPU who don't want to
      compile a custom MPD from source, because the fallback resampler does
      not use floating point operations.
      e12140cf
  24. 26 Feb, 2009 1 commit
  25. 19 Jan, 2009 1 commit
  26. 18 Jan, 2009 2 commits
  27. 14 Jan, 2009 1 commit
    • Jérôme Quelin's avatar
      allow ~/.mpd/mpd.conf as alternate config file · ae5517b0
      Jérôme Quelin authored
      mpd uses some additional files to work, such as pid_file, state_file,
      db_file, etc. when running mpd as non-root user, it is often that those
      files end in ~/.mpd
      
      in that case, we end up with 2 entries in a user's home, .mpdconf and
      .mpd - which clutters homedirs.
      
      this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf,
      allowing for a cleaner homedir
      ae5517b0
  28. 01 Jan, 2009 1 commit
  29. 31 Dec, 2008 1 commit
  30. 28 Dec, 2008 2 commits
  31. 21 Dec, 2008 1 commit
  32. 20 Dec, 2008 1 commit
  33. 16 Dec, 2008 1 commit
  34. 08 Dec, 2008 1 commit
    • Avuton Olrich's avatar
      update: default to follow all symlinks · a25b8acd
      Avuton Olrich authored
      MPD 0.13 and older followed all symbolic links.  Although this can be
      a security problem (as it has always been), 0.14 should offer the same
      default behaviour as 0.13.
      a25b8acd
  35. 28 Nov, 2008 1 commit
    • Raphaël Rigo's avatar
      update: added options which control symlink behaviour · 5b089f85
      Raphaël Rigo authored
      The configuration options "follow_outside_symlinks" and
      "follow_inside_symlinks" let the user control whether MPD should
      follow symbolic links in the music directory.
      
      [mk: converted variables to "bool"; moved configuration to
      update_global_init()]
      5b089f85
  36. 15 Oct, 2008 1 commit