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
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