Age | Commit message (Expand) | Author | Files | Lines |
2014-10-08 | change the attribute of hw_codec_info so that it can be updated dynamically | Zhao Yakui | 1 | -1/+1 |
2014-10-08 | Add one callback function for hw_codec_info to initialize hw_codec_info | Zhao Yakui | 1 | -0/+1 |
2014-09-09 | Add support for new VA buffer export APIs. | Gwenole Beauchesne | 1 | -0/+4 |
2014-09-09 | Add multi quality levels encoding support for GEN7 | Zhong Li | 1 | -0/+5 |
2014-06-16 | Encoding: Use the different delimeter to pass packed_rawdata and slice_header... | Zhao, Yakui | 1 | -1/+9 |
2014-06-16 | Encoding: Update the comment for the data structure about the packed rawdata/... | Zhao, Yakui | 1 | -2/+6 |
2014-06-16 | H264_Encoding: Add the support of packed slice header to be flexible | Zhao, Yakui | 1 | -0/+3 |
2014-06-16 | H264_Encoding: Prepare some data structures for adding packed raw data | Zhao, Yakui | 1 | -0/+20 |
2014-06-16 | surface: drop SURFACE_DISPLAYED flag. | Gwenole Beauchesne | 1 | -4/+0 |
2014-06-16 | decoder: h264: expose the set of supported MVC profiles. | Gwenole Beauchesne | 1 | -1/+1 |
2014-06-16 | MVC: CODEC_H264_MVC defination and relatived properties check | Li Xiaowei | 1 | -0/+3 |
2014-06-16 | Define i965_CreateSurfaces in header file explicitly to avoid multiple declar... | Zhao Yakui | 1 | -0/+7 |
2014-06-02 | decoder: h264: optimize support for grayscale surfaces. | Gwenole Beauchesne | 1 | -0/+9 |
2014-06-02 | config: fix supported set of chroma formats for JPEG decode. | Gwenole Beauchesne | 1 | -0/+2 |
2014-06-02 | surface: factor out release of surface buffer storage. | Gwenole Beauchesne | 1 | -0/+3 |
2014-05-26 | Limit the minimum pitch for linear surface | Xiang, Haihao | 1 | -0/+2 |
2014-05-26 | posst_processing_context_init()/finalize() callback functions for each platform | Xiang, Haihao | 1 | -0/+1 |
2014-05-26 | render_init()/render_terminate() callback functions for each platform | Xiang, Haihao | 1 | -0/+2 |
2014-05-26 | Move all of PCIIDs and codec info into separated files | Xiang, Haihao | 1 | -1/+1 |
2014-04-23 | Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_video | Zhao Yakui | 1 | -0/+1 |
2014-04-23 | clean up some assert in i965_drv_video.c | Zhao, Halley | 1 | -1/+1 |
2014-04-23 | va: User specified tiling and stride support. | Zhao, Halley | 1 | -0/+4 |
2014-04-23 | Define i965_DestroySurfaces in header file explicitly to avoid multiple decla... | Zhao Yakui | 1 | -0/+4 |
2014-02-27 | Follow the spec to make BDW encoding media pipeline command support 48-bit ad... | Zhao Yakui | 1 | -0/+1 |
2014-02-27 | Add support for VAProbabilityBufferType | Xiang, Haihao | 1 | -0/+1 |
2014-02-27 | Configuration for VP8 decoding/encoding | Xiang, Haihao | 1 | -1/+3 |
2013-12-30 | Render: Adjust the default value for contrast/saturation | Xiang, Haihao | 1 | -2/+2 |
2013-12-03 | Enlarge the size of array misc_param | Xiang, Haihao | 1 | -1/+1 |
2013-11-13 | Correct the usage of width/height in struct object_surface | Xiang, Haihao | 1 | -4/+4 |
2013-11-13 | render: add support for brightness/contrast/hue/saturation | Xiang, Haihao | 1 | -0/+9 |
2013-09-06 | A separate batch buffer for video processing | Xiang, Haihao | 1 | -0/+1 |
2013-09-06 | Rename the macros | Xiang, Haihao | 1 | -2/+2 |
2013-07-01 | Add the dependency to the ring supported by the underlying OS for VPP filters | Xiang, Haihao | 1 | -1/+12 |
2013-06-21 | VEBOX: motion adaptive DI on HSW | Xiang, Haihao | 1 | -1/+3 |
2013-06-21 | Update the implementation of vaQueryVideoProcFilters() | Xiang, Haihao | 1 | -0/+3 |
2013-06-21 | Add support for vaQuerySurfaceAttributes() | Xiang, Haihao | 1 | -0/+1 |
2013-06-21 | Add support for VA_SURFACE_ATTRIB_MEM_TYPE_KERNEL_DRM and VA_SURFACE_ATTRIB_M... | Xiang, Haihao | 1 | -0/+4 |
2013-04-03 | Merge branch 'master' into staging | Xiang, Haihao | 1 | -2/+0 |
2013-03-15 | Check the object instance of VAConfig | Xiang, Haihao | 1 | -1/+1 |
2013-03-15 | Check the object instance instead of the id for subpicture and image | Xiang, Haihao | 1 | -0/+2 |
2013-03-15 | VPP: check the backing store buffer | Xiang, Haihao | 1 | -1/+1 |
2013-03-15 | Decoder: Verify picture parameter before set up pipeline for decoding | Xiang, Haihao | 1 | -0/+1 |
2013-03-15 | Decoder: check whether the surface for decoding output is valid | Xiang, Haihao | 1 | -0/+2 |
2013-03-15 | Encoder: directly use the objects for the reference pictures | Xiang, Haihao | 1 | -0/+1 |
2013-03-15 | Encoder: directly use the objects for the reconstructed picture and coded buffer | Xiang, Haihao | 1 | -0/+2 |
2013-03-15 | Encoder: directly use the surface object of the input surface | Xiang, Haihao | 1 | -0/+1 |
2013-03-15 | Return the status when running the pipeline | Xiang, Haihao | 1 | -4/+4 |
2012-12-14 | Internal flag for the coded buffer | Xiang, Haihao | 1 | -2/+24 |
2012-12-14 | rename I965_CODEDBUFFER_SIZE | Xiang, Haihao | 1 | -1/+1 |
2012-12-14 | Setup MFC pipeline for MPEG-2 encoding on Haswell | Xiang, Haihao | 1 | -0/+1 |