Fix MediaCodec H264 and H265 issues:

Merged Simon Morlat requested to merge fix/media_codec_issues into master
  • fix problem with "no input buffer" error some huawei devices.
  • Remove formats > 720P because they create decoding issues. This might related to the fact that 720P is the maximum for baseline profile. With high resolution, we go in a grey zone of the implementations.

Merge request reports