Age | Commit message (Expand) | Author | Files | Lines |
2014-06-05 | decoder: h264: don't allocate bottom DMV buffer on Broadwell. | Gwenole Beauchesne | 1 | -12/+2 |
2014-06-05 | decoder: h264: only allocate tiled surfaces for Sandybridge an newer. | Gwenole Beauchesne | 1 | -2/+4 |
2014-06-02 | decoder: h264: optimize support for grayscale surfaces. | Gwenole Beauchesne | 8 | -9/+71 |
2014-06-02 | decoder: h264: factor out allocation of reconstructed surfaces. | Gwenole Beauchesne | 6 | -45/+65 |
2014-06-02 | config: fix supported set of chroma formats for JPEG decode. | Gwenole Beauchesne | 3 | -0/+18 |
2014-06-02 | config: fix vaCreateConfig() to not override user chroma format. | Gwenole Beauchesne | 1 | -24/+66 |
2014-06-02 | config: fix vaGetConfigAttributes() to validate profile/entrypoint. | Gwenole Beauchesne | 1 | -67/+78 |
2014-06-02 | surface: factor out release of surface buffer storage. | Gwenole Beauchesne | 4 | -13/+16 |
2014-06-02 | surface: fix geometry (size, layout) of grayscale surfaces. | Gwenole Beauchesne | 3 | -4/+11 |
2014-05-26 | mpeg2: check frame_pred_frame_dct instead of progressive_frame | Xiang, Haihao | 1 | -1/+1 |
2014-05-26 | Limit the minimum pitch for linear surface | Xiang, Haihao | 3 | -6/+22 |
2014-05-26 | Rename HAS_PP() to HAS_VPP() | Xiang, Haihao | 2 | -14/+5 |
2014-05-26 | posst_processing_context_init()/finalize() callback functions for each platform | Xiang, Haihao | 5 | -26/+24 |
2014-05-26 | render_init()/render_terminate() callback functions for each platform | Xiang, Haihao | 5 | -86/+109 |
2014-05-26 | Simplify some macros | Xiang, Haihao | 17 | -376/+119 |
2014-05-26 | Remove max_wm_threads from render_state | Xiang, Haihao | 3 | -38/+5 |
2014-05-26 | Remove URB_SIZE() | Xiang, Haihao | 7 | -15/+9 |
2014-05-26 | Dump chipset information in the vendor string | Xiang, Haihao | 1 | -1/+12 |
2014-05-26 | Add a new intel_device_info structure | Xiang, Haihao | 3 | -0/+135 |
2014-05-26 | Move all of PCIIDs and codec info into separated files | Xiang, Haihao | 5 | -160/+328 |
2014-05-26 | i965_DeriveImage() support JPEG color formats | Zhong Li | 1 | -0/+6 |
2014-05-05 | Return error when trying to decoding an interlaced VC-1 video | Xiang, Haihao | 1 | -1/+6 |
2014-05-05 | Make it buildable against libva 1.3.0 | Xiang, Haihao | 1 | -0/+6 |
2014-05-05 | Fix over assigned callback "QueryConfigEntrypoints". | qing.zhang | 1 | -1/+0 |
2014-04-25 | VPP: Enable Skin tone detection and enhancement - Added STDE coefficients. | Sirisha Muppavarapu | 1 | -34/+173 |
2014-04-25 | VPP: Enable Skin Tone Detection and Enhancement feature in the driver. | Sirisha Muppavarapu | 3 | -6/+19 |
2014-04-24 | vp8: fix support for segmentation-enabled streams. | Gwenole Beauchesne | 4 | -5/+59 |
2014-04-23 | VPP: Set the alpha channel when doing the conversion from NV12 to RGBA on Ivy... | Zhao Yakui | 3 | -1/+3 |
2014-04-23 | Fix bound checking | Xiang, Haihao | 1 | -1/+1 |
2014-04-23 | Rendering/BDW:Follow the hardware spec to update the 3DSTATE_URB_VS command | Zhao Yakui | 1 | -1/+1 |
2014-04-23 | vp8: fix loop filter for bitexact reconstruction. | Gwenole Beauchesne | 1 | -8/+8 |
2014-04-23 | BDW: Fix one error in shader binaray for media encoding | Zhao Yakui | 1 | -1/+1 |
2014-04-23 | V3: Add 422H support. | Alex wu | 3 | -2/+15 |
2014-04-23 | Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 16 | -71/+71 |
2014-04-23 | VEBOX: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 1 | -42/+41 |
2014-04-23 | VPP: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 4 | -126/+126 |
2014-04-23 | Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_video | Zhao Yakui | 4 | -198/+236 |
2014-04-23 | Fix for check i965_check_alloc_surface_bo ret | Zhao, Halley | 1 | -3/+2 |
2014-04-23 | clean up some assert in i965_drv_video.c | Zhao, Halley | 3 | -197/+187 |
2014-04-23 | va: User specified tiling and stride support. | Zhao, Halley | 3 | -4/+83 |
2014-04-23 | VPP: Fix the typo error of "VV16" | Zhao Yakui | 2 | -5/+5 |
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 |