1. 18 Jan, 2020 1 commit
  2. 25 Apr, 2019 1 commit
  3. 18 Mar, 2019 1 commit
  4. 12 Mar, 2019 1 commit
  5. 31 Oct, 2018 1 commit
  6. 20 Aug, 2018 1 commit
  7. 27 Dec, 2017 2 commits
  8. 08 May, 2017 1 commit
  9. 03 Jan, 2017 1 commit
  10. 03 Dec, 2016 1 commit
  11. 23 Nov, 2016 1 commit
  12. 26 Feb, 2016 1 commit
  13. 01 Jan, 2015 1 commit
  14. 24 Jan, 2014 1 commit
  15. 13 Jan, 2014 1 commit
  16. 28 Oct, 2013 1 commit
  17. 01 Feb, 2013 1 commit
  18. 29 Jan, 2011 1 commit
  19. 17 Feb, 2010 1 commit
    • Max Kellermann's avatar
      replay_gain: reimplement as a filter plugin · 752dfb3d
      Max Kellermann authored
      Apply the replay gain in the output thread.  This means a new setting
      will be active instantly, without going through the whole music pipe.
      And we might have different replay gain settings for each audio output
      device.
      752dfb3d
  20. 01 Jan, 2010 1 commit
  21. 14 Dec, 2009 2 commits
  22. 06 Jul, 2009 2 commits
  23. 02 Jul, 2009 2 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
  24. 14 Mar, 2009 3 commits
  25. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  26. 07 Mar, 2009 1 commit
    • David Guibert's avatar
      pulse mixer · 21bb10f4
      David Guibert authored
      This patch introduces the mixer for the pulse output.
      
      Technically speaking, the pulse index is needed to get or set
      the volume. You must define callback fonctions to get this index since
      the pulse output in mpd is done using the simpe api. The pulse simple api
      does not provide the index of the newly defined output.
      
      So callback fonctions are associated to the pulse context.
      The list of all the sink input is then retreived.
      Then we select the name of the mpd pulse output and control
      its volume by its associated index number.
      Signed-off-by: 's avatarPatrice Linel <patnathanael@gmail.com>
      Signed-off-by: 's avatarDavid Guibert <david.guibert@gmail.com>
      
      [mk: fixed whitespace errors and broke long lines; removed
      daemonization changes from main.c]
      21bb10f4
  27. 02 Mar, 2009 1 commit
  28. 16 Feb, 2009 2 commits
  29. 25 Jan, 2009 5 commits