[FFmpeg-cvslog] tools/target_dec_fuzzer: add a custom get_buffer2() implementation

2022-06-06 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 31 16:57:58 2022 -0300| [93505a9095bbacba9b2102a05191e0bc8ba36d4b] | committer: James Almer tools/target_dec_fuzzer: add a custom get_buffer2() implementation Unlike avcodec_default_get_buffer2(), this version does not allocate more than what the

[FFmpeg-cvslog] swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb conversion

2022-06-06 Thread Vardan Margaryan
ffmpeg | branch: master | Vardan Margaryan | Mon May 23 19:06:16 2022 +0300| [73302aa193714958afb8262ceb14d9613e9df5ad] | committer: Anton Khirnov swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb conversion Y, U, V data is loaded at the end of the current iteratio

[FFmpeg-cvslog] lavfi/blockdetect: Reindent after last commit

2022-06-06 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Sat Jun 4 13:47:31 2022 +0200| [72106d6cc310b33ffa5b18367772d74f327acd1e] | committer: Thilo Borgmann lavfi/blockdetect: Reindent after last commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72106d6cc310b33ffa5b18367772d74f327acd1e -

[FFmpeg-cvslog] lavfi/blockdetect: Fix possible div by 0

2022-06-06 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Sat Jun 4 13:45:30 2022 +0200| [b7cea557304b8733074f512629043f37130c5181] | committer: Thilo Borgmann lavfi/blockdetect: Fix possible div by 0 Found-by Covererity, CID 1504568, 1504569 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7ce