1. 02 Dec, 2009 1 commit
  2. 25 Nov, 2009 1 commit
  3. 19 Nov, 2009 9 commits
  4. 18 Nov, 2009 1 commit
  5. 17 Nov, 2009 3 commits
  6. 15 Nov, 2009 4 commits
  7. 14 Nov, 2009 16 commits
  8. 13 Nov, 2009 4 commits
  9. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      player_thread: initialize chunk->times in silence generator · 76283c25
      Max Kellermann authored
      When waiting for the decoder to provide more data, the player thread
      generates silence chunks if needed.  However, it forgot to initialize
      the chunk.times attribute, which had now an undefined value.  This
      patch sets it to -1.0, meaning "value is undefined".  Add a ">= 0.0"
      check to audio_output_all_check().  This fixes spurious relative
      seeking errors, because sometimes, the "elapsed" value falls back to
      0.0.
      76283c25