zhangyichix

Results 4 issues of zhangyichix

The ConvertMFXParamsToUMC is called by VideoDECODEXXXX::init. It will convert user's params to UMC params and use it to init m_decoder. But it makes clip_info same as disp_clip_info. ``` umcVideoParams->clip_info.height =...

Some av1 videos may contain reserved units. We should ignore it instead of returning an error. Reference source: https://aomediacodec.github.io/av1-spec/av1-spec.pdf Section 6.2.2: Reserved units are for future use and shall be...

Some av1 videos may contain reserved units. We should ignore it instead of returning an error. Reference source: https://aomediacodec.github.io/av1-spec/av1-spec.pdf Section 6.2.2: Reserved units are for future use and shall be...

Currently only supports bit format read from bitstream, But in some scenarios, users want to configure the bit output format by themselves.