| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/dnn: Remove a level of dereference | Zhao Zhili | 2024-05-30 | 1 | -4/+2 |
* | avfilter/dnn: Don't show backends which are not supported by a filter | Zhao Zhili | 2024-05-30 | 1 | -2/+6 |
* | avfilter/dnn: Use dnn_backend_info_list to search for dnn module | Zhao Zhili | 2024-05-30 | 1 | -0/+1 |
* | avfilter/dnn: Refactor DNN parameter configuration system | Zhao Zhili | 2024-05-18 | 1 | -5/+62 |
* | libavfi/dnn: add LibTorch as one of DNN backend | Wenbin Chen | 2024-03-19 | 1 | -1/+1 |
* | libavfilter/dnn_interface: use dims to represent shapes | Wenbin Chen | 2024-01-28 | 1 | -1/+16 |
* | libavfilter/dnn: Add scale and mean preprocess to openvino backend | Wenbin Chen | 2023-09-27 | 1 | -0/+2 |
* | libavfilter/dnn: add layout option to openvino backend | Wenbin Chen | 2023-09-27 | 1 | -0/+7 |
* | avfilter/dnn: add log context to ff_get_dnn_module | Zhao Zhili | 2023-06-08 | 1 | -1/+1 |
* | avfilter/dnn: refactor ff_get_dnn_module to remove allocation | Zhao Zhili | 2023-06-08 | 1 | -1/+1 |
* | lavfi/dnn: Remove DNN native backend | Ting Fu | 2023-04-28 | 1 | -1/+1 |
* | libavfilter: Remove DNNReturnType from DNN Module | Shubhanshu Saxena | 2022-03-12 | 1 | -2/+0 |
* | lavfi/dnn_backend_openvino: Return Specific Error Codes | Shubhanshu Saxena | 2022-03-12 | 1 | -5/+5 |
* | lavfi/dnn: Error Specificity in Native Backend Layers | Shubhanshu Saxena | 2022-03-12 | 1 | -0/+2 |
* | libavfilter: Unify Execution Modes in DNN Filters | Shubhanshu Saxena | 2021-08-28 | 1 | -3/+1 |
* | dnn: add DCO_RGB color order to enum DNNColorOrder | Ting Fu | 2021-05-11 | 1 | -0/+1 |
* | lavfi/dnn: add classify support with openvino backend | Guo, Yejun | 2021-05-06 | 1 | -1/+9 |
* | lavfi/dnn: refine dnn interface to add DNNExecBaseParams | Guo, Yejun | 2021-05-06 | 1 | -4/+10 |
* | lavfi/dnn: add post process for detection | Guo, Yejun | 2021-04-08 | 1 | -0/+3 |
* | lavfi/dnn: refine code for frame pre/proc processing | Guo, Yejun | 2021-04-08 | 1 | -2/+4 |
* | dnn_interface.h: add enum DNNColorOrder | Guo, Yejun | 2021-02-18 | 1 | -1/+8 |
* | dnn: add function type for model | Guo, Yejun | 2021-02-18 | 1 | -1/+10 |
* | libavfilter/dnn: add batch mode for async execution | Guo, Yejun | 2021-01-15 | 1 | -0/+2 |
* | dnn_interface.h: fix redefining typedefs | Guo, Yejun | 2020-12-31 | 1 | -1/+1 |
* | dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' | Guo, Yejun | 2020-12-29 | 1 | -5/+6 |
* | dnn: add async execution support for openvino backend | Guo, Yejun | 2020-12-29 | 1 | -1/+1 |
* | dnn_interface: add interface to support async execution | Guo, Yejun | 2020-12-29 | 1 | -0/+12 |
* | dnn: add a new interface DNNModel.get_output | Guo, Yejun | 2020-09-21 | 1 | -0/+3 |
* | dnn: put DNNModel.set_input and DNNModule.execute_model together | Guo, Yejun | 2020-09-21 | 1 | -5/+3 |
* | dnn: change dnn interface to replace DNNData* with AVFrame* | Guo, Yejun | 2020-09-21 | 1 | -5/+12 |
* | dnn: add userdata for load model parameter | Guo, Yejun | 2020-09-21 | 1 | -1/+3 |
* | dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model | Guo, Yejun | 2020-08-25 | 1 | -2/+2 |
* | dnn: add backend options when load the model | Guo, Yejun | 2020-08-12 | 1 | -1/+3 |
* | dnn: add openvino as one of dnn backend | Guo, Yejun | 2020-07-02 | 1 | -1/+1 |
* | avfilter/dnn: add a new interface to query dnn model's input info | Guo, Yejun | 2019-10-30 | 1 | -0/+3 |
* | avfilter/dnn: get the data type of network output from dnn execution result | Guo, Yejun | 2019-10-30 | 1 | -7/+2 |
* | dnn: export operand info in python script and load in c code | Guo, Yejun | 2019-08-30 | 1 | -1/+1 |
* | libavfilter/dnn: add more data type support for dnn model input | Guo, Yejun | 2019-05-08 | 1 | -1/+9 |
* | libavfilter/dnn: support multiple outputs for tensorflow model | Guo, Yejun | 2019-05-08 | 1 | -2/+4 |
* | libavfilter/dnn: determine dnn output during execute_model instead of set_inp... | Guo, Yejun | 2019-05-08 | 1 | -3/+3 |
* | libavfilter/dnn: remove limit for the name of DNN model input/output | Guo, Yejun | 2019-05-08 | 1 | -1/+1 |
* | libavfilter: Removes stored DNN models. Adds support for native backend model... | Sergey Lavrushkin | 2018-09-17 | 1 | -4/+0 |
* | libavfilter: Code style fixes for pointers in DNN module and sr filter. | Sergey Lavrushkin | 2018-08-07 | 1 | -8/+8 |
* | Adds ESPCN super resolution filter merged with SRCNN filter. | Sergey Lavrushkin | 2018-07-02 | 1 | -2/+2 |
* | Adds TensorFlow backend for dnn inference module. | Sergey Lavrushkin | 2018-06-05 | 1 | -2/+1 |
* | Adds dnn inference module for simple convolutional networks. Reimplements src... | Sergey Lavrushkin | 2018-05-29 | 1 | -0/+64 |