1. 01 Nov, 2014 2 commits
    • Rémi Denis-Courmont's avatar
      vout: remove unnecessary lock around the picture FIFO · 98f3a7b3
      Rémi Denis-Courmont authored
      The picture FIFO has a lock internally to protect its internal state
      while picture references protect the pictures.
      
      There is no need to protect the FIFO usage with the picture lock.
      At this point, the picture lock is only protected the decoder pool.
      98f3a7b3
    • Rémi Denis-Courmont's avatar
      vout_ReleasePicture: do not wake up the video output thread · 72f131d9
      Rémi Denis-Courmont authored
      The video output thread never allocates pictures from the decoder
      thread. It uses the reserve private pool and, when if not rendering
      directly, the display pool. Thus it has nothing particular to do when
      a decoder pool picture is released.
      
      (vout_PutPicture() wakes the thread up to kick rendering.)
      72f131d9
  2. 31 Oct, 2014 4 commits
  3. 30 Oct, 2014 11 commits
  4. 29 Oct, 2014 16 commits
  5. 28 Oct, 2014 7 commits