[FFmpeg-cvslog] avcodec/aacdec_lpd: remove unused local variables

2024-06-27 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Fri Jun 21 17:20:13 2024 -0400| [539d2e989d7ce3556a549d59ee9c5125ae7d7b6b] | committer: Leo Izen avcodec/aacdec_lpd: remove unused local variables int idx, and int first_tcx_flag are set but not used, so this commit removes their declarations and assignments

[FFmpeg-cvslog] avformat/nuv: return early if header id fails to read

2024-06-27 Thread Kacper Michajłow
ffmpeg | branch: master | Kacper Michajłow | Tue Jun 25 23:50:30 2024 +0200| [02b3fc582693477555ce151515972bfee04367a9] | committer: Michael Niedermayer avformat/nuv: return early if header id fails to read Fixes use of uninitialized value in memcmp below, reported by MSAN. Found by OSS-Fuzz.

[FFmpeg-cvslog] avdevice/avfoundation: add external video devices

2024-06-27 Thread Theo Fabi
ffmpeg | branch: release/7.0 | Theo Fabi | Sun Jun 9 15:51:08 2024 -0400| [40ca45c326cb474b3b2cd29f1474369af2ce] | committer: Thilo Borgmann avdevice/avfoundation: add external video devices Video devices categorized by AVFoundation as 'AVCaptureDeviceTypeExternal(Unknown)' (like USB vide

[FFmpeg-cvslog] avcodec/vvc: Don't create new thread when thread_count is 1

2024-06-27 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 24 12:47:44 2024 +0800| [6aeb084c395dd3240e203d7b6a053cbdfec2ac99] | committer: Nuo Mi avcodec/vvc: Don't create new thread when thread_count is 1 Make its behavior consistent with other decoders, e.g., H.264/H.265. Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avutil/executor: Allowing thread_count be zero

2024-06-27 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 24 12:47:43 2024 +0800| [baf3123c1c849f7fb909d96c8ad0b1ead2bc4128] | committer: Nuo Mi avutil/executor: Allowing thread_count be zero Before the patch, disable threads support at configure/build time was the only method to force zero thread in exe

[FFmpeg-cvslog] lavc/vvc: Validate IBC block vector

2024-06-27 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Tue Jun 25 18:02:02 2024 +0100| [d79c926ab6282f225de8d1a39a5234ebc4d38451] | committer: Nuo Mi lavc/vvc: Validate IBC block vector From H.266 (V3) (09/2023) p. 321: It is a requirement of bitstream conformance that the luma block vector bvL shall obey

[FFmpeg-cvslog] lavc/vvc: Don't discard return codes

2024-06-27 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Tue Jun 25 18:03:48 2024 +0100| [c917c423e07075862311f930786c924290f84430] | committer: Nuo Mi lavc/vvc: Don't discard return codes Signed-off-by: Frank Plowman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c917c423e07075862311f930786c9

[FFmpeg-cvslog] configure: fix alignment of conditional lib dependencies

2024-06-27 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 21 16:34:26 2024 +0530| [9a3bc59a383d10ba414aed1f7d4ce692693f4fdd] | committer: Gyan Doshi configure: fix alignment of conditional lib dependencies > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a3bc59a383d10ba414aed1f7d4ce692693f4fdd

[FFmpeg-cvslog] configure: fix assignment of dep libs for QR-code filters

2024-06-27 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 21 16:32:34 2024 +0530| [27284b780087f9217f628a440e977f207b8b2885] | committer: Gyan Doshi configure: fix assignment of dep libs for QR-code filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27284b780087f9217f628a440e977f207b8b288

[FFmpeg-cvslog] avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older

2024-06-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jun 26 11:16:30 2024 +0300| [75e3b81f75b778286db7257a0ec4af74913ea67f] | committer: Martin Storsjö avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older Versions of MSVC older than 17.9 error out here with the following error: src/libav