29 Commits (b51eae1abeab6875e619a598b6e8d4e14c1b6cfd)

Author SHA1 Message Date
  Guo, Yejun e71d73b096 dnn: add a new interface DNNModel.get_output 4 years ago
  Guo, Yejun fce3e3e137 dnn: put DNNModel.set_input and DNNModule.execute_model together 4 years ago
  Guo, Yejun 2003e32f62 dnn: change dnn interface to replace DNNData* with AVFrame* 4 years ago
  Guo, Yejun 6918e240d7 dnn: add userdata for load model parameter 4 years ago
  Guo, Yejun 0f7a99e37a dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model 4 years ago
  Guo, Yejun 0a51abe8ab dnn: add backend options when load the model 4 years ago
  Guo, Yejun f9cb7cf424 avfilter/vf_sr.c: refine code to use AVPixFmtDescriptor.log2_chroma_h/w 5 years ago
  Guo, Yejun 912ab246f1 avfilter/vf_sr: correct flags since the filter changes frame w/h 5 years ago
  Guo, Yejun e1b45b8596 avfilter/dnn: get the data type of network output from dnn execution result 5 years ago
  Jun Zhao 0b7bfa8ad7 lavf/sr: Refine the coding style for init 6 years ago
  Jun Zhao 5c1fbc4239 lavf/sr: Don't need to check NULL before sws_freeContext 6 years ago
  Jun Zhao 51b0e81216 lavf/sr: Dump input pixel format in error message 6 years ago
  Jun Zhao 9b069eb14e lavfi/sr: Change the backend type from flags to int 6 years ago
  Jun Zhao b983e71bde lavfi/sr: Remove slice thread flag 6 years ago
  Guo, Yejun c636dc9819 libavfilter/dnn: add more data type support for dnn model input 6 years ago
  Guo, Yejun 25c1cd909f libavfilter/dnn: support multiple outputs for tensorflow model 6 years ago
  Guo, Yejun 7adfb6132e libavfilter/dnn: avoid memcpy for tensorflow dnn output 6 years ago
  Guo, Yejun e2b92896c4 libavfilter/dnn: determine dnn output during execute_model instead of set_input_output 6 years ago
  Guo, Yejun 05f86f05bb libavfilter/dnn: remove limit for the name of DNN model input/output 6 years ago
  Guo, Yejun 05aec8bb13 libavfilter/vf_sr: refine code to remove keyword 'else' 6 years ago
  Steven Liu 4b00332203 avfilter/sr: process and output message when load_model is NULL 6 years ago
  Pedro Arthur 1cb101f60d avfilter/vf_sr: Fix coverity CID 1439584 6 years ago
  Zhao Zhili 0d7a75e848 avfilter/vf_sr: fix read out of bounds 6 years ago
  Sergey Lavrushkin bd10c1e9a8 libavfilter: Removes stored DNN models. Adds support for native backend model file format in tf backend. 6 years ago
  Sergey Lavrushkin 95cb2127ad libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions. 6 years ago
  Sergey Lavrushkin 9d87897ba8 libavfilter: Code style fixes for pointers in DNN module and sr filter. 6 years ago
  Sergey Lavrushkin 4eb63efbda libavfilter: Adds on the fly generation of default DNN models for tensorflow backend instead of storing binary model. 6 years ago
  Pedro Arthur 54b425a7fa libavfilter: vf_sr.c remove warnings 6 years ago
  Sergey Lavrushkin 575b718990 Adds ESPCN super resolution filter merged with SRCNN filter. 7 years ago