codecs: h265decoder: Various fixes with more HEVC conformance bitstream test pass
Various fixes around h265decoder
. With this MR, I can see the fluster
score 142/147
with d3d11h265dec.
This is a list of failure with d3d11h265dec
(intel)
CONFWIN_A_Sony_1
PICSIZE_A_Bossen_1
PICSIZE_B_Bossen_1
TSUNEQBD_A_MAIN10_Technicolor_2
VPSSPSPPS_A_MainConcept_1
Not sure PICSIZE_A_Bossen_1
and PICSIZE_B_Bossen_1
are fixable since those streams have very large resolution 1056x8440
and 8440x1056
respectively.
Note that this is a list of failure with avdec_h265
(on Windows)
CONFWIN_A_Sony_1
SAODBLK_A_MainConcept_4
SAODBLK_B_MainConcept_4
TSUNEQBD_A_MAIN10_Technicolor_2
VPSSPSPPS_A_MainConcept_1
Edited by Seungha Yang