summaryrefslogtreecommitdiff
path: root/libavfilter/vf_derain.c
Commit message (Expand)AuthorAge
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-12
* libavfilter: Prepare to handle specific error codes in DNN FiltersShubhanshu Saxena2022-03-12
* avfilter/vf_derain: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-28
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* lavfi/dnn_backend_tensorflow: add multiple outputs supportTing Fu2021-05-11
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* dnn: add function type for modelGuo, Yejun2021-02-18
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-18
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-21
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-21
* dnn: add userdata for load model parameterGuo, Yejun2020-09-21
* dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-25
* dnn: add backend options when load the modelGuo, Yejun2020-08-12
* avfilter/vf_derain.c: put all the calculation in model file.Guo, Yejun2020-04-07
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-30
* avfilter/vf_derain: reindent code after last commitXuewei Meng2019-08-26
* libavfilter: Add dehaze-filter option in existing derain.Xuewei Meng2019-08-26
* libavfilter: Add derain filterXuewei Meng2019-06-06