[FFmpeg-cvslog] avfilter/af_speechnorm: fix possible memleak on error to make frame writable

2021-10-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 5 14:45:43 2021 +0200| [3fe49b51fcfbd36805eb8c2fc25a4bdc1943fbb2] | committer: Paul B Mahol avfilter/af_speechnorm: fix possible memleak on error to make frame writable Fix this by adding support for non-writable frames. > http://git.videolan.o

[FFmpeg-cvslog] avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode is disabled

2021-10-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 5 15:21:24 2021 +0200| [fcbaeefb45316b48646f20ae05ece8c16ae7c706] | committer: Paul B Mahol avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode is disabled > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc

[FFmpeg-cvslog] avfilter/af_dynaudnorm: add support for filtering non-writable frames

2021-10-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 5 16:21:50 2021 +0200| [38b9dc98a85aaf15e332a070af1cc90d370ba128] | committer: Paul B Mahol avfilter/af_dynaudnorm: add support for filtering non-writable frames Previously it would continue processing frame even if call to make frame writable f

[FFmpeg-cvslog] New commits on branch master

2021-10-05 Thread Git System
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31a373ce71a10f50a603149e4201280996ff7ed1 Author: Andreas Rheinhardt Date: Wed Sep 29 15:57:43 2021 +0200 avfilter: Reindentation after query_formats changes Signed-off-by: Andreas Rheinhardt URL: http://git.vi

[FFmpeg-cvslog] avcodec/wmaprodec: Do not initialize unused variable to out of array value

2021-10-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 4 19:30:15 2021 +0200| [07e46690532a21faf29938e7a06f452a780f0361] | committer: Michael Niedermayer avcodec/wmaprodec: Do not initialize unused variable to out of array value Fixes: out of array read Fixes: 39452/clusterfuzz-testcase-min

[FFmpeg-cvslog] avfilter/vf_morpho: fix leak by not returning too early

2021-10-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 5 20:10:26 2021 +0200| [21979cf98e2df41ee42e6a11f71491fc2ee1976c] | committer: Paul B Mahol avfilter/vf_morpho: fix leak by not returning too early > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21979cf98e2df41ee42e6a11f71491fc2ee19