1. 03 Jul, 2016 3 commits
  2. 02 Jul, 2016 8 commits
  3. 29 Jun, 2016 12 commits
  4. 28 Jun, 2016 13 commits
  5. 27 Jun, 2016 3 commits
  6. 26 Jun, 2016 1 commit
    • Mark Thompson's avatar
      vaapi_encode: Maintain a pool of bitstream output buffers · 8a62d2c2
      Mark Thompson authored
      Previously we would allocate a new one for every frame.  This instead
      maintains an AVBufferPool of them to use as-needed.
      
      Also makes the maximum size of an output buffer adapt to the frame
      size - the fixed upper bound was a bit too easy to hit when encoding
      large pictures at high quality.
      8a62d2c2