1. 18 May, 2010 1 commit
  2. 08 May, 2010 1 commit
  3. 02 May, 2010 1 commit
  4. 22 Mar, 2010 1 commit
  5. 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
  6. 01 Jan, 2010 1 commit
  7. 15 Nov, 2009 1 commit
  8. 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
  9. 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
  10. 12 Mar, 2009 2 commits
  11. 03 Mar, 2009 1 commit
  12. 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
  13. 07 Jan, 2009 1 commit
  14. 02 Nov, 2008 4 commits
  15. 10 Oct, 2008 1 commit
  16. 08 Oct, 2008 1 commit
  17. 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
  18. 07 Sep, 2008 1 commit
  19. 26 Aug, 2008 1 commit
    • Max Kellermann's avatar
      moved code to crossfade.c · 6104e969
      Max Kellermann authored
      decode.c should be a lot smaller; start by moving all code which
      handles cross-fading to crossfade.c.  Also includes camelCase
      conversion.
      6104e969