summaryrefslogtreecommitdiff
path: root/libavfilter/dnn_backend_native.c
Commit message (Expand)AuthorAge
* libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnnGuo, Yejun2019-07-26
* libavfilter/dnn_native: Add support of dilated convolution in dnn_native.Xuewei Meng2019-05-24
* libavfilter/dnn_native: Add multiple activation functions in dnn nativeXuewei Meng2019-05-22
* libavfilter/dnn_native: Add multiple padding methods in dnn nativeXuewei Meng2019-05-21
* libavfilter/dnn: add more data type support for dnn model inputGuo, Yejun2019-05-08
* libavfilter/dnn: support multiple outputs for tensorflow modelGuo, Yejun2019-05-08
* libavfilter/dnn: determine dnn output during execute_model instead of set_inp...Guo, Yejun2019-05-08
* libavfilter/dnn: remove limit for the name of DNN model input/outputGuo, Yejun2019-05-08
* avfilter/dnn_backend_native: fix memleakZhao Zhili2018-09-19
* avfilter/dnn_backend_native: fix invalid freeZhao Zhili2018-09-19
* libavfilter: Removes stored DNN models. Adds support for native backend model...Sergey Lavrushkin2018-09-17
* libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin2018-08-07
* libavfilter: Adds on the fly generation of default DNN models for tensorflow ...Sergey Lavrushkin2018-08-07
* Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin2018-07-02
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-29