1. 28 Feb, 2016 1 commit
    • Max Kellermann's avatar
      output/alsa: remove option "use_mmap" · 8ffcdb73
      Max Kellermann authored
      MPD does not really take advantage of memory-mapped I/O by generating
      data right into the ALSA buffer; using plain snd_pcm_mmap_writei() has
      no advantage compared to snd_pcm_writei().  Let's kill this
      non-feature.
      8ffcdb73
  2. 25 Jun, 2015 1 commit
  3. 26 Jan, 2015 1 commit
  4. 27 Sep, 2014 1 commit
  5. 24 Aug, 2014 2 commits
  6. 11 Dec, 2013 3 commits
  7. 01 Dec, 2013 1 commit
  8. 07 Nov, 2013 2 commits
  9. 30 Oct, 2013 1 commit
  10. 12 Sep, 2013 1 commit
  11. 07 Aug, 2013 1 commit
  12. 16 Apr, 2013 2 commits
  13. 27 Feb, 2013 1 commit
  14. 03 Sep, 2012 1 commit
  15. 14 Aug, 2012 1 commit
  16. 27 Jun, 2012 1 commit
  17. 20 Sep, 2011 1 commit
  18. 29 Mar, 2011 1 commit
  19. 23 Feb, 2011 1 commit
  20. 09 Feb, 2011 1 commit
  21. 25 Apr, 2010 1 commit
  22. 13 Apr, 2010 1 commit
  23. 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
  24. 05 Nov, 2009 1 commit
  25. 26 Oct, 2009 1 commit
  26. 21 Oct, 2009 1 commit
  27. 17 Oct, 2009 1 commit
  28. 28 Jul, 2009 1 commit
  29. 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
  30. 26 Jun, 2009 1 commit
  31. 28 Apr, 2009 2 commits
  32. 25 Apr, 2009 1 commit
  33. 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
  34. 26 Feb, 2009 1 commit