summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-03test: move ASSERT_NO_FAILURE macro to test.hU. Artie Eoff3-8/+4
2016-09-29Move the sharpening into the whole virtual VEBOX processpeng.chen4-38/+43
2016-09-29The {width, height} in VEBOX_SURFACE_STATE is in unit of pixelXiang, Haihao1-6/+16
2016-09-28Add CBR and VBR bitrate control flags for low power encode if possibleXiang, Haihao1-0/+11
2016-09-28Check whether there is a fully loaded HuC firmwareXiang, Haihao2-0/+13
2016-09-28test: add some jpeg encode testsU. Artie Eoff4-4/+895
2016-09-28test: add common test utilsU. Artie Eoff2-0/+50
2016-09-28test: add wrapper for SyncSurfaceU. Artie Eoff3-0/+15
2016-09-28test: add streamable operators for VA structs and otherU. Artie Eoff2-0/+362
2016-09-28test: add wrapper for CreateSurfaces2U. Artie Eoff2-7/+23
2016-09-28test: wrap jpeg decode tests and data in namespaceU. Artie Eoff3-60/+33
2016-09-28test: split jpeg test data into header and cppU. Artie Eoff3-734/+765
2016-09-26Use char *ptr instead of void *ptrXiang, Haihao2-2/+2
2016-09-26G2130 doesn't support MPEG2/H.264 encodingXiang, Haihao1-0/+1
2016-09-26Revert "HEVC10bit ENC: work around gpu hang when p010->nv12"Xiang, Haihao2-3/+0
2016-09-19Clear IECP state buffer when it is enabledpeng.chen2-13/+26
2016-09-19Update the dependency on VA-API versionXiang, Haihao1-1/+1
2016-09-19Wayland: try prime fd first in buffer sharing meachanismXiang, Haihao1-8/+24
2016-09-19Update wayland-drm.xmlXiang, Haihao2-40/+147
2016-09-19Merge branch 'v1.7-branch' into fdo--masterXiang, Haihao2-3/+31
2016-09-16Add support for VAConfigAttribEncRateControlExt attributeXiang, Haihao1-0/+15
2016-09-16Update CBR algo for H.264 per tempolar layerXiang, Haihao9-38/+60
2016-09-16Initialize internal related parameters per temporal layer for H.264 BRCXiang, Haihao1-28/+42
2016-09-16Use arrays to store BRC related parameters per temporal layerXiang, Haihao10-71/+71
2016-09-16Change the type of the 2nd parameter of intel_mfc_update_hrd()Xiang, Haihao5-11/+14
2016-09-16Save bitrate and framerate per temporal layerXiang, Haihao1-37/+54
2016-09-16Use arrays to store bitrate and framerateXiang, Haihao3-14/+14
2016-09-16Check temporal layer structureXiang, Haihao2-0/+80
2016-09-16Store buffers for VAEncMiscParameterTypeRateControl and VAEncMiscParameterTyp...Xiang, Haihao2-2/+36
2016-09-16Use a 2-dimensional array to store misc parametersXiang, Haihao8-35/+37
2016-09-16move QpPrimeY to another inner structure for H.264/VP8 BRCXiang, Haihao10-57/+61
2016-09-16Remove unused fields and code in H.264/VP8 BRCXiang, Haihao3-64/+6
2016-09-16Do not use the input parameters directly in H.264 BRCXiang, Haihao1-33/+19
2016-09-16Remove unnecessary code in H.264 BRCXiang, Haihao1-50/+2
2016-09-16Check bitrate control related parameters in sequence and misc parametersXiang, Haihao2-6/+190
2016-09-16Add some new internal variables for a new sequenceXiang, Haihao3-3/+14
2016-09-16Add an internal flag to indicate the start of a new sequenceXiang, Haihao2-1/+10
2016-09-16intel_mfc_brc_prepare() only works for H.264 or H.264 MVCXiang, Haihao1-1/+4
2016-09-13Fix: check the bo of reconstructed to ensure it is not NULLPengfei Qu1-0/+6
2016-09-09Code cleanup for vme/mfc initializing on SKLXiang, Haihao5-39/+46
2016-09-08test: skip jpeg fourcc decode test if unsupported by hwU. Artie Eoff1-0/+9
2016-09-08test: add getFullTestName to i965 test fixtureU. Artie Eoff2-0/+12
2016-09-08test: add jpeg entrypoint testU. Artie Eoff1-5/+32
2016-09-08test: add more convenience macros and wrap VAStatusU. Artie Eoff1-2/+107
2016-09-08move HAS_* macros to headerU. Artie Eoff2-72/+72
2016-09-08libva-intel-driver 1.7.2Xiang, Haihao2-3/+3
2016-09-08HEVC10bit ENC: work around gpu hang when p010->nv12Pengfei Qu2-0/+3
2016-09-08HEVC10bit ENC:enable hevc 10bit encoding pipelinePengfei Qu4-10/+30
2016-09-08HEVC10bit ENC:enable hevc 10bit on VME and PAKPengfei Qu3-66/+205
2016-09-08HEVC10bit ENC: add private surface for p010 conversion to nv12Pengfei Qu2-0/+12