summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-13vpp: expose BGRA surface formats on Ivybridge and Haswell.submit/tizen_ivi/20141201.111111submit/tizen/20141126.102545accepted/tizen/ivi/20141201.122140accepted/tizen/common/20141126.163030sandbox/pcoval/latestGwenole Beauchesne1-0/+12
2014-11-13Revert "add LockBuffer support for VAImage/VASurface"Philippe Coval1-76/+0
2014-11-13add LockBuffer support for VAImage/VASurfaceZhao, Halley1-0/+76
2014-10-08change the attribute of hw_codec_info so that it can be updated dynamicallyZhao Yakui1-1/+1
2014-10-08Add one callback function for hw_codec_info to initialize hw_codec_infoZhao Yakui1-0/+3
2014-09-09initial export_refcount for obj_bufferZhao, Halley1-0/+1
2014-09-09Add support for new VA buffer export APIs.Gwenole Beauchesne1-0/+129
2014-09-09Remove gen7 only limitation for encoding configurationZhong Li1-1/+3
2014-09-09Add multi quality levels encoding support for GEN7Zhong Li1-0/+9
2014-06-16Encoding: Use the different delimeter to pass packed_rawdata and slice_header...Zhao, Yakui1-24/+95
2014-06-16Fix the segfault while encoding multiple slice per frame.Sreerenj Balachandran1-0/+7
2014-06-16Fix the GetConfigAttributes() for H264SteroHighProfileSreerenj Balachandran1-0/+1
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