1. 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
  2. 09 Nov, 2009 1 commit
  3. 07 Nov, 2009 4 commits
  4. 06 Nov, 2009 1 commit
  5. 26 Aug, 2009 1 commit
  6. 07 Jul, 2009 1 commit
  7. 06 Apr, 2009 1 commit
  8. 02 Apr, 2009 1 commit
  9. 01 Apr, 2009 2 commits
  10. 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
  11. 28 Feb, 2009 1 commit
  12. 17 Feb, 2009 2 commits
  13. 16 Feb, 2009 2 commits
  14. 15 Feb, 2009 5 commits
  15. 12 Feb, 2009 2 commits
    • Max Kellermann's avatar
      14923394
    • 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
  16. 11 Feb, 2009 1 commit
  17. 24 Jan, 2009 1 commit
  18. 15 Jan, 2009 1 commit
  19. 14 Jan, 2009 1 commit
  20. 08 Jan, 2009 1 commit
  21. 30 Dec, 2008 1 commit
  22. 28 Dec, 2008 1 commit
  23. 09 Dec, 2008 1 commit
  24. 10 Nov, 2008 1 commit
    • Max Kellermann's avatar
      flac: enable oggflac with libflac · 505959f7
      Max Kellermann authored
      The "oggflac" plugin was enabled only if HAVE_FLAC_COMMON was
      defined.  HAVE_FLAC_COMMON however is only an automake variable, and
      is never available in decoder_list.c.  Make decoder_list.c depend on
      HAVE_FLAC||HAVE_OGGFLAC instead.
      505959f7
  25. 04 Nov, 2008 3 commits
  26. 03 Nov, 2008 1 commit
  27. 02 Nov, 2008 1 commit