1. 03 Nov, 2009 10 commits
  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 1 commit
    • Max Kellermann's avatar
      output_thread: return bool from ao_play() · cec019ef
      Max Kellermann authored
      Return false when there was no chunk in the pipe.  If the function
      returns true, then audio_output_task() will not wait for a notify from
      the player thread.  This fixes a race condition.
      cec019ef