summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-16H264_Encoding: Add the support of packed slice header to be flexibleZhao, Yakui1-3/+29
2014-06-16H264_encoding: Reset the last_packed_header_type to avoid the unpaired packed...Zhao, Yakui1-1/+6
2014-06-16H264_encoding: Add the support of inserting the packed raw data passed from userZhao, Yakui1-7/+55
2014-06-16H264_Encoding: Prepare some data structures for adding packed raw dataZhao, Yakui1-0/+43
2014-06-16decoder: MVC chroma formatsGwenole Beauchesne1-0/+6
2014-06-16decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne1-8/+30
2014-06-16MVC: CODEC_H264_MVC defination and relatived properties checkLi Xiaowei1-3/+37
2014-06-06New structure i965_fourcc_infoXiang, Haihao1-73/+121
2014-06-02decoder: h264: optimize support for grayscale surfaces.Gwenole Beauchesne1-0/+13
2014-06-02config: fix supported set of chroma formats for JPEG decode.Gwenole Beauchesne1-0/+5
2014-06-02config: fix vaCreateConfig() to not override user chroma format.Gwenole Beauchesne1-24/+66
2014-06-02config: fix vaGetConfigAttributes() to validate profile/entrypoint.Gwenole Beauchesne1-67/+78
2014-06-02surface: factor out release of surface buffer storage.Gwenole Beauchesne1-3/+11
2014-06-02surface: fix geometry (size, layout) of grayscale surfaces.Gwenole Beauchesne1-4/+5
2014-05-26Limit the minimum pitch for linear surfaceXiang, Haihao1-6/+8
2014-05-26Simplify some macrosXiang, Haihao1-19/+19
2014-05-26Dump chipset information in the vendor stringXiang, Haihao1-1/+12
2014-05-26Move all of PCIIDs and codec info into separated filesXiang, Haihao1-159/+5
2014-05-26i965_DeriveImage() support JPEG color formatsZhong Li1-0/+6
2014-05-05Fix over assigned callback "QueryConfigEntrypoints".qing.zhang1-1/+0
2014-04-25VPP: Enable Skin Tone Detection and Enhancement feature in the driver.Sirisha Muppavarapu1-2/+7
2014-04-23Fix bound checkingXiang, Haihao1-1/+1
2014-04-23V3: Add 422H support.Alex wu1-0/+13
2014-04-23Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_videoZhao Yakui1-198/+198
2014-04-23Fix for check i965_check_alloc_surface_bo retZhao, Halley1-3/+2
2014-04-23clean up some assert in i965_drv_video.cZhao, Halley1-196/+179
2014-04-23va: User specified tiling and stride support.Zhao, Halley1-4/+78
2014-04-23Add the support of derive image from YV16 surfaceZhao Yakui1-0/+10
2014-04-23Export the surface attribute based on YV16 for VPP on Gen7+Zhao Yakui1-0/+12
2014-04-23Add the support of create surface based on YV16 formatZhao Yakui1-1/+25
2014-02-27Don't advertise CBR for MPEG-2 encodingXiang, Haihao1-1/+5
2014-02-27Add the support of querying the surface attributes on BDWZhao Yakui1-0/+110
2014-02-27Add the ring supported for bdw vpp filtersZhong Li1-4/+4
2014-02-27VPP: add vebox motion compensation support on BDWZhong Li1-0/+1
2014-02-27VPP: add VPP Filters for BDWXiang, Haihao1-0/+9
2014-02-27Remove unnecessary assertsZhong Li1-2/+0
2014-02-27Create the image with aligned width/height on BDWZhao Yakui1-22/+30
2014-02-27Add support for VAProbabilityBufferTypeXiang, Haihao1-1/+8
2014-02-27Advertise VP8 decoding on Gen8Xiang, Haihao1-0/+1
2014-02-27Surface fourcc format on Gen8Xiang, Haihao1-3/+7
2014-02-27Configuration for VP8 decoding/encodingXiang, Haihao1-0/+32
2014-02-27Add the separated media encoding/decoding files for BDWZhao Yakui1-2/+2
2014-02-27Add the initial support for GEN8Zhao Yakui1-3/+24
2013-12-03H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao1-8/+8
2013-12-03Enlarge the size of array misc_paramXiang, Haihao1-0/+4
2013-11-26SNB doesn't support MPEG-2 encodingXiang, Haihao1-1/+0
2013-11-13Correct the usage of width/height in struct object_surfaceXiang, Haihao1-11/+13
2013-11-13render: add support for brightness/contrast/hue/saturationXiang, Haihao1-1/+34
2013-11-13VPP: change the default values for Saturation and ContrastXiang, Haihao1-2/+2
2013-11-13Return the error instead of assert in vaEndPictureZhao Yakui1-10/+26