aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/dnn/dnn_interface.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* lavfi/internal: move functions used by filters to filters.hAnton Khirnov2024-08-191-0/+2
* avfilter/dnn: Don't show backends which are not supported by a filterZhao Zhili2024-05-301-3/+8
* avfilter/dnn: Use dnn_backend_info_list to search for dnn moduleZhao Zhili2024-05-301-18/+8
* avfilter/dnn: Refactor DNN parameter configuration systemZhao Zhili2024-05-181-0/+90
* libavfi/dnn: add LibTorch as one of DNN backendWenbin Chen2024-03-191-0/+5
* avfilter/dnn: add log context to ff_get_dnn_moduleZhao Zhili2023-06-081-2/+4
* avfilter/dnn: refactor ff_get_dnn_module to remove allocationZhao Zhili2023-06-081-23/+5
* avfilter/dnn: define each backend as a DNNModuleZhao Zhili2023-06-081-12/+5
* lavfi/dnn: modify dnn interface for removing native backendTing Fu2023-04-281-9/+1
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-281-4/+4
* lavfi/dnn: Async Support for TensorFlow BackendShubhanshu Saxena2021-08-101-0/+3
* libavfilter/dnn: add batch mode for async executionGuo, Yejun2021-01-151-0/+1
* dnn: add async execution support for openvino backendGuo, Yejun2020-12-291-0/+2
* dnn_interface: add interface to support async executionGuo, Yejun2020-12-291-1/+1
* dnn: add openvino as one of dnn backendGuo, Yejun2020-07-021-0/+11
* libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnnGuo, Yejun2019-07-261-0/+63