1. 30 Oct, 2013 3 commits
  2. 28 Oct, 2013 1 commit
  3. 26 Oct, 2013 4 commits
  4. 02 Oct, 2013 1 commit
  5. 05 Sep, 2013 1 commit
  6. 04 Aug, 2013 1 commit
  7. 03 Aug, 2013 1 commit
  8. 30 Jul, 2013 1 commit
  9. 07 Jan, 2013 1 commit
  10. 04 Jan, 2013 2 commits
  11. 20 Oct, 2011 1 commit
  12. 29 Jan, 2011 1 commit
  13. 18 May, 2010 1 commit
  14. 08 May, 2010 1 commit
  15. 02 May, 2010 1 commit
  16. 22 Mar, 2010 1 commit
  17. 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
  18. 01 Jan, 2010 1 commit
  19. 15 Nov, 2009 1 commit
  20. 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
  21. 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
  22. 12 Mar, 2009 2 commits
  23. 03 Mar, 2009 1 commit
  24. 10 Feb, 2009 1 commit
    • Max Kellermann's avatar
      crossfade: don't use isCurrentAudioFormat() · 2a388c2a
      Max Kellermann authored
      The crossfading code shouldn't depend on the audio output code.  Pass
      the current audio format to cross_fade_calc() and let it compare
      directly, instead of using isCurrentAudioFormat().
      2a388c2a
  25. 07 Jan, 2009 1 commit
  26. 02 Nov, 2008 4 commits
  27. 10 Oct, 2008 1 commit
  28. 08 Oct, 2008 1 commit
  29. 29 Sep, 2008 1 commit
    • Max Kellermann's avatar
      pcm_utils: pass only one buffer size to pcm_mix() · c85b570a
      Max Kellermann authored
      pcm_mix() might overflow the destination buffer if it is smaller than
      the second buffer.  This is ok because the physical buffer size passed
      by cross_fade_apply() is always big enough, but clutters pcm_mix()
      with complicated length checks and contains a dangerous buffer
      overflow pitfall.  Simplify pcm_mix()/pcm_add() and pass only the
      smaller buffer size; let cross_fade_apply() do the memcpy().
      c85b570a
  30. 07 Sep, 2008 1 commit