Skip to content

H265 parsing flow improvements

VPSSPSPPS_A_MainConcept_1 conformance bitstream tests if the decoding process is able to handle non-ordered PPS and SPS. In this file multiple PPS and SPS with the same ID are parsed and it may happens that the dependencies between them and the slice isn't garanties at parsing time. This series aims to make H265 parser and decoder more flexible and so compliant with VPSSPSPPS_A_MainConcept_1 bitstream.

Merge request reports