summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-13Add more strict check to fix crash issue caused by invalid parameterZhao Yakui1-4/+7
2013-11-13VPP: add vebox motion compensation support on HSWZhong Li1-3/+13
2013-09-23VPP: MADI on IVBXiang, Haihao1-0/+1
2013-09-09allow vaDeriveImage() to work for UYVY formatsGwenole Beauchesne1-4/+1
2013-09-09vpp: fix output filter count from QueryVideoProcFilters().Gwenole Beauchesne1-1/+4
2013-09-06A separate batch buffer for video processingXiang, Haihao1-0/+4
2013-09-06Rename the macrosXiang, Haihao1-2/+2
2013-09-06Release the private driver data when call vaTerminate()Xiang, Haihao1-0/+3
2013-09-06VPP: check the filter when query the video filter capabilitiesXiang, Haihao1-0/+11
2013-07-10Check the returned pointer from malloc() before using itXiang, Haihao1-0/+3
2013-07-01Add the dependency to the ring supported by the underlying OS for VPP filtersXiang, Haihao1-15/+47
2013-06-21VPP: Filter parameters are stored in system memoryXiang, Haihao1-1/+1
2013-06-21VEBOX: motion adaptive DI on HSWXiang, Haihao1-6/+13
2013-06-21Update the supported render target format and pixel formatXiang, Haihao1-125/+145
2013-06-21Update the implementation of vaQueryVideoProcFilterCaps()Xiang, Haihao1-47/+84
2013-06-21Update the implementation of vaQueryVideoProcFilters()Xiang, Haihao1-9/+32
2013-06-21VAProcFilterNone isn't a actual filterXiang, Haihao1-1/+0
2013-06-21Return supported external memory types in vaQuerySurfaceAttributes()Xiang, Haihao1-0/+9
2013-06-21Add support for vaQuerySurfaceAttributes()Xiang, Haihao1-0/+242
2013-06-21Add support for VA_SURFACE_ATTRIB_MEM_TYPE_KERNEL_DRM and VA_SURFACE_ATTRIB_M...Xiang, Haihao1-25/+275
2013-06-05remove VAProcFilterColorStandardXiang, Haihao1-1/+0
2013-05-20Support tiled surface for IMC1/IMC3Xiang, Haihao1-1/+3
2013-05-09Add the config attribute of EncMaxRefFramesZhao Yakui1-0/+6
2013-04-03Merge branch 'master' into stagingXiang, Haihao1-10/+4
2013-03-26Fix the obj_image error in i965_hw_putimageLi Xiaowei1-1/+1
2013-03-15Fix the size to malloc()Xiang, Haihao1-1/+1
2013-03-15Check the object for VA bufferXiang, Haihao1-3/+50
2013-03-15Check the object instance of VAConfigXiang, Haihao1-12/+36
2013-03-15Check the object instance instead of the id for subpicture and imageXiang, Haihao1-5/+29
2013-03-15VPP: check the backing store bufferXiang, Haihao1-4/+4
2013-03-15Return the status when running the pipelineXiang, Haihao1-3/+1
2013-03-15Silence a bunch of warningsXiang, Haihao1-8/+7
2013-03-15Release resource if failed to initialize display attributesXiang, Haihao1-14/+19
2013-03-15Fix the initilization path and the termination path in reverseXiang, Haihao1-140/+211
2013-01-17Enable MPEG2 encoding flag for gen7 codec infoLi Xiaowei1-0/+2
2013-01-03subpicture: don't overallocate palette on 64-bit systems.Gwenole Beauchesne1-1/+1
2013-01-03subpicture: fix creation of IA88/AI88 subpicture images.Gwenole Beauchesne1-0/+12
2013-01-03subpicture: expose "global-alpha" is supported.Gwenole Beauchesne1-6/+10