1. 21 Jan, 2015 1 commit
  2. 01 Jan, 2015 1 commit
  3. 04 Dec, 2014 1 commit
  4. 29 Aug, 2014 1 commit
  5. 07 Feb, 2014 1 commit
  6. 23 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
  8. 21 Oct, 2013 2 commits
  9. 15 Oct, 2013 1 commit
  10. 02 Oct, 2013 1 commit
  11. 27 Sep, 2013 1 commit
  12. 05 Sep, 2013 1 commit
  13. 04 Sep, 2013 1 commit
  14. 04 Aug, 2013 2 commits
  15. 03 Aug, 2013 1 commit
  16. 29 Jul, 2013 1 commit
  17. 28 Jul, 2013 2 commits
  18. 14 Aug, 2012 7 commits
  19. 11 Feb, 2012 1 commit
  20. 27 Aug, 2011 1 commit
  21. 29 Jan, 2011 1 commit
  22. 04 Jan, 2010 2 commits
  23. 01 Jan, 2010 1 commit
  24. 26 Dec, 2009 1 commit
  25. 02 Dec, 2009 1 commit
  26. 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
  27. 25 Apr, 2009 1 commit
  28. 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
  29. 15 Feb, 2009 1 commit
  30. 12 Feb, 2009 1 commit
    • Max Kellermann's avatar
      fluidsynth: new decoder plugin for MIDI files · e56a90f3
      Max Kellermann authored
      There are a few problems left in this plugin:
      
      - fluidsynth decodes in real time, while MPD prefers to buffer as
        quickly as possible; as a workaround, this plugin uses a timer
        object to synchronize with real-time playback
      
      - I don't know yet how fluidsynth tells me when the song has ended
      
      - the "soundfont" configuration setting is not yet documented, and it
        will likely change soon (in favor of a per-decoder configuration
        block)
      e56a90f3