libavc/decoder/mvc
Ashwin Natesan 468e048959 mvcdec: Fixes for OOB accesses of refPicList
[x] For certain sequences of modification_of_pic_nums_idc,
    OOB accessses of the aps_mod_dpb buffer within mvc_dpb_manager_t
    struct could occur. This case has been now detected
    and handled.
[x] Removed unused variables in 'imvcd_slice_functions.c'.

Test: mvc_dec_fuzzer
2023-07-26 07:34:30 -07:00
..
imvcd.h Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00
imvcd_api.c mvc: fix integer overflows while computing display poc 2022-09-02 05:19:18 +00:00
imvcd_api_utils.c mvc: Set minimum bitstream buffser size correctly 2022-08-13 12:09:58 +05:30
imvcd_api_utils.h Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00
imvcd_defs.h mvcdec: Bitstream buf allocation accounts for FGC SEI 2023-04-20 15:35:41 -07:00
imvcd_dpb_manager.c mvcdec: Fixes for OOB accesses of refPicList 2023-07-26 07:34:30 -07:00
imvcd_dpb_manager.h mvc: added check for incorrect pocs in DPB list 2022-10-06 15:22:16 +05:30
imvcd_error_handler.c mvc: added check for incorrect poc signaling 2022-09-23 14:44:41 +05:30
imvcd_error_handler.h Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00
imvcd_nalu_parser.c Merge "mvc: Fix for int overflow when parsing u1_bits_in_frm_num" 2022-08-19 07:46:59 +00:00
imvcd_nalu_parser.h Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00
imvcd_slice_functions.c mvcdec: Fixes for OOB accesses of refPicList 2023-07-26 07:34:30 -07:00
imvcd_slice_functions.h Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00
imvcd_structs.h Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00
imvcd_utils.c mvc: fixed an integer overflow in max_disp_seq computation 2022-08-31 20:30:58 +05:30
imvcd_utils.h Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00
libmvcdec.cmake Decoder: MVC decoding support added 2022-08-06 05:51:31 +00:00