Added bitstream validation code for HEVC parser (#450)

* fix for while loop hang

* fix for while loop hang

* add more data validation code in parser

* minor change

* addressed review comments

* fix conformance failures with new code

* added more checks

[ROCm/rocdecode commit: 69ec7af8bd]
Este commit está contenido en:
Rajy Rawther
2024-11-11 14:33:17 -08:00
cometido por GitHub
padre 291a0e6c81
commit 3344bee39d
Se han modificado 4 ficheros con 47 adiciones y 9 borrados
@@ -35,6 +35,7 @@ extern int scaling_list_default_1_2[2][6][64];
//size_id = 3
extern int scaling_list_default_3[1][2][64];
class HevcVideoParser : public RocVideoParser {
public: