summaryrefslogtreecommitdiffstats
path: root/libavfilter/dnn_filter_common.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/dnn: Remove a level of dereferenceZhao Zhili2024-05-301-3/+3
* avfilter/dnn: Refactor DNN parameter configuration systemZhao Zhili2024-05-181-1/+37
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* libavfi/dnn: add LibTorch as one of DNN backendWenbin Chen2024-03-191-2/+13
* libavfilter/dnn_bakcend_openvino: Add automatic input/output detectionWenbin Chen2024-01-281-9/+12
* avfilter/dnn_filter_common: fix memleakZhao Zhili2023-09-151-0/+6
* avfilter/dnn: add log context to ff_get_dnn_moduleZhao Zhili2023-06-081-1/+1
* avfilter/dnn: refactor ff_get_dnn_module to remove allocationZhao Zhili2023-06-081-1/+0
* libavfilter: Prepare to handle specific error codes in DNN FiltersShubhanshu Saxena2022-03-121-5/+5
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* libavfilter: Remove Async Flag from DNN Filter SideShubhanshu Saxena2021-08-281-7/+0
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-281-20/+3
* avfilter/dnn_filter_common: Use const where appropriateLimin Wang2021-07-061-1/+1
* lavfi/dnn_backend_tensorflow: add multiple outputs supportTing Fu2021-05-111-9/+44
* lavfi/dnn: add classify support with openvino backendGuo, Yejun2021-05-061-0/+21
* lavfi/dnn: refine dnn interface to add DNNExecBaseParamsGuo, Yejun2021-05-061-4/+16
* lavfi/dnn: add post process for detectionGuo, Yejun2021-04-081-0/+6
* lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun2021-04-081-0/+7
* dnn: add function type for modelGuo, Yejun2021-02-181-2/+2
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-181-0/+106