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