summaryrefslogtreecommitdiff
path: root/libavfilter/vf_sr.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/sr: process and output message when load_model is NULLSteven Liu2018-09-241-1/+6
* avfilter/vf_sr: Fix coverity CID 1439584Pedro Arthur2018-09-211-1/+1
* avfilter/vf_sr: fix read out of boundsZhao Zhili2018-09-191-3/+6
* libavfilter: Removes stored DNN models. Adds support for native backend model...Sergey Lavrushkin2018-09-171-34/+22
* libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.Sergey Lavrushkin2018-08-141-86/+48
* libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin2018-08-071-30/+30
* libavfilter: Adds on the fly generation of default DNN models for tensorflow ...Sergey Lavrushkin2018-08-071-12/+12
* libavfilter: vf_sr.c remove warningsPedro Arthur2018-07-021-3/+3
* Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin2018-07-021-0/+354