1. 06 Mar, 2012 1 commit
  2. 03 Jul, 2011 1 commit
  3. 29 Jan, 2011 1 commit
  4. 20 May, 2010 1 commit
  5. 25 Apr, 2010 1 commit
  6. 17 Feb, 2010 2 commits
    • 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
    • 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
  7. 01 Jan, 2010 1 commit
  8. 14 Dec, 2009 1 commit
  9. 02 Dec, 2009 1 commit
  10. 14 Nov, 2009 1 commit
  11. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  12. 21 Oct, 2009 1 commit
  13. 24 Sep, 2009 1 commit
    • Max Kellermann's avatar
      conf: handle fatal errors with GError · 06d5d4b0
      Max Kellermann authored
      Don't call g_error(), which will abort the process and dump core.
      
      This patch does not affect all the config_get_X() functions.  These
      need some more refactoring.
      06d5d4b0
  14. 19 Jul, 2009 1 commit
    • David Woodhouse's avatar
      Add audio_format_init() function · 37754559
      David Woodhouse authored
      It makes no difference right now, but we're about to add an endianness
      flag and will want to make sure it's correctly initialised every time.
      37754559
  15. 05 Jul, 2009 2 commits
  16. 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
  17. 10 Mar, 2009 1 commit