summaryrefslogtreecommitdiff
path: root/src/i965_media_h264.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-16decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne1-19/+11
Add new avc_find_picture() helper function to search for a VAPictureH264 struct based on the supplied VA surface id. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> (cherry picked from commit 3f4f9fc2893af24b7e88f44b6350a5a74d49f0c2)
2014-05-26Simplify some macrosXiang, Haihao1-2/+2
Now it can directly use the information in intel_device_info instead of checking the pci id. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit f1b3f83953cd5f6e39900d98b4858a7cb825dee0) Conflicts: src/gen8_post_processing.c src/i965_post_processing.c src/intel_driver.h
2014-05-26Remove URB_SIZE()Xiang, Haihao1-1/+1
Instead directly use the value stored in intel_device_info Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit a0fe5a6262f9ff1398a512c83d193556bbd0eae9)
2013-03-15Decoder: directly use surface object for decodingXiang, Haihao1-4/+3
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2013-03-15Decoder: check whether the surface for decoding output is validXiang, Haihao1-3/+1
In addition, uses the corresponding surface object directly. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2011-08-25New project build rules and files.Gwenole Beauchesne1-1/+0
2011-08-22Moved files around.Gwenole Beauchesne1-0/+913