aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_dnn_processing.c
Commit message (Expand)AuthorAgeFilesLines
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-3/+3
* libavfilter/dnn_interface: use dims to represent shapesWenbin Chen2024-01-281-7/+14
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-2/+0
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-071-0/+1
* avfilter/vf_dnn_processing: replace magic number by enum valueZhao Zhili2023-06-081-3/+3
* lavfi/dnn: Remove DNN native backendTing Fu2023-04-281-1/+0
* lavfi/dnn: Modified DNN native backend related tools and docs.Ting Fu2023-04-281-1/+1
* lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8Cosmin Stejerean2022-11-151-0/+1
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-121-4/+4
* libavfilter: Prepare to handle specific error codes in DNN FiltersShubhanshu Saxena2022-03-121-4/+4
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-8/+8
* avfilter/vf_dnn_processing: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* libavfilter: Remove synchronous functions from DNN filtersShubhanshu Saxena2021-08-281-82/+2
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-281-5/+5
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-2/+1
* lavfi/vf_dnn_processing.c: fix CID 1460603Guo, Yejun2021-05-181-0/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* dnn: add function type for modelGuo, Yejun2021-02-181-1/+1
* dnn: extract common functions used by different filtersGuo, Yejun2021-02-181-78/+15
* libavfilter/dnn: use avpriv_report_missing_feature for unsupported featuresGuo, Yejun2021-01-221-2/+2
* libavfilter/dnn: add batch mode for async executionGuo, Yejun2021-01-151-3/+37
* dnn: fix issue when pthread is not supportedGuo, Yejun2020-12-311-0/+7
* vf_dnn_processing.c: add async supportGuo, Yejun2020-12-291-1/+77
* dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun2020-12-291-1/+1
* vf_dnn_processing.c: replace filter_frame with activate funcGuo, Yejun2020-12-291-2/+47
* dnn: add NV12 pixel format supportTing Fu2020-12-221-9/+21
* dnn: add a new interface DNNModel.get_outputGuo, Yejun2020-09-211-13/+4
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-211-14/+4
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-211-199/+41
* dnn: add userdata for load model parameterGuo, Yejun2020-09-211-1/+1
* dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-251-5/+4
* dnn: add backend options when load the modelGuo, Yejun2020-08-121-1/+3
* vf_dnn_processing.c: add dnn backend openvinoGuo, Yejun2020-07-021-1/+4
* avfilter/vf_dnn_processing.c: fix typo for the linesize of dnn dataGuo, Yejun2020-04-071-2/+2
* lavfi/vf_dnn_processing: Fix compile warning of mixed declarations and codeLinjie Fu2020-03-191-2/+5
* avfilter/vf_dnn_processing.c: add frame size change support for planar yuv fo...Guo, Yejun2020-03-121-7/+30
* avfilter/vf_dnn_processing.c: add planar yuv format supportGuo, Yejun2020-03-121-0/+72
* avfilter/vf_dnn_processing.c: use swscale for uint8<->float32 convertGuo, Yejun2020-03-121-20/+61
* lavfi/dnn_processing: refine code to use function av_image_copy_plane for dat...Guo, Yejun2020-01-141-61/+24
* vf_dnn_processing: add support for more formats gray8 and grayf32Guo, Yejun2020-01-071-42/+126
* vf_dnn_processing: remove parameter 'fmt'Guo, Yejun2020-01-071-46/+49
* avfilter/vf_dnn_processing: refine code for better namingGuo, Yejun2019-12-131-45/+45
* avfilter/vf_dnn_processing: correct duplicate statementleozhang2019-11-081-2/+2
* avfilter/vf_dnn_processing: fix fate-sourceGuo, Yejun2019-11-081-1/+1
* avfilter/vf_dnn_processing: add a generic filter for image proccessing with d...Guo, Yejun2019-11-071-0/+331