Skip to content

Fix H265 random decoding errors when the H265 stream is generated from an Android device.

Simon Morlat requested to merge fix/h265-glitches into release/5.0

It seems that the removal of start code emulation prevention bytes is not required for MediaCodec, and moreover if done, it creates random decoding errors at the other end (even if the other end is not a MediaCodec implementation). H26x stream to nalus and nalus to stream refactoring to remove a copy to a temporary buffer.

Merge request reports