summaryrefslogtreecommitdiff
path: root/libavfilter/dnn_filter_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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