1. 06 Dec, 2010 5 commits
  2. 27 Oct, 2010 2 commits
  3. 26 Sep, 2010 1 commit
  4. 25 Sep, 2010 3 commits
  5. 21 Sep, 2010 1 commit
  6. 15 Sep, 2010 3 commits
  7. 26 Jul, 2010 6 commits
  8. 21 Jul, 2010 1 commit
  9. 14 Jul, 2010 1 commit
  10. 13 Jul, 2010 4 commits
  11. 12 Jul, 2010 11 commits
  12. 08 Jul, 2010 1 commit
  13. 07 Jul, 2010 1 commit
    • Xiang, Haihao's avatar
      i965_drv_video: [H.264] fix slice_data_bit_offset · 849d20db
      Xiang, Haihao authored
      VASliceParameterBufferH264.slice_data_bit_offset will point into the part
      of slice header if there are some escaped bytes in the slice header. The offset
      to slice data is needed for BSD unit so that BSD unit can fetch right slice data
      for processing. This fixes conformance case BASQP1_Sony_C.jsv
      
      The method to get the total number of bytes in the slice header is provided by Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
      849d20db