| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/dnn: Don't show backends which are not supported by a filter | Zhao Zhili | 2024-05-30 | 1 | -1/+1 |
* | avfilter/dnn: Refactor DNN parameter configuration system | Zhao Zhili | 2024-05-18 | 1 | -4/+2 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -5/+5 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | lavfi/dnn: Remove DNN native backend | Ting Fu | 2023-04-28 | 1 | -1/+0 |
* | lavfi/dnn: Modified DNN native backend related tools and docs. | Ting Fu | 2023-04-28 | 1 | -1/+1 |
* | libavfilter: Remove DNNReturnType from DNN Module | Shubhanshu Saxena | 2022-03-12 | 1 | -1/+1 |
* | libavfilter: Prepare to handle specific error codes in DNN Filters | Shubhanshu Saxena | 2022-03-12 | 1 | -2/+2 |
* | 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 |