[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template:

2024-08-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 17 01:15:02 2024 +0200| [043875941fcf55fc0d1cdee15ccb84b45e17330c] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Fixes: Assertion width > 0 && width <= 32 failed Fixes: 71012/clusterfuzz-testcase-minimized-ffmpeg_BSF

[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127

2021-10-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.4 | Michael Niedermayer | Sun Sep 19 22:35:36 2021 +0200| [b90ce02f818fefa320a758ad0f76498d77de4da7] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127 Fixes: index 128 out of bounds for type

[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127

2021-10-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.1 | Michael Niedermayer | Sun Sep 19 22:35:36 2021 +0200| [512a132e4c0747521561eba56b1dc299eb8cae48] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127 Fixes: index 128 out of bounds for type

[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127

2021-09-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 19 22:35:36 2021 +0200| [85413a5ae6948a1d6e4e947a4fca984b8c686016] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127 Fixes: index 128 out of bounds for type 'uint

[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictly

2020-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Mon Apr 20 23:27:04 2020 +0200| [1653a2247fd8d92aa70d0633093735e27e38dbce] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictly The limit is based on hevcdec.c Fixes: 20854/clusterfuzz-te

[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictly

2020-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 23:27:04 2020 +0200| [435fa373d1f5045b17de74934e44863e2fb3071f] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictly The limit is based on hevcdec.c Fixes: 20854/clusterfuzz-testcas

[FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter_ref_pic_set_prediction_flag is set

2020-04-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 5 00:11:15 2020 +0200| [588114cea4ee434c9c61353ed91ffc817d2965f5] | committer: Michael Niedermayer avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter_ref_pic_set_prediction_flag is set Fixes: out of array acce