Age | Commit message (Expand) | Author | Files | Lines |
2014-04-23 | Add the csc conversion from YV16 to NV12 | Zhao Yakui | 2 | -2/+29 |
2014-04-23 | Add the support of derive image from YV16 surface | Zhao Yakui | 1 | -0/+10 |
2014-04-23 | Export the surface attribute based on YV16 for VPP on Gen7+ | Zhao Yakui | 1 | -0/+12 |
2014-04-23 | Add the support of create surface based on YV16 format | Zhao Yakui | 1 | -1/+25 |
2014-04-23 | Add the seperated file for Video post-processing on BDW | Zhao Yakui | 4 | -1280/+1501 |
2014-04-23 | Use the XXX_post_processing as callback function for post-processing | Zhao Yakui | 2 | -8/+22 |
2014-04-23 | Add the seperated file for rendering on BDW | Zhao Yakui | 4 | -1454/+1840 |
2014-04-23 | Use the XXX_render_put_surface/put_subpicture as callback function for rendering | Zhao Yakui | 2 | -20/+27 |
2014-04-23 | Define i965_DestroySurfaces in header file explicitly to avoid multiple decla... | Zhao Yakui | 9 | -36/+4 |
2014-04-23 | BDW: Follow the spec to add the MEDIA_STATE_FLUSH before MEDIA_INTERFACE_LOAD | Zhao Yakui | 2 | -2/+9 |
2014-04-23 | bdw: Follow the spec to update the PIPE_CONTROL command | Zhao Yakui | 1 | -0/+1 |
2014-04-23 | bdw: Fix the FENCE message in GPU shader for H264 encoding | Zhao Yakui | 2 | -3/+3 |
2014-03-25 | 1.3.1.pre1 for development | Xiang, Haihao | 1 | -2/+2 |
2014-03-24 | Intel driver 1.3.01.3.0 | Xiang, Haihao | 2 | -4/+4 |
2014-03-24 | Fix the broken package made by 'make dist' | Xiang, Haihao | 2 | -2/+10 |
2014-03-18 | Fix broken make dist | Xiang, Haihao | 1 | -1/+1 |
2014-03-18 | Bump version to 1.3.0.pre1 | Xiang, Haihao | 1 | -4/+4 |
2014-03-18 | Update NEWS | Xiang, Haihao | 1 | -1/+8 |
2014-03-03 | configure.ac: update the dependency on intel-gen4asm | Xiang, Haihao | 1 | -1/+1 |
2014-02-27 | intel-vaapi: Add more checks for H264 decoding parameter to filter the unsupp... | Zhao Yakui | 1 | -1/+10 |
2014-02-27 | Remove the redundant if () from gen8_pp_upload_constants | Xiang, Haihao | 1 | -3/+1 |
2014-02-27 | Warning fixes | Xiang, Haihao | 1 | -0/+7 |
2014-02-27 | Don't use assert() in case getting wrong parameters from user | Xiang, Haihao | 1 | -5/+11 |
2014-02-27 | Fix the wrong setting in MI_BATCH_BATCH_START command on Snb/Ivy/Haswell | Zhao Yakui | 5 | -7/+7 |
2014-02-27 | Use the right parameters to initialize bit rate context | Xiang, Haihao | 1 | -2/+2 |
2014-02-27 | Don't advertise CBR for MPEG-2 encoding | Xiang, Haihao | 3 | -1/+14 |
2014-02-27 | Fix vp8 partition offset set error | Zhao, Halley | 1 | -1/+2 |
2014-02-27 | Fix vp8 p frame decode error issue. | Zhong Li | 2 | -0/+57 |
2014-02-27 | vp8 dec: fix when bool_coder_ctx.count is 0 | Zhao, Halley | 1 | -3/+14 |
2014-02-27 | vp8 dec: follows va_dec_vp8.h update | Zhao, Halley | 1 | -3/+4 |
2014-02-27 | Remove the unnecessary sorting to simplify the DPB buffer management | Zhao Yakui | 1 | -41/+11 |
2014-02-27 | Complain the warning instead of assert fault when slice picture is not found ... | Zhao Yakui | 1 | -3/+9 |
2014-02-27 | VPP: Correct return value of vpp gpe functions | Li Xiaowei | 1 | -8/+23 |
2014-02-27 | Remove the whitespace following trailing backslash in a Makefile.am | Xiang, Haihao | 1 | -2/+2 |
2014-02-27 | VPP: Enable sharpening feature on BDW | Li Xiaowei | 4 | -31/+2501 |
2014-02-27 | VPP: Refine code for sharpening on Haswell | Li Xiaowei | 3 | -95/+96 |
2014-02-27 | VEBOX/bdw: set downsample method | Xiang, Haihao | 1 | -2/+2 |
2014-02-27 | VEBOX/bdw: DW0-DW8 are used for dndi parameters in VEBOX_DNDI_STATE | Xiang, Haihao | 1 | -1/+6 |
2014-02-27 | Add one environment variable to check the benchmark of decoding/vaPutsurface | Zhao Yakui | 1 | -1/+2 |
2014-02-27 | Render/BDW: Align each offset with 64 bytes | Xiang, Haihao | 1 | -21/+26 |
2014-02-27 | Render/BDW: Initialize the blend_state for rendering | Xiang, Haihao | 1 | -2/+2 |
2014-02-27 | Render/HSW: Fix the bug caused by merging code | Xiang, Haihao | 1 | -3/+1 |
2014-02-27 | Update the MFX_AVC_IMAGE_STATE to follow the spec | Zhao Yakui | 6 | -8/+8 |
2014-02-27 | Fix the incorrect MV upper bound setting of MFC_IND_OBJ_BASE_ADDRESS_STAE for... | Zhao Yakui | 1 | -1/+3 |
2014-02-27 | Fix the wrong VPP initialization function for Dn/DI on Ivybridge | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Add the VPP shader of conversion between YUY2 and YUY2 on BDW | Zhao Yakui | 4 | -0/+298 |
2014-02-27 | Use the pp_null_initialize function for the unsupported VPP on BDW | Zhao Yakui | 1 | -2/+2 |
2014-02-27 | Fix the error for the VPP conversion of NV12->NV12 on BDW | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Use the correct sub-context for VPP on BDW to avoid the NULL pointer | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Add the support of querying the surface attributes on BDW | Zhao Yakui | 1 | -0/+110 |