summaryrefslogtreecommitdiff
path: root/libavfilter/dnn/dnn_backend_native.c
Commit message (Expand)AuthorAge
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-12
* lavfi/dnn_backend_native: Return Specific Error CodesShubhanshu Saxena2022-03-12
* lavfi/dnn: Rename InferenceItem to LastLevelTaskItemShubhanshu Saxena2021-08-28
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-28
* lavfi/dnn: Task-based Inference in Native BackendShubhanshu Saxena2021-08-28
* lavfi/dnn: refine code to separate processing and detection in backendsGuo, Yejun2021-05-24
* lavfi/dnn: refine dnn interface to add DNNExecBaseParamsGuo, Yejun2021-05-06
* lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun2021-04-08
* dnn/dnn_backend_native: Fix typo in log messageAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Don't use asserts for checksAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Fix leak in case parsing options failsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Avoid allocation for checking file magicAndreas Rheinhardt2021-03-11
* dnn: add color conversion for analytic caseGuo, Yejun2021-02-18
* dnn: add function type for modelGuo, Yejun2021-02-18
* dnn: remove type cast which is not necessaryGuo, Yejun2021-01-28
* dnn: Add ff_ prefix to unnamespaced globalsMark Thompson2021-01-22
* dnn_backend_native.c: Add missing static to local variableMark Thompson2021-01-22
* libavfilter/dnn: add prefix ff_ for internal functionsGuo, Yejun2021-01-22
* libavfilter/dnn: use avpriv_report_missing_feature for unsupported featuresGuo, Yejun2021-01-22
* dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun2020-12-29
* libavfilter/dnn_backend_native: check mem allocationChris Miceli2020-10-14
* dnn: add a new interface DNNModel.get_outputGuo, Yejun2020-09-21
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-21
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-21
* dnn: add userdata for load model parameterGuo, Yejun2020-09-21
* dnn_backend_native.c: parse options in native backendXu Jun2020-09-09
* dnn/native: add log error messageTing Fu2020-08-25
* dnn/native: unify error return to DNN_ERRORTing Fu2020-08-25
* dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-25
* dnn/native: rename struct ConvolutionalNetwork to NativeModelTing Fu2020-08-21
* dnn: add backend options when load the modelGuo, Yejun2020-08-12
* dnn_backend_native: Add overflow check for length calculation.Reimar Döffinger2020-07-06
* dnn_backend_native: check operand indexGuo Yejun2020-06-17
* dnn_backend_native.c: refine code for fail caseGuo Yejun2020-06-17
* avfilter/dnn: add a new interface to query dnn model's input infoGuo, Yejun2019-10-30
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-30
* dnn: add tf.nn.conv2d support for native modelGuo, Yejun2019-10-30
* avfilter/dnn: unify the layer load function in native modeGuo, Yejun2019-10-15
* avfilter/dnn: unify the layer execution function in native modeGuo, Yejun2019-10-15
* avfilter/dnn: add DLT prefix for enum DNNLayerType to avoid potential conflictsGuo, Yejun2019-10-15
* libavfilter/dnn: support multiple outputs for native modeGuo, Yejun2019-09-20
* libavfilter/dnn/dnn_backend_native: find the input operand according to input...Guo, Yejun2019-09-20
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-20
* libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a...Guo, Yejun2019-09-19
* libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new fileGuo, Yejun2019-09-19
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-04
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-30
* dnn: change .model file format to put layer number at the end of fileGuo, Yejun2019-08-30
* dnn: introduce dnn operand (in c code) to hold operand infos within networkGuo, Yejun2019-08-30
* lavfi/dnn/dnn_backend_native: fix memory leak in error pathJun Zhao2019-08-20