1. 25 Jun, 2015 1 commit
  2. 26 Jan, 2015 1 commit
  3. 27 Sep, 2014 1 commit
  4. 24 Aug, 2014 2 commits
  5. 11 Dec, 2013 3 commits
  6. 01 Dec, 2013 1 commit
  7. 07 Nov, 2013 2 commits
  8. 30 Oct, 2013 1 commit
  9. 12 Sep, 2013 1 commit
  10. 07 Aug, 2013 1 commit
  11. 16 Apr, 2013 2 commits
  12. 27 Feb, 2013 1 commit
  13. 03 Sep, 2012 1 commit
  14. 14 Aug, 2012 1 commit
  15. 27 Jun, 2012 1 commit
  16. 20 Sep, 2011 1 commit
  17. 29 Mar, 2011 1 commit
  18. 23 Feb, 2011 1 commit
  19. 09 Feb, 2011 1 commit
  20. 25 Apr, 2010 1 commit
  21. 13 Apr, 2010 1 commit
  22. 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
  23. 05 Nov, 2009 1 commit
  24. 26 Oct, 2009 1 commit
  25. 21 Oct, 2009 1 commit
  26. 17 Oct, 2009 1 commit
  27. 28 Jul, 2009 1 commit
  28. 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
  29. 26 Jun, 2009 1 commit
  30. 28 Apr, 2009 2 commits
  31. 25 Apr, 2009 1 commit
  32. 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
  33. 26 Feb, 2009 1 commit
  34. 19 Jan, 2009 1 commit