1. 30 Mar, 2009 4 commits
  2. 29 Mar, 2009 5 commits
  3. 28 Mar, 2009 8 commits
  4. 27 Mar, 2009 21 commits
  5. 26 Mar, 2009 2 commits
    • Max Kellermann's avatar
      pulse_mixer: adapted code style · 929c200c
      Max Kellermann authored
      Use the same code style as the rest of MPD.
      929c200c
    • Max Kellermann's avatar
      output_all: synchronize playback with player_control.notify · 207786ff
      Max Kellermann authored
      This patch fixes a longer delay when moving around songs in the
      playlist.  The main thread wants to enqueue a new "next" song into the
      player thread, but the player thread is waiting inside
      audio_output_all_wait() for the output threads.  Use
      player_control.notify there, so audio_output_all_wait() gets woken up
      by the main thread, too.
      207786ff