summaryrefslogtreecommitdiff
path: root/libavfilter/vf_derain.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_derain: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-11/+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-0/+7
* 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-4/+1
* lavfi/dnn_backend_tensorflow: add multiple outputs supportTing Fu2021-05-111-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* dnn: add function type for modelGuo, Yejun2021-02-181-1/+1
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-181-37/+9
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-211-8/+1
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-211-48/+11
* dnn: add userdata for load model parameterGuo, Yejun2020-09-211-1/+1
* dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-251-3/+3
* dnn: add backend options when load the modelGuo, Yejun2020-08-121-1/+1
* avfilter/vf_derain.c: put all the calculation in model file.Guo, Yejun2020-04-071-5/+1
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-301-2/+2
* avfilter/vf_derain: reindent code after last commitXuewei Meng2019-08-261-4/+4
* libavfilter: Add dehaze-filter option in existing derain.Xuewei Meng2019-08-261-0/+4
* libavfilter: Add derain filterXuewei Meng2019-06-061-0/+212