[FFmpeg-cvslog] lavc/vaapi_hevc: fill rext luma/chroma offset in the right way

2022-06-23 Thread Xu Guangxin
ffmpeg | branch: master | Xu Guangxin | Fri Jun 10 20:47:47 2022 +0800| [ebefca7b0eeec823f823e03ff00aca057d2d60dd] | committer: Haihao Xiang lavc/vaapi_hevc: fill rext luma/chroma offset in the right way For range extension, the luma/chroma offset is larger than 8 bits, we need fill the 16 bit

[FFmpeg-cvslog] avcodec/cdgraphics: limit scrolling to the line

2022-06-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 9 22:36:00 2022 +0200| [b7e30a13d4e4557b87f977b76a6bb5e3cbe5ac78] | committer: Michael Niedermayer avcodec/cdgraphics: limit scrolling to the line Fixes: out of array access Fixes: 47877/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID

[FFmpeg-cvslog] avcodec/jpeglsdec: fix end check for xfrm

2022-06-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 9 21:13:59 2022 +0200| [6a82412bf33108111eb3f63076fd5a51349ae114] | committer: Michael Niedermayer avcodec/jpeglsdec: fix end check for xfrm Fixes: out of array access Fixes: 47871/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AMV_f

[FFmpeg-cvslog] avformat/hls: Limit start_seq_no to one bit less

2022-06-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 16 23:02:11 2022 +0200| [d8ee01425459aaafe36acc7743b3f9f28a01821b] | committer: Michael Niedermayer avformat/hls: Limit start_seq_no to one bit less This avoids overflow checks on additions with 32bit numbers Fixes: signed integer overfl

[FFmpeg-cvslog] avcodec/libaomenc: Get number of operating points

2022-06-23 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Thu Jun 16 09:24:22 2022 -0700| [38bc24be8d366dbf832fa1a2a4a89901de981067] | committer: James Zern avcodec/libaomenc: Get number of operating points Use the new codec control AV1E_GET_NUM_OPERATING_POINTS to get the number of operating points. This is

[FFmpeg-cvslog] avfilter/vf_gblur: properly round output

2022-06-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jun 23 14:47:29 2022 +0200| [5a4ffb4f5ef6ab68132f74d845a911ac65c1019f] | committer: Paul B Mahol avfilter/vf_gblur: properly round output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a4ffb4f5ef6ab68132f74d845a911ac65c1019f --- libav