Age | Commit message (Expand) | Author | Files | Lines |
2016-10-03 | test: move ASSERT_NO_FAILURE macro to test.h | U. Artie Eoff | 3 | -8/+4 |
2016-09-29 | Move the sharpening into the whole virtual VEBOX process | peng.chen | 4 | -38/+43 |
2016-09-29 | The {width, height} in VEBOX_SURFACE_STATE is in unit of pixel | Xiang, Haihao | 1 | -6/+16 |
2016-09-28 | Add CBR and VBR bitrate control flags for low power encode if possible | Xiang, Haihao | 1 | -0/+11 |
2016-09-28 | Check whether there is a fully loaded HuC firmware | Xiang, Haihao | 2 | -0/+13 |
2016-09-28 | test: add some jpeg encode tests | U. Artie Eoff | 4 | -4/+895 |
2016-09-28 | test: add common test utils | U. Artie Eoff | 2 | -0/+50 |
2016-09-28 | test: add wrapper for SyncSurface | U. Artie Eoff | 3 | -0/+15 |
2016-09-28 | test: add streamable operators for VA structs and other | U. Artie Eoff | 2 | -0/+362 |
2016-09-28 | test: add wrapper for CreateSurfaces2 | U. Artie Eoff | 2 | -7/+23 |
2016-09-28 | test: wrap jpeg decode tests and data in namespace | U. Artie Eoff | 3 | -60/+33 |
2016-09-28 | test: split jpeg test data into header and cpp | U. Artie Eoff | 3 | -734/+765 |
2016-09-26 | Use char *ptr instead of void *ptr | Xiang, Haihao | 2 | -2/+2 |
2016-09-26 | G2130 doesn't support MPEG2/H.264 encoding | Xiang, Haihao | 1 | -0/+1 |
2016-09-26 | Revert "HEVC10bit ENC: work around gpu hang when p010->nv12" | Xiang, Haihao | 2 | -3/+0 |
2016-09-19 | Clear IECP state buffer when it is enabled | peng.chen | 2 | -13/+26 |
2016-09-19 | Update the dependency on VA-API version | Xiang, Haihao | 1 | -1/+1 |
2016-09-19 | Wayland: try prime fd first in buffer sharing meachanism | Xiang, Haihao | 1 | -8/+24 |
2016-09-19 | Update wayland-drm.xml | Xiang, Haihao | 2 | -40/+147 |
2016-09-19 | Merge branch 'v1.7-branch' into fdo--master | Xiang, Haihao | 2 | -3/+31 |
2016-09-16 | Add support for VAConfigAttribEncRateControlExt attribute | Xiang, Haihao | 1 | -0/+15 |
2016-09-16 | Update CBR algo for H.264 per tempolar layer | Xiang, Haihao | 9 | -38/+60 |
2016-09-16 | Initialize internal related parameters per temporal layer for H.264 BRC | Xiang, Haihao | 1 | -28/+42 |
2016-09-16 | Use arrays to store BRC related parameters per temporal layer | Xiang, Haihao | 10 | -71/+71 |
2016-09-16 | Change the type of the 2nd parameter of intel_mfc_update_hrd() | Xiang, Haihao | 5 | -11/+14 |
2016-09-16 | Save bitrate and framerate per temporal layer | Xiang, Haihao | 1 | -37/+54 |
2016-09-16 | Use arrays to store bitrate and framerate | Xiang, Haihao | 3 | -14/+14 |
2016-09-16 | Check temporal layer structure | Xiang, Haihao | 2 | -0/+80 |
2016-09-16 | Store buffers for VAEncMiscParameterTypeRateControl and VAEncMiscParameterTyp... | Xiang, Haihao | 2 | -2/+36 |
2016-09-16 | Use a 2-dimensional array to store misc parameters | Xiang, Haihao | 8 | -35/+37 |
2016-09-16 | move QpPrimeY to another inner structure for H.264/VP8 BRC | Xiang, Haihao | 10 | -57/+61 |
2016-09-16 | Remove unused fields and code in H.264/VP8 BRC | Xiang, Haihao | 3 | -64/+6 |
2016-09-16 | Do not use the input parameters directly in H.264 BRC | Xiang, Haihao | 1 | -33/+19 |
2016-09-16 | Remove unnecessary code in H.264 BRC | Xiang, Haihao | 1 | -50/+2 |
2016-09-16 | Check bitrate control related parameters in sequence and misc parameters | Xiang, Haihao | 2 | -6/+190 |
2016-09-16 | Add some new internal variables for a new sequence | Xiang, Haihao | 3 | -3/+14 |
2016-09-16 | Add an internal flag to indicate the start of a new sequence | Xiang, Haihao | 2 | -1/+10 |
2016-09-16 | intel_mfc_brc_prepare() only works for H.264 or H.264 MVC | Xiang, Haihao | 1 | -1/+4 |
2016-09-13 | Fix: check the bo of reconstructed to ensure it is not NULL | Pengfei Qu | 1 | -0/+6 |
2016-09-09 | Code cleanup for vme/mfc initializing on SKL | Xiang, Haihao | 5 | -39/+46 |
2016-09-08 | test: skip jpeg fourcc decode test if unsupported by hw | U. Artie Eoff | 1 | -0/+9 |
2016-09-08 | test: add getFullTestName to i965 test fixture | U. Artie Eoff | 2 | -0/+12 |
2016-09-08 | test: add jpeg entrypoint test | U. Artie Eoff | 1 | -5/+32 |
2016-09-08 | test: add more convenience macros and wrap VAStatus | U. Artie Eoff | 1 | -2/+107 |
2016-09-08 | move HAS_* macros to header | U. Artie Eoff | 2 | -72/+72 |
2016-09-08 | libva-intel-driver 1.7.2 | Xiang, Haihao | 2 | -3/+3 |
2016-09-08 | HEVC10bit ENC: work around gpu hang when p010->nv12 | Pengfei Qu | 2 | -0/+3 |
2016-09-08 | HEVC10bit ENC:enable hevc 10bit encoding pipeline | Pengfei Qu | 4 | -10/+30 |
2016-09-08 | HEVC10bit ENC:enable hevc 10bit on VME and PAK | Pengfei Qu | 3 | -66/+205 |
2016-09-08 | HEVC10bit ENC: add private surface for p010 conversion to nv12 | Pengfei Qu | 2 | -0/+12 |