1. 23 Apr, 2012 1 commit
  2. 13 Apr, 2012 2 commits
  3. 10 Jan, 2012 5 commits
    • Jean-Paul Saman's avatar
      Split check for if-clause · 8ae2becd
      Jean-Paul Saman authored
      The boolean operator || requires an evaluation of both expressions.
      If the expressions evaluates pointers, then care must be taken that
      both expressions have valid pointer. In this case it cannot be guaranteed,
      thus splitting the check is needed.
      8ae2becd
    • Jean-Paul Saman's avatar
      xvba_video_glx.c: split check for if-clause · 5930ef22
      Jean-Paul Saman authored
      The boolean operator || requires an evaluation of both expressions.
      If the expressions evaluates pointers, then care must be taken that
      both expressions have valid pointer. In this case it cannot be guaranteed,
      thus splitting the check is needed.
      5930ef22
    • Jean-Paul Saman's avatar
      object_heap.c: calculate the correct index into the heap. · 515c1a0d
      Jean-Paul Saman authored
      The location of an object in the heap was wrongly determined, by applying the HEAP_ID_MASK to the object id. Instead the heap->id_offset should have been substracted from the object id. The object id is created by using the i-th position plus heap->id_offset.
      515c1a0d
    • Jean-Paul Saman's avatar
      xvba_video_glx.c: split check in transfer_surface. · 4a3eac85
      Jean-Paul Saman authored
      The boolean operator || requires an evaluation of both expressions.
      If the expressions evaluates pointers, then care must be taken that
      both expressions have valid pointer. In this case it cannot be guaranteed,
      thus splitting the check is needed.
      4a3eac85
    • Jean-Paul Saman's avatar
      remember updated associations. · ae8e2fa8
      Jean-Paul Saman authored
      ae8e2fa8
  4. 23 Dec, 2011 3 commits
  5. 09 Dec, 2011 1 commit
  6. 08 Nov, 2011 3 commits
  7. 04 Nov, 2011 4 commits