summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dnn_processing.c
Commit message (Expand)AuthorAge
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-12
* libavfilter: Prepare to handle specific error codes in DNN FiltersShubhanshu Saxena2022-03-12
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_dnn_processing: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* libavfilter: Remove synchronous functions from DNN filtersShubhanshu Saxena2021-08-28
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-28
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* lavfi/vf_dnn_processing.c: fix CID 1460603Guo, Yejun2021-05-18
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* dnn: add function type for modelGuo, Yejun2021-02-18
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-18
* libavfilter/dnn: use avpriv_report_missing_feature for unsupported featuresGuo, Yejun2021-01-22
* libavfilter/dnn: add batch mode for async executionGuo, Yejun2021-01-15
* dnn: fix issue when pthread is not supportedGuo, Yejun2020-12-31
* vf_dnn_processing.c: add async supportGuo, Yejun2020-12-29
* dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun2020-12-29
* vf_dnn_processing.c: replace filter_frame with activate funcGuo, Yejun2020-12-29
* dnn: add NV12 pixel format supportTing Fu2020-12-22
* 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: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-25
* dnn: add backend options when load the modelGuo, Yejun2020-08-12
* vf_dnn_processing.c: add dnn backend openvinoGuo, Yejun2020-07-02
* avfilter/vf_dnn_processing.c: fix typo for the linesize of dnn dataGuo, Yejun2020-04-07
* lavfi/vf_dnn_processing: Fix compile warning of mixed declarations and codeLinjie Fu2020-03-19
* avfilter/vf_dnn_processing.c: add frame size change support for planar yuv fo...Guo, Yejun2020-03-12
* avfilter/vf_dnn_processing.c: add planar yuv format supportGuo, Yejun2020-03-12
* avfilter/vf_dnn_processing.c: use swscale for uint8<->float32 convertGuo, Yejun2020-03-12
* lavfi/dnn_processing: refine code to use function av_image_copy_plane for dat...Guo, Yejun2020-01-14
* vf_dnn_processing: add support for more formats gray8 and grayf32Guo, Yejun2020-01-07
* vf_dnn_processing: remove parameter 'fmt'Guo, Yejun2020-01-07
* avfilter/vf_dnn_processing: refine code for better namingGuo, Yejun2019-12-13
* avfilter/vf_dnn_processing: correct duplicate statementleozhang2019-11-08
* avfilter/vf_dnn_processing: fix fate-sourceGuo, Yejun2019-11-08
* avfilter/vf_dnn_processing: add a generic filter for image proccessing with d...Guo, Yejun2019-11-07