1. 19 Apr, 2016 7 commits
  2. 15 Apr, 2016 11 commits
  3. 12 Apr, 2016 5 commits
  4. 11 Apr, 2016 1 commit
  5. 07 Apr, 2016 4 commits
  6. 06 Apr, 2016 4 commits
  7. 04 Apr, 2016 6 commits
  8. 03 Apr, 2016 1 commit
  9. 02 Apr, 2016 1 commit
    • Mark Thompson's avatar
      vaapi_h264: Fix bit offset of slice data. · b3051a46
      Mark Thompson authored
      Commit ca2f19b9 modified the meaning of
      H264SliceContext.gb: it is now initialised at the start of the NAL unit
      header, rather than at the start of the slice header.  The VAAPI slice
      decoder uses the offset after parsing to determine the offset of the
      slice data in the bitstream, so with the changed meaning we no longer
      need to add the extra byte to account for the NAL unit header because
      it is now included directly.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      b3051a46