| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_derain: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -11/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | libavfilter: Unify Execution Modes in DNN Filters | Shubhanshu Saxena | 2021-08-28 | 1 | -0/+7 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | lavfi/dnn_backend_tensorflow: add multiple outputs support | Ting Fu | 2021-05-11 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | dnn: add function type for model | Guo, Yejun | 2021-02-18 | 1 | -1/+1 |
* | dnn: extract common functions used by different filters | Guo, Yejun | 2021-02-18 | 1 | -37/+9 |
* | dnn: put DNNModel.set_input and DNNModule.execute_model together | Guo, Yejun | 2020-09-21 | 1 | -8/+1 |
* | dnn: change dnn interface to replace DNNData* with AVFrame* | Guo, Yejun | 2020-09-21 | 1 | -48/+11 |
* | dnn: add userdata for load model parameter | Guo, Yejun | 2020-09-21 | 1 | -1/+1 |
* | dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model | Guo, Yejun | 2020-08-25 | 1 | -3/+3 |
* | dnn: add backend options when load the model | Guo, Yejun | 2020-08-12 | 1 | -1/+1 |
* | avfilter/vf_derain.c: put all the calculation in model file. | Guo, Yejun | 2020-04-07 | 1 | -5/+1 |
* | avfilter/dnn: get the data type of network output from dnn execution result | Guo, Yejun | 2019-10-30 | 1 | -2/+2 |
* | avfilter/vf_derain: reindent code after last commit | Xuewei Meng | 2019-08-26 | 1 | -4/+4 |
* | libavfilter: Add dehaze-filter option in existing derain. | Xuewei Meng | 2019-08-26 | 1 | -0/+4 |
* | libavfilter: Add derain filter | Xuewei Meng | 2019-06-06 | 1 | -0/+212 |