1. 02 Nov, 2016 13 commits
  2. 01 Nov, 2016 3 commits
  3. 31 Oct, 2016 1 commit
    • Mark Thompson's avatar
      openssl: Allow newer TLS versions than TLSv1 · 218ed725
      Mark Thompson authored
      The use of TLSv1_*_method() disallows newer protocol versions; instead
      use SSLv23_*_method() and then explicitly disable the deprecated
      protocol versions which should not be supported.
      218ed725
  4. 30 Oct, 2016 3 commits
  5. 29 Oct, 2016 1 commit
  6. 28 Oct, 2016 6 commits
  7. 27 Oct, 2016 8 commits
  8. 25 Oct, 2016 3 commits
  9. 24 Oct, 2016 2 commits
    • Mark Thompson's avatar
      vaapi_decode: Remove vestigial unmap code · 0aec37e6
      Mark Thompson authored
      The buffer map/unmap code was in an early version of this before it
      was committed, but the unmap was never removed.  While wrong, this
      was harmless (and therefore unnoticed) because the buffers can't be
      mapped at this point - all drivers just did nothing with the call.
      0aec37e6
    • Mark Thompson's avatar
      vaapi_decode: Clear parameter buffers to fix picture reuse · 5e879b54
      Mark Thompson authored
      When decoding interlaced pictures, the structure is reused to render
      to the same surface twice.  The parameter buffers were not being
      cleared, which caused the i965 driver to error out.
      5e879b54