1. 24 Mar, 2015 9 commits
  2. 23 Mar, 2015 14 commits
  3. 22 Mar, 2015 16 commits
  4. 21 Mar, 2015 1 commit
    • Rémi Denis-Courmont's avatar
      decoder: reduce lock scope and cosmetic · 0902f0d6
      Rémi Denis-Courmont authored
      p_owner->b_paused can only be written by the owner, so the owner thread
      does not need to lock to read it. (However, locking is necessary to
      write it from the owner thread, or to read it from the decoder thread.)
      0902f0d6