summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-28decoder: h264: optimize support for grayscale surfaces.{merged}/15.grayscaleGwenole Beauchesne8-9/+71
2014-05-28decoder: h264: factor out allocation of reconstructed surfaces.Gwenole Beauchesne6-45/+65
2014-05-28config: fix supported set of chroma formats for JPEG decode.Gwenole Beauchesne3-0/+18
2014-05-28config: fix vaCreateConfig() to not override user chroma format.Gwenole Beauchesne1-24/+66
2014-05-28config: fix vaGetConfigAttributes() to validate profile/entrypoint.Gwenole Beauchesne1-67/+78
2014-05-28surface: factor out release of surface buffer storage.Gwenole Beauchesne4-13/+16
2014-05-28surface: fix geometry (size, layout) of grayscale surfaces.Gwenole Beauchesne3-4/+11
2014-05-26mpeg2: check frame_pred_frame_dct instead of progressive_frameXiang, Haihao1-1/+1
2014-05-26Limit the minimum pitch for linear surfaceXiang, Haihao3-6/+22
2014-05-26Rename HAS_PP() to HAS_VPP()Xiang, Haihao2-14/+5
2014-05-26posst_processing_context_init()/finalize() callback functions for each platformXiang, Haihao5-26/+24
2014-05-26render_init()/render_terminate() callback functions for each platformXiang, Haihao5-86/+109
2014-05-26Simplify some macrosXiang, Haihao17-376/+119
2014-05-26Remove max_wm_threads from render_stateXiang, Haihao3-38/+5
2014-05-26Remove URB_SIZE()Xiang, Haihao7-15/+9
2014-05-26Dump chipset information in the vendor stringXiang, Haihao1-1/+12
2014-05-26Add a new intel_device_info structureXiang, Haihao3-0/+135
2014-05-26Move all of PCIIDs and codec info into separated filesXiang, Haihao5-160/+328
2014-05-26i965_DeriveImage() support JPEG color formatsZhong Li1-0/+6
2014-05-091.3.2.pre1 for developmentXiang, Haihao1-2/+2
2014-05-09Intel driver 1.3.1Xiang, Haihao2-3/+3
2014-05-05Update NEWSXiang, Haihao1-1/+9
2014-05-05Return error when trying to decoding an interlaced VC-1 videoXiang, Haihao1-1/+6
2014-05-05Make it buildable against libva 1.3.0Xiang, Haihao1-0/+6
2014-05-05Fix over assigned callback "QueryConfigEntrypoints".qing.zhang1-1/+0
2014-04-25VPP: Enable Skin tone detection and enhancement - Added STDE coefficients.Sirisha Muppavarapu1-34/+173
2014-04-25VPP: Enable Skin Tone Detection and Enhancement feature in the driver.Sirisha Muppavarapu3-6/+19
2014-04-24vp8: fix support for segmentation-enabled streams.Gwenole Beauchesne4-5/+59
2014-04-23VPP: Set the alpha channel when doing the conversion from NV12 to RGBA on Ivy...Zhao Yakui3-1/+3
2014-04-23Fix bound checkingXiang, Haihao1-1/+1
2014-04-23Rendering/BDW:Follow the hardware spec to update the 3DSTATE_URB_VS commandZhao Yakui1-1/+1
2014-04-23vp8: fix loop filter for bitexact reconstruction.Gwenole Beauchesne1-8/+8
2014-04-23BDW: Fix one error in shader binaray for media encodingZhao Yakui1-1/+1
2014-04-23V3: Add 422H support.Alex wu3-2/+15
2014-04-23Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui16-71/+71
2014-04-23VEBOX: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui1-42/+41
2014-04-23VPP: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui4-126/+126
2014-04-23Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_videoZhao Yakui4-198/+236
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, Halley3-197/+187
2014-04-23va: User specified tiling and stride support.Zhao, Halley3-4/+83
2014-04-23VPP: Fix the typo error of "VV16"Zhao Yakui2-5/+5
2014-04-23Add the csc conversion from YV16 to NV12Zhao Yakui2-2/+29
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-04-23Add the seperated file for Video post-processing on BDWZhao Yakui4-1280/+1501
2014-04-23Use the XXX_post_processing as callback function for post-processingZhao Yakui2-8/+22
2014-04-23Add the seperated file for rendering on BDWZhao Yakui4-1454/+1840
2014-04-23Use the XXX_render_put_surface/put_subpicture as callback function for renderingZhao Yakui2-20/+27