1. 09 Jan, 2012 1 commit
  2. 23 Dec, 2011 1 commit
    • Jean-Paul Saman's avatar
      VAAPI: do not crash when vlc_va_Initialize fails. · d78c9308
      Jean-Paul Saman authored
      Upon failure of vlc_va_Initialize() the error path jumped to the label 'error',
      which would call sys->conn->unlock(). However the error path was taken before
      sys->conn->lock() was called and even worse sys->conn = NULL in this case. This
      would result into crash obviously. Therefor move the 'error' label one line down,
      so it only calls the cleanup routions and add a lable 'unlock' for the error paths
      that need to unlock first before cleaning up.
      d78c9308
  3. 09 Dec, 2011 3 commits
  4. 06 Dec, 2011 6 commits
  5. 02 Dec, 2011 3 commits
  6. 29 Nov, 2011 4 commits
  7. 24 Nov, 2011 2 commits
  8. 23 Nov, 2011 17 commits
  9. 22 Nov, 2011 3 commits