[FFmpeg-cvslog] lavfi/dnn/dnn_io_proc.c: fix CID 1484955

2021-06-05 Thread Guo Yejun
ffmpeg | branch: master | Guo Yejun | Sat May 29 21:19:39 2021 +0800| [3ac7d994280e913f41a246014d3cfb76070a6f3e] | committer: Guo Yejun lavfi/dnn/dnn_io_proc.c: fix CID 1484955 CID 1484955: Memory - corruptions (ARRAY_VS_SINGLETON) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avfilter/vf_hqdn3d: fix left shift of negative numbers

2021-06-05 Thread Valerii Zapodovnikov
ffmpeg | branch: master | Valerii Zapodovnikov | Mon May 24 06:42:32 2021 +0300| [ff0d70c8a9c2d9266da20039cb1a98ed20b6df12] | committer: Michael Niedermayer avfilter/vf_hqdn3d: fix left shift of negative numbers Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avformat/rpl: Use 64bit in bitrate computation and check it

2021-06-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 26 22:43:51 2021 +0200| [29b244ffc15abe2c24d2145f63048e8b3bdaa303] | committer: Michael Niedermayer avformat/rpl: Use 64bit in bitrate computation and check it Fixes: signed integer overflow: 6 * 4 cannot be represented in type '

[FFmpeg-cvslog] swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conversion when width%2

2021-06-05 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Jun 4 19:46:39 2021 +0800| [43295ae6a9245d8b58c15e5053994c87d95a9689] | committer: Limin Wang swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conversion when width%2 Reviewed-by: Michael Niedermayer Signed-off-by: Limin Wang