Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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