Age | Commit message (Expand) | Author | Files | Lines |
2013-05-28 | doc/vpp: link modules from the main page. | Gwenole Beauchesne | 1 | -0/+1 |
2013-05-28 | doc/encode: link modules from the main page. | Gwenole Beauchesne | 1 | -0/+17 |
2013-05-28 | doc: add placeholder for the Core API. | Gwenole Beauchesne | 1 | -0/+15 |
2013-05-28 | API: bump version to 0.34.0 (libva 1.2.0). | Gwenole Beauchesne | 1 | -0/+1 |
2013-05-28 | va: Remove VAProcFilterColorStandard | Xiang, Haihao | 1 | -19/+1 |
2013-05-28 | Renamed de-interlacing flags to be more general and added new flag VA_DEINTER... | Jonathan Bian | 1 | -5/+10 |
2013-05-28 | Added "flags" field to VAProcFilterParameterBufferDeinterlacing to indicate T... | Jonathan Bian | 1 | -0/+16 |
2013-05-28 | Add maximum type number define, and one addition VPP flag | Binglin Chen | 2 | -1/+9 |
2013-05-28 | VAProcPipelineParameterBufferType: start from 41 in case there are more encod... | Austin Yuan | 1 | -2/+2 |
2013-05-28 | API: vpp: remove extraneous flags member. | Gwenole Beauchesne | 1 | -2/+0 |
2013-05-28 | Fix sample code for VPP | Xiang, Haihao | 1 | -2/+2 |
2013-05-28 | vpp: fix comments for *Count enumerations. | Gwenole Beauchesne | 1 | -4/+4 |
2013-05-28 | vpp: allow input/output color primaries as requested. | Gwenole Beauchesne | 1 | -1/+38 |
2013-05-28 | vpp: move reference frames to pipeline parameter buffer. | Gwenole Beauchesne | 1 | -23/+39 |
2013-05-28 | vpp: note that application of subpictures is now optional. | Gwenole Beauchesne | 1 | -2/+3 |
2013-05-28 | vpp: add pipeline flags. | Gwenole Beauchesne | 1 | -0/+27 |
2013-05-28 | vpp: explain filter flags more. | Gwenole Beauchesne | 1 | -4/+10 |
2013-05-28 | vpp: add auto-saturation, auto-brightness, auto-contrast attributes. | Gwenole Beauchesne | 1 | -1/+19 |
2013-05-28 | vpp: clarify background color semantics and driver behaviour. | Gwenole Beauchesne | 1 | -4/+13 |
2013-05-28 | vpp: keep VAProcFilterParameterBuffer value type as float. | Gwenole Beauchesne | 1 | -1/+0 |
2013-05-28 | vpp: fix vaQueryVideoProcPipelineCaps() semantics. | Gwenole Beauchesne | 1 | -29/+53 |
2013-05-28 | vpp: mention that source surface also covers its associated subpictures. | Gwenole Beauchesne | 1 | -1/+6 |
2013-05-28 | vpp: improve documentation for VAProcPipelineParameterBuffer. | Gwenole Beauchesne | 1 | -1/+29 |
2013-05-28 | vpp: fix vaQueryVideoProcFilterCaps() prototype. | Gwenole Beauchesne | 1 | -1/+1 |
2013-05-28 | vpp: remove obsolete sample code. | Gwenole Beauchesne | 1 | -23/+0 |
2013-05-28 | vpp: fix VAProcPipelineParameterBuffer typedef. | Gwenole Beauchesne | 1 | -1/+1 |
2013-05-28 | vpp: add video processing hooks. | Gwenole Beauchesne | 4 | -1/+169 |
2013-05-28 | API: add video processing interfaces. | Gwenole Beauchesne | 3 | -1/+624 |
2013-05-28 | va: Remove user_data from MPEG-2 encoding APIs | Xiang, Haihao | 1 | -10/+0 |
2013-05-28 | API for MPEG-2 encoding | Xiang, Haihao | 2 | -0/+298 |
2013-05-28 | va: Add a flag to signal APP whether the driver support raw packed header | Xiang, Haihao | 1 | -2/+5 |
2013-05-28 | install va_enc_h264.h | Xiang, Haihao | 1 | -0/+1 |
2013-05-28 | Added baseline to the list of profiles for the documentation. | Jonathan Bian | 1 | -4/+7 |
2013-05-28 | Added aspect ratio related fields to VAEncSequenceParameterBufferH264 | Jonathan Bian | 1 | -0/+8 |
2013-05-28 | API: h264 encode: add more explicit packed header types for H.264. | Gwenole Beauchesne | 1 | -1/+36 |
2013-05-28 | API: h264 encode: move up num_macroblocks, next to macroblock_address. | Gwenole Beauchesne | 1 | -2/+2 |
2013-05-28 | API: h264 encode: remove dec_ref_pic_marking(). | Gwenole Beauchesne | 1 | -32/+0 |
2013-05-28 | API: h264 encode: remove ref_pic_list_modification(). | Gwenole Beauchesne | 1 | -22/+0 |
2013-05-28 | API: h264 encode: fix comment for RefPicList0/1. | Gwenole Beauchesne | 1 | -2/+2 |
2013-05-28 | API: h264 encode: add intra_idr_period to sequence parameter. | Gwenole Beauchesne | 1 | -0/+2 |
2013-05-28 | API: h264 encode: document DPB usage. | Gwenole Beauchesne | 1 | -3/+14 |
2013-05-28 | API: h264 encode: drop extraneous comment. | Gwenole Beauchesne | 1 | -1/+1 |
2013-05-28 | API: h264 encode: drop profile_idc. | Gwenole Beauchesne | 1 | -2/+0 |
2013-05-28 | Added new VAEncPackedHeaderRawData value to VAEncPackedHeaderType | Jonathan Bian | 1 | -0/+8 |
2013-05-28 | VAEncXXXH264Baseline: start to drop VAEncXXXXBaseline | Austin Yuan | 1 | -32/+0 |
2013-05-28 | VACodedBufferSegment: correct the description | Austin Yuan | 1 | -4/+1 |
2013-05-28 | VA_STATUS_ERROR_HW_BUSY: error code to indicate HW is busy | Austin Yuan | 1 | -0/+2 |
2013-05-28 | VAEncMiscParameterRateControl: add back some fields and refine the comments | Austin Yuan | 1 | -8/+27 |
2013-05-28 | VACodedBufferSegment: modify the semantics/description | Austin Yuan | 1 | -3/+14 |
2013-05-28 | Add VAEncMiscParameterHRD data structure to pass HRD parameters to driver | Xiang, Haihao | 1 | -0/+8 |