summaryrefslogtreecommitdiff
path: root/libavfilter/dnn
Commit message (Expand)AuthorAge
* lavfi/dnn_backend_tensorflow.c: fix mem leak in load_tf_modelTing Fu2021-03-25
* lavfi/dnn/dnn_backend_native_layer_mathunary: add exp supportWenlong Ding2021-03-24
* lavfi/dnn_backend_openvino.c: fix mem leak for TaskItem upon errorGuo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix mem leak for RequestItem upon errorGuo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix typo upon errorGuo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix mem leak for input_blob and output_blob upo...Guo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix mem leak for AVFrame upon errorGuo, Yejun2021-03-18
* dnn/dnn_backend_native_layer_mathbinary: Fix leak upon errorAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can failAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Check thread creation for errorsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Check allocationAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Avoid separate, unchecked allocationsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Fix memleak on errorAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Avoid allocation when single-threadedAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Join two arrays, avoid allocationAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Fix memleak on realloc failureAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Fix typo in log messageAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Don't use asserts for checksAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Fix leak in case parsing options failsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Avoid allocation for checking file magicAndreas Rheinhardt2021-03-11
* dnn_backend_openvino.c: allow out_frame as NULL for analytic caseTing Fu2021-02-18
* dnn: add color conversion for analytic caseGuo, Yejun2021-02-18
* dnn: add function type for modelGuo, Yejun2021-02-18
* dnn_backend_openvino.c: fix multi-thread issue for async executionGuo, Yejun2021-02-18
* dnn_backend_openvino.c: fix mismatch between ffmpeg(NHWC) and openvino(NCHW)Guo, Yejun2021-02-18
* dnn_backend_openvino.c: remove extra semicolonGuo, Yejun2021-01-28
* dnn: remove type cast which is not necessaryGuo, Yejun2021-01-28
* dnn: Add ff_ prefix to unnamespaced globalsMark Thompson2021-01-22
* dnn_backend_native.c: Add missing static to local variableMark Thompson2021-01-22
* dnn_backend_native_layer_mathbinary.c: Delete unused global variableMark Thompson2021-01-22
* dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freepGuo, Yejun2021-01-22
* dnn_backend_native_layer_conv2d.c: correct struct name with CamelCaseGuo, Yejun2021-01-22
* dnn/queue: remove prefix FF for Queue and SafeQueueGuo, Yejun2021-01-22
* libavfilter/dnn: add prefix ff_ for internal functionsGuo, Yejun2021-01-22
* libavfilter/dnn: use avpriv_report_missing_feature for unsupported featuresGuo, Yejun2021-01-22
* dnn_backend_openvino.c: add version mismatch reminderGuo, Yejun2021-01-22
* dnn/openvino: support model input resizeTing Fu2021-01-18
* dnn/openvino: refine code for better model initializationTing Fu2021-01-18
* dnn/openvino: remove unnecessary codeTing Fu2021-01-18
* libavfilter/dnn: add batch mode for async executionGuo, Yejun2021-01-15
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* dnn/queue: add error check and cleanupGuo, Yejun2020-12-31
* dnn: fix issue when pthread is not supportedGuo, Yejun2020-12-31
* dnn: fix redefining typedefs and also refine naming with correct prefixGuo, Yejun2020-12-31
* dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun2020-12-29
* dnn: add async execution support for openvino backendGuo, Yejun2020-12-29
* dnn_interface: add interface to support async executionGuo, Yejun2020-12-29
* dnn_backend_openvino.c: refine code for error handleGuo, Yejun2020-12-29
* dnn_backend_openvino.c: separate function execute_model_ovGuo, Yejun2020-12-29
* dnn/queue: add queue and safe_queue supportXie, Lin2020-12-29