[FFmpeg-cvslog] avformat/libsrt: fix deprecated warning

2022-03-29 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Mar 25 15:39:04 2022 +0800| [397a777aa116f7da0d8c23bfc21874c3381e1c71] | committer: Steven Liu avformat/libsrt: fix deprecated warning srt_socket was deprecated after 1.4.1. Reviewed-by: Limin Wang Signed-off-by: Steven Liu > http://git.videolan.o

[FFmpeg-cvslog] avformat/libsrt: use a larger buffer for find_info_tag

2022-03-29 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Aug 14 18:43:03 2021 +0800| [3721aaeaaae9f817abb843117ae8dae1dc280a7f] | committer: Steven Liu avformat/libsrt: use a larger buffer for find_info_tag The upper limit of strlen(streamid) is 512. Use a larger buffer for future proof, for example, deal w

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2db6274 web/consulting: Obfuscate email a bit

2022-03-29 Thread ffmpeg-git
The branch, master has been updated via 2db62740b76f8c79f75e9cdd2fa685266bac728e (commit) from 62dfd2a838b1a364fbe981db4881ba6a14103a95 (commit) - Log - commit 2db62740b76f8c79f75e9cdd2fa685266bac728e Author: Tomas

[FFmpeg-cvslog] avdevice/dshow: fix regression

2022-03-29 Thread Diederick Niehorster
ffmpeg | branch: master | Diederick Niehorster | Fri Mar 25 15:10:20 2022 +0100| [f125c504d8fece6420bb97767f9e72414c26312a] | committer: Michael Niedermayer avdevice/dshow: fix regression a1c4929f accidentally undid part of d9a9b4c8, so the bug in ticket #9420 resurfaced. Fixing again. Signed

[FFmpeg-cvslog] avcodec/wmalosslessdec: ensure channel count in the private context and decoder context are consistent

2022-03-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 18 09:46:09 2022 -0300| [7c35aa60a5131b129cf474ae7f27f949a26ae21c] | committer: James Almer avcodec/wmalosslessdec: ensure channel count in the private context and decoder context are consistent Fixes: Out of array write Fixes: 45613/clusterfuzz

[FFmpeg-cvslog] avfilter/f_realtime: add support for commands

2022-03-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 25 12:12:37 2022 +0100| [96ebf7dceba882134911df6651cee49c70511c37] | committer: Paul B Mahol avfilter/f_realtime: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96ebf7dceba882134911df6651cee49c70511c37 ---

[FFmpeg-cvslog] avcodec/binkaudio: reset ch_offset on errors

2022-03-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Mar 28 20:27:20 2022 +0200| [3a22bc03e6b1813a8388c39137150f322f9119f6] | committer: Michael Niedermayer avcodec/binkaudio: reset ch_offset on errors Fixes: NULL pointer dereference Fixes: 45955/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_