1. 17 Jun, 2019 1 commit
  2. 31 Oct, 2018 1 commit
  3. 22 Sep, 2018 1 commit
  4. 20 Aug, 2018 1 commit
  5. 08 May, 2017 1 commit
  6. 03 Jan, 2017 1 commit
  7. 26 Feb, 2016 1 commit
  8. 15 Aug, 2015 1 commit
  9. 01 Jan, 2015 1 commit
  10. 29 Aug, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 30 Oct, 2013 2 commits
  13. 28 Oct, 2013 1 commit
  14. 26 Oct, 2013 2 commits
  15. 03 Aug, 2013 1 commit
  16. 04 Jan, 2013 1 commit
  17. 29 Jan, 2011 1 commit
  18. 08 May, 2010 1 commit
  19. 02 May, 2010 1 commit
  20. 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
  21. 01 Jan, 2010 1 commit
  22. 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
  23. 01 Mar, 2009 1 commit
  24. 20 Feb, 2009 1 commit
  25. 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
  26. 02 Nov, 2008 2 commits
  27. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  28. 07 Sep, 2008 1 commit
  29. 26 Aug, 2008 2 commits
    • 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
    • Max Kellermann's avatar
      clean up CPP includes · b6909da7
      Max Kellermann authored
      Include only headers which are really required.  This speeds up
      compilation and helps detect cross-layer accesses.
      b6909da7
  30. 02 Jun, 2008 1 commit
  31. 13 Apr, 2008 4 commits
  32. 12 Apr, 2008 2 commits