09:28
dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freep Signed-off-by: Guo, Yejun <yejun.guoⓐintel.com> [DH] libavfilter/dnn/dnn_backend_native_layer_conv2d.c
09:15
dnn_backend_native_layer_conv2d.c: correct struct name with CamelCase Signed-off-by: Guo, Yejun <yejun.guoⓐintel.com> [DH] libavfilter/dnn/dnn_backend_native_layer_conv2d.c
09:09
dnn/queue: remove prefix FF for Queue and SafeQueue we don't need FF prefix for internal data struct Signed-off-by: Guo, Yejun <yejun.guoⓐintel.com> [DH] libavfilter/dnn/dnn_backend_openvino.c [DH] libavfilter/dnn/queue.c [DH] libavfilter/dnn/queue.h [DH] libavfilter/dnn/safe_queue.c [DH] libavfilter/dnn/safe_queue.h
09:00
libavfilter/dnn: add prefix ff_ for internal functions from proc_from_frame_to_dnn to ff_proc_from_frame_to_dnn, and from proc_from_dnn_to_frame to ff_proc_from_dnn_to_frame. Signed-off-by: Guo, Yejun <yejun.guoⓐintel.com> [DH] libavfilter/dnn/dnn_backend_native.c [DH] libavfilter/dnn/dnn_backend_openvino.c [DH] libavfilter/dnn/dnn_backend_tf.c [DH] libavfilter/dnn/dnn_io_proc.c [DH] libavfilter/dnn/dnn_io_proc.h
08:56
libavfilter/dnn: use avpriv_report_missing_feature for unsupported features Signed-off-by: Guo, Yejun <yejun.guoⓐintel.com> [DH] libavfilter/dnn/dnn_backend_native.c [DH] libavfilter/dnn/dnn_backend_openvino.c [DH] libavfilter/dnn/dnn_backend_tf.c [DH] libavfilter/dnn/dnn_io_proc.c [DH] libavfilter/vf_dnn_processing.c
08:27
dnn_backend_openvino.c: add version mismatch reminder The OpenVINO model file format changes when OpenVINO goes to a new release, it does not work if the versions between model file and runtime are mismatched. Signed-off-by: Guo, Yejun <yejun.guoⓐintel.com> [DH] libavfilter/dnn/dnn_backend_openvino.c
11:44
avfilter/vf_w3fdif: add more forgotten formats [DH] libavfilter/vf_w3fdif.c
11:39
avfilter/vf_estdif: add some forgotten formats [DH] libavfilter/vf_estdif.c
04:42
dnn/openvino: support model input resize OpenVINO APIs require specify input size to run the model, while some OpenVINO model does accept different input size. To enable this feature adding input_resizable option here for easier use. Setting bool variable input_resizable to specify if the input can be resizable or not. input_resizable = 1 means support input resize, aka accept different input size. input_resizable = 0 (default) means do not support input resize. Please make sure the inference model does accept different input size before use this option, otherwise the inference engine may (...)
04:42
dnn/openvino: refine code for better model initialization Move openvino model/inference request creation and initialization steps from ff_dnn_load_model_ov to new function init_model_ov, for later input resize support. Signed-off-by: Ting Fu <ting.fuⓐintel.com> [DH] libavfilter/dnn/dnn_backend_openvino.c
04:42
dnn/openvino: remove unnecessary code Signed-off-by: Ting Fu <ting.fuⓐintel.com> [DH] libavfilter/dnn/dnn_backend_openvino.c