[FFmpeg-cvslog] dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode.

2020-09-19 Thread Xu Jun
ffmpeg | branch: master | Xu Jun | Sat Sep 19 23:24:25 2020 +0800| [a39fcbdffbcb8192332810d0a9217144560bef9f] | committer: Guo, Yejun dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode. Before patch, fate test for dnn may fail in some Windows environment while

[FFmpeg-cvslog] dnn_backend_native_layer_conv2d.c: refine code.

2020-09-16 Thread Xu Jun
ffmpeg | branch: master | Xu Jun | Wed Sep 16 18:07:19 2020 +0800| [7d3cd9f9566ef5fb0cf64be90473152c68dc] | committer: Guo, Yejun dnn_backend_native_layer_conv2d.c: refine code. Move thread area allocate out of thread function into main thread. Signed-off-by: Xu Jun > h

[FFmpeg-cvslog] dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread function.

2020-09-16 Thread Xu Jun
ffmpeg | branch: master | Xu Jun | Wed Sep 16 18:07:17 2020 +0800| [8e67ae2cb4cb6785bbaa6a5d4bbbacd035cfd027] | committer: Guo, Yejun dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread function. Before patch, memory was allocated in each thread functions, which may

[FFmpeg-cvslog] dnn_backend_native.c: parse options in native backend

2020-09-08 Thread Xu Jun
ffmpeg | branch: master | Xu Jun | Sun Sep 6 20:28:51 2020 +0800| [235e01f5a0b6218590eff2377574046c684143e8] | committer: Guo, Yejun dnn_backend_native.c: parse options in native backend Signed-off-by: Xu Jun Signed-off-by: Guo, Yejun > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] dnn_backend_native_layer_conv2d.c:Add mutithread function

2020-09-08 Thread Xu Jun
ffmpeg | branch: master | Xu Jun | Sun Sep 6 20:28:53 2020 +0800| [3c7cad69f233252e5178f7732baa0da950d74bbd] | committer: Guo, Yejun dnn_backend_native_layer_conv2d.c:Add mutithread function Use pthread to multithread dnn_execute_layer_conv2d. Can be tested with command "./ffmpeg