149 Commits (d919c7165ae3c161da44ff91a938a0cc23f0ef85)

Author SHA1 Message Date
Limin Wang 2899fb61d2 avfilter/dnn/dnn_backend_tf: fix cross library usage 4 years ago
Ting Fu e42125edab lavfi/dnn_backend_tensorflow: support detect model 4 years ago
Ting Fu 1b1064054c lavfi/dnn_backend_tensorflow: add multiple outputs support 4 years ago
Ting Fu f02928eb5a dnn: add DCO_RGB color order to enum DNNColorOrder 4 years ago
Guo, Yejun fc26dca64e lavfi/dnn: add classify support with openvino backend 4 years ago
Guo, Yejun a3b74651a0 lavfi/dnn: refine dnn interface to add DNNExecBaseParams 4 years ago
Guo, Yejun 7eb9accc37 lavfi/dnn_backend_openvino.c: move the logic for batch mode earlier 4 years ago
Guo, Yejun e37cc72387 lavfi/dnn_backend_openvino.c: add InferenceItem between TaskItem and RequestItem 4 years ago
Guo, Yejun 1b5dc712cd lavfi/dnn_backend_openvino.c: unify code for infer request for sync/async 4 years ago
Shubhanshu Saxena 26d3fe1a52 lavfi/dnn_backend_native_layer_avgpool.c: Correct Spelling of Pixel 4 years ago
Limin Wang f183d6555e avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_data 4 years ago
Shubhanshu Saxena 4b79416dc4 lavfi/dnn/queue.h: Add Documentation to Queue 4 years ago
Shubhanshu Saxena 5b8e828dee lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue 4 years ago
shubhanshu02 d98884be41 lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backend 4 years ago
Guo, Yejun 13bf797ced lavfi/dnn: add post process for detection 4 years ago
Guo, Yejun 59021d79a2 lavfi/dnn: refine code for frame pre/proc processing 4 years ago
Guo, Yejun d2ccbc966b lavfi/dnn_backend_openvino.c: only allow DFT_PROCESS_FRAME to get output dim 4 years ago
Ting Fu 637bdefdeb lavfi/dnn_backend_tensorflow.c: fix mem leak in execute_model_tf 4 years ago
Ting Fu b08b5f07b6 lavfi/dnn_backend_tensorflow.c: fix mem leak in load_native_model 4 years ago
Ting Fu 3499ec84cc lavfi/dnn_backend_tensorflow.c: fix mem leak in load_tf_model 4 years ago
Wenlong Ding b460595dd7 lavfi/dnn/dnn_backend_native_layer_mathunary: add exp support 4 years ago
Guo, Yejun da12d600ea lavfi/dnn_backend_openvino.c: fix mem leak for TaskItem upon error 4 years ago
Guo, Yejun df59ae8bb2 lavfi/dnn_backend_openvino.c: fix mem leak for RequestItem upon error 4 years ago
Guo, Yejun 41f4af16fc lavfi/dnn_backend_openvino.c: fix typo upon error 4 years ago
Guo, Yejun bd3ca0859e lavfi/dnn_backend_openvino.c: fix mem leak for input_blob and output_blob upon error 4 years ago
Guo, Yejun 3ce2ee7f54 lavfi/dnn_backend_openvino.c: fix mem leak for AVFrame upon error 4 years ago
Andreas Rheinhardt 2f056def65 dnn/dnn_backend_native_layer_mathbinary: Fix leak upon error 4 years ago
Andreas Rheinhardt 723ebf029a dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can fail 4 years ago
Andreas Rheinhardt 9da96d8b69 dnn/dnn_backend_native_layer_conv2d: Check thread creation for errors 4 years ago
Andreas Rheinhardt c2fef8f16c dnn/dnn_backend_native_layer_conv2d: Check allocation 4 years ago
Andreas Rheinhardt d14ae74064 dnn/dnn_backend_native_layer_conv2d: Avoid separate, unchecked allocations 4 years ago
Andreas Rheinhardt 508d7005a0 dnn/dnn_backend_native_layer_conv2d: Fix memleak on error 4 years ago
Andreas Rheinhardt 16e36d5c0c dnn/dnn_backend_native_layer_conv2d: Avoid allocation when single-threaded 4 years ago
Andreas Rheinhardt 639b3bbbc7 dnn/dnn_backend_native_layer_conv2d: Join two arrays, avoid allocation 4 years ago
Andreas Rheinhardt d915c1dd7a dnn/dnn_backend_native_layer_conv2d: Fix memleak on realloc failure 4 years ago
Andreas Rheinhardt f51f13902b dnn/dnn_backend_native: Fix typo in log message 4 years ago
Andreas Rheinhardt 1e47ef600d dnn/dnn_backend_native: Don't use asserts for checks 4 years ago
Andreas Rheinhardt 0e078c6cfa dnn/dnn_backend_native: Fix leak in case parsing options fails 4 years ago
Andreas Rheinhardt 2e2ed39dac dnn/dnn_backend_native: Avoid allocation for checking file magic 4 years ago
Ting Fu b0d75a8de9 dnn_backend_openvino.c: allow out_frame as NULL for analytic case 4 years ago
Guo, Yejun 2da3a5c10f dnn: add color conversion for analytic case 4 years ago
Guo, Yejun 76fc6879e2 dnn: add function type for model 4 years ago
Guo, Yejun 995c33a046 dnn_backend_openvino.c: fix multi-thread issue for async execution 4 years ago
Guo, Yejun 51c105a62d dnn_backend_openvino.c: fix mismatch between ffmpeg(NHWC) and openvino(NCHW) 4 years ago
Guo, Yejun eccc7971c2 dnn_backend_openvino.c: remove extra semicolon 4 years ago
Guo, Yejun 06c01f1763 dnn: remove type cast which is not necessary 4 years ago
Mark Thompson bb96824510 dnn: Add ff_ prefix to unnamespaced globals 4 years ago
Mark Thompson 2c424d9630 dnn_backend_native.c: Add missing static to local variable 4 years ago
Mark Thompson c6a3ca2db4 dnn_backend_native_layer_mathbinary.c: Delete unused global variable 4 years ago
Guo, Yejun a11a3f358d dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freep 4 years ago