1. 22 Feb, 2009 3 commits
  2. 19 Feb, 2009 1 commit
  3. 17 Feb, 2009 3 commits
  4. 16 Feb, 2009 2 commits
  5. 15 Feb, 2009 1 commit
  6. 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
  7. 11 Feb, 2009 3 commits
  8. 10 Feb, 2009 3 commits
  9. 04 Feb, 2009 4 commits
  10. 29 Jan, 2009 1 commit
    • Max Kellermann's avatar
      added support for the MMS protocol · caa4d28f
      Max Kellermann authored
      This patch implements the MMS protocol, by using libmms.  It is quite
      experimental: it does not support seeking yet, and it is currently
      using synchronous I/O, which causes MPD to hang while waiting for the
      server.
      caa4d28f
  11. 24 Jan, 2009 1 commit
  12. 23 Jan, 2009 3 commits
  13. 22 Jan, 2009 1 commit
  14. 19 Jan, 2009 2 commits
  15. 18 Jan, 2009 1 commit
    • Max Kellermann's avatar
      removed playerData.c · a3f03f3c
      Max Kellermann authored
      Fetch the configuration variables buffered_chunks and
      buffered_before_play just when they are needed.
      a3f03f3c
  16. 12 Jan, 2009 1 commit
  17. 11 Jan, 2009 1 commit
  18. 10 Jan, 2009 1 commit
    • Viliam Mateicka's avatar
      Introducing mixer api · 11c29ccc
      Viliam Mateicka authored
      This patch tryes to introduce pluggable mixer (struct mixer_plugin) along with some basic infrastructure (mixer_* functions). Instance of mixer (struct mixer) is used in
      alsa and oss output plugin
      11c29ccc
  19. 07 Jan, 2009 6 commits