Xu Guangxin

Results 6 issues of Xu Guangxin

add bitrate calculation to yami-utils

enhancement

when yamitranscode cannot determine the output codec and the input is a yuv (I420 or NV12) it will apparently hang when in reality is just copying the input YUV to...

bug
P3

It introduces overhead, https://github.com/01org/libyami/blob/apache/encoder/vaapiencoder_h264.cpp#L2003. Send it when params changed will save cpu.

bug
P3

This will help us get pure encoder performance.

enhancement

https://github.com/intel/media-delivery/blob/master/doc/benchmarks/intel-data-center-gpu-flex-series/intel-data-center-gpu-flex-series.rst#fixed-function-encode-vdenc see https://github.com/intel/media-driver/blob/master/docs/media_features.md#hardware-encoding-low-power-encodingvdenchuc for hevc 8 bits. Instead of maintaining a local copy of capability. could we point to driver capability? thank you