1. 20 Jul, 2010 1 commit
  2. 25 Jun, 2010 1 commit
  3. 30 May, 2010 1 commit
  4. 20 May, 2010 1 commit
  5. 08 May, 2010 1 commit
  6. 25 Apr, 2010 1 commit
  7. 21 Mar, 2010 1 commit
    • Tim Phipps's avatar
      Add support for MixRamp tags · e7a515c8
      Tim Phipps authored
      Adds mixrampdb and mixrampdelay commands.  Reads MIXRAP_START and
      MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
      e7a515c8
  8. 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
  9. 18 Jan, 2010 1 commit
  10. 16 Jan, 2010 2 commits
  11. 04 Jan, 2010 1 commit
  12. 01 Jan, 2010 2 commits
    • Max Kellermann's avatar
      input_stream: return allocated input_stream objects · d3b763a4
      Max Kellermann authored
      Major API redesign: don't let the caller allocate the input_stream
      object.  Let each input plugin allocate its own (derived/extended)
      input_stream pointer.  The "data" attribute can now be removed, and
      all input plugins simply cast the input_stream pointer to their own
      structure (with an "struct input_stream base" as the first attribute).
      d3b763a4
    • Avuton Olrich's avatar
      Update copyright notices. · 9d3865cb
      Avuton Olrich authored
      9d3865cb
  13. 31 Dec, 2009 2 commits
  14. 27 Dec, 2009 1 commit
  15. 26 Dec, 2009 1 commit
  16. 25 Dec, 2009 1 commit
  17. 15 Dec, 2009 3 commits
  18. 14 Dec, 2009 3 commits
  19. 02 Dec, 2009 2 commits
  20. 19 Nov, 2009 3 commits
  21. 14 Nov, 2009 1 commit
  22. 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
  23. 10 Nov, 2009 1 commit
  24. 01 Nov, 2009 1 commit
  25. 29 Oct, 2009 1 commit
  26. 23 Oct, 2009 1 commit
  27. 21 Oct, 2009 3 commits