Age | Commit message (Expand) | Author | Files | Lines |
2014-02-27 | Advertise VP8 decoding on Gen8 | Xiang, Haihao | 1 | -0/+1 |
2014-02-27 | Surface fourcc format on Gen8 | Xiang, Haihao | 1 | -3/+7 |
2014-02-27 | Configuration for VP8 decoding/encoding | Xiang, Haihao | 1 | -0/+32 |
2014-02-27 | Add the separated media encoding/decoding files for BDW | Zhao Yakui | 1 | -2/+2 |
2014-02-27 | Add the initial support for GEN8 | Zhao Yakui | 1 | -3/+24 |
2013-12-03 | H.264: Support Constrained Baseline profile instead of Baseline profile | Xiang, Haihao | 1 | -8/+8 |
2013-12-03 | Enlarge the size of array misc_param | Xiang, Haihao | 1 | -0/+4 |
2013-11-26 | SNB doesn't support MPEG-2 encoding | Xiang, Haihao | 1 | -1/+0 |
2013-11-13 | Correct the usage of width/height in struct object_surface | Xiang, Haihao | 1 | -11/+13 |
2013-11-13 | render: add support for brightness/contrast/hue/saturation | Xiang, Haihao | 1 | -1/+34 |
2013-11-13 | VPP: change the default values for Saturation and Contrast | Xiang, Haihao | 1 | -2/+2 |
2013-11-13 | Return the error instead of assert in vaEndPicture | Zhao Yakui | 1 | -10/+26 |
2013-11-13 | Add more strict check to fix crash issue caused by invalid parameter | Zhao Yakui | 1 | -4/+7 |
2013-11-13 | VPP: add vebox motion compensation support on HSW | Zhong Li | 1 | -3/+13 |
2013-09-23 | VPP: MADI on IVB | Xiang, Haihao | 1 | -0/+1 |
2013-09-09 | allow vaDeriveImage() to work for UYVY formats | Gwenole Beauchesne | 1 | -4/+1 |
2013-09-09 | vpp: fix output filter count from QueryVideoProcFilters(). | Gwenole Beauchesne | 1 | -1/+4 |
2013-09-06 | A separate batch buffer for video processing | Xiang, Haihao | 1 | -0/+4 |
2013-09-06 | Rename the macros | Xiang, Haihao | 1 | -2/+2 |
2013-09-06 | Release the private driver data when call vaTerminate() | Xiang, Haihao | 1 | -0/+3 |
2013-09-06 | VPP: check the filter when query the video filter capabilities | Xiang, Haihao | 1 | -0/+11 |
2013-07-10 | Check the returned pointer from malloc() before using it | Xiang, Haihao | 1 | -0/+3 |
2013-07-01 | Add the dependency to the ring supported by the underlying OS for VPP filters | Xiang, Haihao | 1 | -15/+47 |
2013-06-21 | VPP: Filter parameters are stored in system memory | Xiang, Haihao | 1 | -1/+1 |
2013-06-21 | VEBOX: motion adaptive DI on HSW | Xiang, Haihao | 1 | -6/+13 |
2013-06-21 | Update the supported render target format and pixel format | Xiang, Haihao | 1 | -125/+145 |
2013-06-21 | Update the implementation of vaQueryVideoProcFilterCaps() | Xiang, Haihao | 1 | -47/+84 |
2013-06-21 | Update the implementation of vaQueryVideoProcFilters() | Xiang, Haihao | 1 | -9/+32 |
2013-06-21 | VAProcFilterNone isn't a actual filter | Xiang, Haihao | 1 | -1/+0 |
2013-06-21 | Return supported external memory types in vaQuerySurfaceAttributes() | Xiang, Haihao | 1 | -0/+9 |
2013-06-21 | Add support for vaQuerySurfaceAttributes() | Xiang, Haihao | 1 | -0/+242 |
2013-06-21 | Add support for VA_SURFACE_ATTRIB_MEM_TYPE_KERNEL_DRM and VA_SURFACE_ATTRIB_M... | Xiang, Haihao | 1 | -25/+275 |
2013-06-05 | remove VAProcFilterColorStandard | Xiang, Haihao | 1 | -1/+0 |
2013-05-20 | Support tiled surface for IMC1/IMC3 | Xiang, Haihao | 1 | -1/+3 |
2013-05-09 | Add the config attribute of EncMaxRefFrames | Zhao Yakui | 1 | -0/+6 |
2013-04-03 | Merge branch 'master' into staging | Xiang, Haihao | 1 | -10/+4 |
2013-03-26 | Fix the obj_image error in i965_hw_putimage | Li Xiaowei | 1 | -1/+1 |
2013-03-15 | Fix the size to malloc() | Xiang, Haihao | 1 | -1/+1 |
2013-03-15 | Check the object for VA buffer | Xiang, Haihao | 1 | -3/+50 |
2013-03-15 | Check the object instance of VAConfig | Xiang, Haihao | 1 | -12/+36 |
2013-03-15 | Check the object instance instead of the id for subpicture and image | Xiang, Haihao | 1 | -5/+29 |
2013-03-15 | VPP: check the backing store buffer | Xiang, Haihao | 1 | -4/+4 |
2013-03-15 | Return the status when running the pipeline | Xiang, Haihao | 1 | -3/+1 |
2013-03-15 | Silence a bunch of warnings | Xiang, Haihao | 1 | -8/+7 |
2013-03-15 | Release resource if failed to initialize display attributes | Xiang, Haihao | 1 | -14/+19 |
2013-03-15 | Fix the initilization path and the termination path in reverse | Xiang, Haihao | 1 | -140/+211 |
2013-01-17 | Enable MPEG2 encoding flag for gen7 codec info | Li Xiaowei | 1 | -0/+2 |
2013-01-03 | subpicture: don't overallocate palette on 64-bit systems. | Gwenole Beauchesne | 1 | -1/+1 |
2013-01-03 | subpicture: fix creation of IA88/AI88 subpicture images. | Gwenole Beauchesne | 1 | -0/+12 |
2013-01-03 | subpicture: expose "global-alpha" is supported. | Gwenole Beauchesne | 1 | -6/+10 |