[FFmpeg-cvslog] avfilter/vf_derain.c: put all the calculation in model file.

2020-04-06 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Mar 20 20:54:07 2020 +0800| [7e4527e8fa1f8f0bba6a7f7cadc407813f17fbd1] | committer: Guo, Yejun avfilter/vf_derain.c: put all the calculation in model file. currently, the model outputs the rain, and so need a subtraction in filter c code to get the

[FFmpeg-cvslog] avfilter/vf_dnn_processing.c: fix typo for the linesize of dnn data

2020-04-06 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Mar 21 17:33:26 2020 +0800| [2114c4241891849323fd65e56f1ab6f70375a291] | committer: Guo, Yejun avfilter/vf_dnn_processing.c: fix typo for the linesize of dnn data Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] dnn_backend_native_layer_mathbinary: add sub support

2020-04-06 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Mar 20 20:55:38 2020 +0800| [ffa1561608f513b3a5d3d1568f75126f21bce663] | committer: Guo, Yejun dnn_backend_native_layer_mathbinary: add sub support more math binary operations will be added here Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for subtraction

2020-04-06 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Mar 21 10:58:11 2020 +0800| [bbc64799dce727aaa73522353eaf01b11ad79755] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for subtraction Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] scale_vulkan: correctly copy the colormatrix

2020-04-06 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Apr 6 19:15:51 2020 +0100| [ca76a5ba1a35e317d0fb327fffe3ad9add6b7e61] | committer: Lynne scale_vulkan: correctly copy the colormatrix > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca76a5ba1a35e317d0fb327fffe3ad9add6b7e61 ---

[FFmpeg-cvslog] avutil/hwcontext_cuda: Only handle CUDA hardware frames

2020-04-06 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Apr 6 19:33:01 2020 +0200| [30b28f9a83ec095f5684fecb04a42619a6675989] | committer: Timo Rothenpieler avutil/hwcontext_cuda: Only handle CUDA hardware frames >