summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_sr.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_sr: correct flags since the filter changes frame w/hGuo, Yejun2019-10-301-1/+0
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-301-1/+1
* lavf/sr: Refine the coding style for initJun Zhao2019-06-031-7/+6
* lavf/sr: Don't need to check NULL before sws_freeContextJun Zhao2019-06-031-3/+1
* lavf/sr: Dump input pixel format in error messageJun Zhao2019-06-031-1/+4
* lavfi/sr: Change the backend type from flags to intJun Zhao2019-05-281-1/+1
* lavfi/sr: Remove slice thread flagJun Zhao2019-05-281-2/+1
* libavfilter/dnn: add more data type support for dnn model inputGuo, Yejun2019-05-081-1/+3
* libavfilter/dnn: support multiple outputs for tensorflow modelGuo, Yejun2019-05-081-5/+6
* libavfilter/dnn: avoid memcpy for tensorflow dnn outputGuo, Yejun2019-05-081-3/+0
* libavfilter/dnn: determine dnn output during execute_model instead of set_inp...Guo, Yejun2019-05-081-3/+17
* libavfilter/dnn: remove limit for the name of DNN model input/outputGuo, Yejun2019-05-081-2/+2
* libavfilter/vf_sr: refine code to remove keyword 'else'Guo, Yejun2019-05-081-76/+72
* 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
OpenPOWER on IntegriCloud