U. Artie Eoff

Results 8 issues of U. Artie Eoff

The yami encoder tries to call vaCreateConfig for profile=VAProfileJPEGBaseline and entrypoint=VAEntrypointEncPicture with a VAConfigAttribRateControl=VA_RC_CQP config attribute. VAConfigAttribRateControl is an unsupported config attribute for JPEG encode. Recently, the intel-vaapi-driver (https://github.com/01org/intel-vaapi-driver/commit/336d8913aa30c2e56493187b5cc28626b978d2cc) enforces...

bug
P1

The `VaapiEncoderJpegTest/SimpleDataTest.Encode/*` (in encoder/vaapiencoder_jpeg_unittest.cpp) test cases use 10x10 input data. Recently, 01org/intel-vaapi-driver#330 added minimum resolution constraint of 16x16 for JPEG encode. Now these tests are failing on i965 driver. Update...

@xuguangxin has requested the following be added to libyami: "It's better have runtime check in VA's profile. If VA do not supports VAProfileVP9Version0, we need return NULL for decoder creation.Fail...

The [va/va.h documentation for I010](https://github.com/intel/libva/blob/82122961145d4be616400cc99485867adfddd971/va/va.h#L3996-L4001) format says the layout is 3-plane ***Y, V, U***. But, afaict, I010 is just the 10bit version of I420... which means the 3-plane layout should...

Depends on: https://github.com/intel-media-ci/gst-checksumsink/pull/7 Signed-off-by: U. Artie Eoff

In gst-vaapi vaapipostproc element, skin-tone-enhancement-level is exposed as a feature in it's properties. We should implement tests for this. It does not appear other middleware plugins implement this feature. Thus,...

Implement testing support for QVBR and ICQ BRC methods for AVC/HEVC encode. gst-vaapi and gst-msdk support these options. Need to check ffmpeg, too.

### Which component impacted? Encode ### Is it regression? Good in old configuration? No, this issue exist a long time ### What happened? VPL and MSDK documentation states Min/Max QPI/P/B...

HEVC
Encode