1. 03 Nov, 2009 1 commit
    • Jeffrey Middleton's avatar
      alsa_plugin.c: workaround snd_pcm_drain bug · 4dc25d39
      Jeffrey Middleton authored
      Reintroduce a fix from commit 52a06531 (Warren Dukes): "don't call
      snd_pcm_drain unless we're already in the RUNNING state". This prevents
      ALSA with dmix from sometimes hanging when snd_pcm_drain is called, e.g.
      when moving from one song to the next (as in mantis issue 2634).
      4dc25d39
  2. 02 Nov, 2009 8 commits
  3. 01 Nov, 2009 13 commits
  4. 31 Oct, 2009 7 commits
  5. 30 Oct, 2009 1 commit
    • Max Kellermann's avatar
      {player,output}_thread: fixed elapsed_time quirks · 73cff374
      Max Kellermann authored
      Right after seeking and song change, the elapsed_time shows old
      information, because the output thread didn't finish a full chunk
      yet.  This patch re-adds a second elapsed_time variable, and keeps
      track of a fallback value, in case the output thread can't provide a
      reliable value.
      73cff374
  6. 29 Oct, 2009 9 commits
  7. 28 Oct, 2009 1 commit