aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_dnn_classify.c
Commit message (Expand)AuthorAgeFilesLines
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-2/+2
* libavfilter/dnn_interface: use dims to represent shapesWenbin Chen2024-01-281-3/+3
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-16/+3
* avfilter/vf_dnn_classify: replace magic number by enum valueZhao Zhili2023-06-081-2/+2
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-5/+1
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-231-1/+1
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-121-2/+2
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-8/+8
* avfilter/vf_dnn_classify: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-281-10/+8
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-2/+1
* avfilter/vf_dnn_classify: add result check for av_frame_get_side_dataSteven Liu2021-05-111-0/+4
* lavfi/dnn_classify: add filter dnn_classify for classification based on detec...Guo, Yejun2021-05-061-0/+330