[FFmpeg-cvslog] lavc/libx264.c: Fix possible UB by NULL pointer LHS

2022-06-20 Thread Michael Goulet
ffmpeg | branch: master | Michael Goulet | Thu Jun 16 17:52:56 2022 +0200| [0aa5dd084b8e26c9d644354c42c9252cf3b19cea] | committer: Thilo Borgmann lavc/libx264.c: Fix possible UB by NULL pointer LHS It is UB to attempt to do pointer arithmetic on NULL pointer LHS, even if that pointer

[FFmpeg-cvslog] tests/checkasm/sw_scale: Fix alignment for movdqa

2022-06-20 Thread Michael Goulet
ffmpeg | branch: master | Michael Goulet | Thu Jun 16 10:14:50 2022 +0200| [b7f6a933fa4873c7523586d6e203cfd1798decd6] | committer: Thilo Borgmann tests/checkasm/sw_scale: Fix alignment for movdqa SSE3 instruction movdqa in ff_yuv2yuvX_sse3() expects a 16-byte aligned address for a memory

[FFmpeg-cvslog] lavc/dovi_rpu: Fix UB for possible left shift of negative values

2022-06-21 Thread Michael Goulet
ffmpeg | branch: master | Michael Goulet | Thu Jun 16 13:17:25 2022 +0200| [c02dd59cd302fabec60fddbaf9b7ce7a46823ff6] | committer: Thilo Borgmann lavc/dovi_rpu: Fix UB for possible left shift of negative values It is undefined to left-shift a negative value. > http://git.videolan.