1. 14 Mar, 2009 4 commits
  2. 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
  3. 12 Mar, 2009 10 commits
  4. 11 Mar, 2009 6 commits
  5. 10 Mar, 2009 17 commits
  6. 09 Mar, 2009 2 commits
    • Max Kellermann's avatar
      output: play from a music_pipe object · 3291666b
      Max Kellermann authored
      Instead of passing individual buffers to audio_output_all_play(), pass
      music_chunk objects.  Append all those chunks asynchronously to a
      music_pipe instance.  All output threads may then read chunks from
      this pipe.  This reduces MPD's internal latency by an order of
      magnitude.
      3291666b
    • Max Kellermann's avatar
      player_thread: don't open audio device when paused · ab3d7c29
      Max Kellermann authored
      When a PAUSE command is received while the decoder starts, don't open
      the audio device when the decoder becomes ready.  It's pointless,
      because MPD will close if after that.
      ab3d7c29