[FFmpeg-cvslog] lavc/vvc: Use av_log2 when destination is integer

2024-01-26 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Thu Jan 25 17:05:18 2024 +| [cb7b4ee02491662e0aeee26479e8add955cd9b43] | committer: James Almer lavc/vvc: Use av_log2 when destination is integer Signed-off-by: Frank Plowman Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] lavc/vvc: Clamp shift RHS

2024-01-26 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Fri Jan 26 09:13:13 2024 +| [763e31a8d3e3def53fc22828e75df54127e9487e] | committer: James Almer lavc/vvc: Clamp shift RHS Resolves the following undefined behavior sanitiser error: runtime error: shift exponent 32 is too large for 32-bit type 'int'

[FFmpeg-cvslog] avcodec/vvc_ps: remove duplicated enum

2024-01-26 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jan 26 19:20:48 2024 -0300| [eb4584f994fb9bcfe2a305dada99f8dd5805aae0] | committer: James Almer avcodec/vvc_ps: remove duplicated enum Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb4584f994fb9bcfe2a305dada9

[FFmpeg-cvslog] fftools/ffmpeg_enc: apply -top to individual encoded frames

2024-01-26 Thread Anton Khirnov
ffmpeg | branch: release/5.1 | Anton Khirnov | Thu Sep 14 16:46:47 2023 +0200| [dd885ab2f5060eaedbfca6d590db44fa9547dd99] | committer: Marton Balint fftools/ffmpeg_enc: apply -top to individual encoded frames Fixes #9339. (Adapted from commit 43a0004b5c23dd8258cfe723a5c4e9fd9ee8f5ef) > http: