summaryrefslogtreecommitdiff
path: root/libavfilter/vf_sr.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/dnn: Remove DNN native backendTing Fu2023-04-281-1/+0
* lavfi/dnn: Modified DNN native backend related tools and docs.Ting Fu2023-04-281-1/+1
* lavf/sr: fix the segmentation fault caused by incorrect input frame free.Ting Fu2022-07-221-2/+3
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-121-2/+2
* libavfilter: Prepare to handle specific error codes in DNN FiltersShubhanshu Saxena2022-03-121-4/+4
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-3/+5
* avfilter/vf_sr: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-281-0/+8
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-8/+1
* lavfi/dnn_backend_tensorflow: add multiple outputs supportTing Fu2021-05-111-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* dnn: add function type for modelGuo, Yejun2021-02-181-1/+1
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-181-42/+11
* dnn: add a new interface DNNModel.get_outputGuo, Yejun2020-09-211-15/+10
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-211-18/+7
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-211-103/+63
* dnn: add userdata for load model parameterGuo, Yejun2020-09-211-1/+1
* dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-251-5/+6
* dnn: add backend options when load the modelGuo, Yejun2020-08-121-1/+1
* avfilter/vf_sr.c: refine code to use AVPixFmtDescriptor.log2_chroma_h/wGuo, Yejun2020-03-031-34/+6
* 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