1. 02 Nov, 2009 1 commit
    • Max Kellermann's avatar
      output_thread: check command before g_cond_wait() · d1742a23
      Max Kellermann authored
      After CANCEL, call g_cond_wait() only if the new command is still
      NONE.  Problem is that ao_command_finished() has to unlock the
      audio_output object, and in the meantime, the player thread might have
      submitted a new command.
      d1742a23
  2. 01 Nov, 2009 13 commits
  3. 31 Oct, 2009 7 commits
  4. 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
  5. 29 Oct, 2009 9 commits
  6. 28 Oct, 2009 2 commits
  7. 27 Oct, 2009 2 commits
  8. 26 Oct, 2009 2 commits
  9. 24 Oct, 2009 2 commits
  10. 23 Oct, 2009 1 commit