Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22lavf/sr: fix the segmentation fault caused by incorrect input frame free.Ting Fu
2022-03-12libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena
2022-03-12libavfilter: Prepare to handle specific error codes in DNN FiltersShubhanshu Saxena
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_sr: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-28libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-05-11lavfi/dnn_backend_tensorflow: add multiple outputs supportTing Fu
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-18dnn: add function type for modelGuo, Yejun
2021-02-18dnn: extract common functions used by different filtersGuo, Yejun
2020-09-21dnn: add a new interface DNNModel.get_outputGuo, Yejun
2020-09-21dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun
2020-09-21dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun
2020-09-21dnn: add userdata for load model parameterGuo, Yejun
2020-08-25dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun
2020-08-12dnn: add backend options when load the modelGuo, Yejun
2020-03-03avfilter/vf_sr.c: refine code to use AVPixFmtDescriptor.log2_chroma_h/wGuo, Yejun
2019-10-30avfilter/vf_sr: correct flags since the filter changes frame w/hGuo, Yejun
2019-10-30avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun
2019-06-03lavf/sr: Refine the coding style for initJun Zhao
2019-06-03lavf/sr: Don't need to check NULL before sws_freeContextJun Zhao
2019-06-03lavf/sr: Dump input pixel format in error messageJun Zhao
2019-05-28lavfi/sr: Change the backend type from flags to intJun Zhao
2019-05-28lavfi/sr: Remove slice thread flagJun Zhao
2019-05-08libavfilter/dnn: add more data type support for dnn model inputGuo, Yejun
2019-05-08libavfilter/dnn: support multiple outputs for tensorflow modelGuo, Yejun
2019-05-08libavfilter/dnn: avoid memcpy for tensorflow dnn outputGuo, Yejun
2019-05-08libavfilter/dnn: determine dnn output during execute_model instead of set_inp...Guo, Yejun
2019-05-08libavfilter/dnn: remove limit for the name of DNN model input/outputGuo, Yejun
2019-05-08libavfilter/vf_sr: refine code to remove keyword 'else'Guo, Yejun
2018-09-24avfilter/sr: process and output message when load_model is NULLSteven Liu
2018-09-21avfilter/vf_sr: Fix coverity CID 1439584Pedro Arthur
2018-09-19avfilter/vf_sr: fix read out of boundsZhao Zhili
2018-09-18libavfilter: Removes stored DNN models. Adds support for native backend model...Sergey Lavrushkin
2018-08-14libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.Sergey Lavrushkin
2018-08-07libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin
2018-08-07libavfilter: Adds on the fly generation of default DNN models for tensorflow ...Sergey Lavrushkin
2018-07-02libavfilter: vf_sr.c remove warningsPedro Arthur
2018-07-02Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin