aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/dnn_backend_native.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/dnn_backend_native: fix memleakZhao Zhili2018-09-191-0/+1
* avfilter/dnn_backend_native: fix invalid freeZhao Zhili2018-09-191-1/+1
* libavfilter: Removes stored DNN models. Adds support for native backend model...Sergey Lavrushkin2018-09-171-147/+1
* libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin2018-08-071-42/+42
* libavfilter: Adds on the fly generation of default DNN models for tensorflow ...Sergey Lavrushkin2018-08-071-6/+6
* Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin2018-07-021-85/+198
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-291-0/+382