[FFmpeg-cvslog] Revert "fate/filter-video: add two tests for dnn_processing with frame format rgb24 and grayf32"

2020-01-28 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Wed Jan 29 01:15:28 2020 +0100| [de1b2aa7968343fe70ca924f473d9b53eeb85490] | committer: Carl Eugen Hoyos Revert "fate/filter-video: add two tests for dnn_processing with frame format rgb24 and grayf32" The tests broke fate without SAMPLES and fate on som

[FFmpeg-cvslog] avfilter/asrc_sinc: Don't allocate arrays separately

2020-01-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 27 07:00:48 2020 +0100| [ab39f0d841cfcc95dc99ef788e22554fe46eb1c8] | committer: Michael Niedermayer avfilter/asrc_sinc: Don't allocate arrays separately Besides the obvious advantages this also fixes a potential memleak: If only one of the

[FFmpeg-cvslog] avformat/mov: Free encryption data on error

2020-01-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 27 09:28:18 2020 +0100| [3999c4b374c2f3786137bd7e820dd1555fc20d90] | committer: Michael Niedermayer avformat/mov: Free encryption data on error Fixes memleak and Coverity issue #1439587. Signed-off-by: Andreas Rheinhardt Signed-off-by: M

[FFmpeg-cvslog] avformat/mov: Don't leak MOVFragmentStreamInfo on error

2020-01-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 27 09:28:19 2020 +0100| [43f58f2354bfab3819e44c1a97b0af75cc091226] | committer: Michael Niedermayer avformat/mov: Don't leak MOVFragmentStreamInfo on error Fixes Coverity issue #1441933. Signed-off-by: Andreas Rheinhardt Signed-off-by: M