| Commit message (Expand) | Author | Age | Files | Lines |
* | libavfilter: Prepare to handle specific error codes in DNN Filters | Shubhanshu Saxena | 2022-03-12 | 1 | -5/+5 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | libavfilter: Remove Async Flag from DNN Filter Side | Shubhanshu Saxena | 2021-08-28 | 1 | -7/+0 |
* | libavfilter: Unify Execution Modes in DNN Filters | Shubhanshu Saxena | 2021-08-28 | 1 | -20/+3 |
* | avfilter/dnn_filter_common: Use const where appropriate | Limin Wang | 2021-07-06 | 1 | -1/+1 |
* | lavfi/dnn_backend_tensorflow: add multiple outputs support | Ting Fu | 2021-05-11 | 1 | -9/+44 |
* | lavfi/dnn: add classify support with openvino backend | Guo, Yejun | 2021-05-06 | 1 | -0/+21 |
* | lavfi/dnn: refine dnn interface to add DNNExecBaseParams | Guo, Yejun | 2021-05-06 | 1 | -4/+16 |
* | lavfi/dnn: add post process for detection | Guo, Yejun | 2021-04-08 | 1 | -0/+6 |
* | lavfi/dnn: refine code for frame pre/proc processing | Guo, Yejun | 2021-04-08 | 1 | -0/+7 |
* | dnn: add function type for model | Guo, Yejun | 2021-02-18 | 1 | -2/+2 |
* | dnn: extract common functions used by different filters | Guo, Yejun | 2021-02-18 | 1 | -0/+106 |