webrtc/common_video/h265
Qiu Jianlin d9c1b335b7 Remove wrong range check for CurrRpsIdx and fix its naming.
CurrRpsIdx value is specified in spec section 7.4.7.1. CurrRpsIdx can be
non-zero and the check here makes no sense.

Bug: webrtc:13485
Change-Id: Ie7b7fab3286fdb812fca7aaf6f68bb5a8df81386
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/347764
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42122}
2024-04-19 13:56:24 +00:00
..
h265_bitstream_parser.cc Remove wrong range check for CurrRpsIdx and fix its naming. 2024-04-19 13:56:24 +00:00
h265_bitstream_parser.h Export h.265 bitstream parser APIs. 2024-02-27 01:36:42 +00:00
h265_bitstream_parser_unittest.cc Fix fuzzing issue reported by Chromium fuzzing test 2023-09-05 09:29:27 +00:00
h265_common.cc Added HEVC parser for WebRTC 2023-08-18 17:48:11 +00:00
h265_common.h Export h.265 bitstream parser APIs. 2024-02-27 01:36:42 +00:00
h265_inline.cc Added HEVC parser for WebRTC 2023-08-18 17:48:11 +00:00
h265_inline.h Added HEVC parser for WebRTC 2023-08-18 17:48:11 +00:00
h265_pps_parser.cc Fix fuzzing issue reported by Chromium fuzzing test 2023-09-05 09:29:27 +00:00
h265_pps_parser.h Export h.265 bitstream parser APIs. 2024-02-27 01:36:42 +00:00
h265_pps_parser_unittest.cc Added HEVC parser for WebRTC 2023-08-18 17:48:11 +00:00
h265_sps_parser.cc Fix use-of-uninitialized-value and integer-overflow issues reported by chromium fuzz testing 2023-10-03 14:17:06 +00:00
h265_sps_parser.h Export h.265 bitstream parser APIs. 2024-02-27 01:36:42 +00:00
h265_sps_parser_unittest.cc Added HEVC parser for WebRTC 2023-08-18 17:48:11 +00:00
h265_vps_parser.cc Added HEVC parser for WebRTC 2023-08-18 17:48:11 +00:00
h265_vps_parser.h Export h.265 bitstream parser APIs. 2024-02-27 01:36:42 +00:00
h265_vps_parser_unittest.cc Added HEVC parser for WebRTC 2023-08-18 17:48:11 +00:00