Ting Fu
048d5cc620
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>
4 years ago
Ting Fu
946fcd4508
dnn/openvino: remove unnecessary code
...
Signed-off-by: Ting Fu <ting.fu@intel.com>
4 years ago
Paul B Mahol
41ddb27597
avfilter/vsrc_testsrc: add missing break
4 years ago
Paul B Mahol
9e1956175c
avfilter/vf_maskedmerge: add yuv440p10 and commands support
4 years ago
Paul B Mahol
8d86d58941
avfilter/vf_datascope: add option to show only subset of components
4 years ago
Paul B Mahol
eb0f532c98
avfilter/vf_bbox: add support for commands
4 years ago
Paul B Mahol
4f81e24c34
avfilter/vf_bbox: add support for >8 depth
4 years ago
Paul B Mahol
9b44f99329
avfilter/bbox: add support for >8 depth
4 years ago
Paul B Mahol
294854bd0a
avfilter/vsrc_testsrc: add complement mode to rgbtestsrc
4 years ago
Paul B Mahol
79f2bca59c
avfilter/vsrc_testsrc: add planar support to rgbtestsrc
4 years ago
Paul B Mahol
1ed6b80c28
avfilter/vf_threshold: add support for more formats
4 years ago
Paul B Mahol
95179dff82
avfilter/vf_chromanr: add support for more formats
4 years ago
Paul B Mahol
4ae2dfd7ea
avfilter/vf_detelecine: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
bc2632f867
avfilter/vf_mix: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
6baed9ce03
avfilter/vf_telecine: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
737bb01540
avfilter/vf_weave: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
9beee83043
avfilter/vf_il: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
c590ff1fbb
avfilter/vf_copy: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
60836fb6f6
avfilter/vf_fieldhint: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
5b34fcaa8d
avfilter/vf_stack: use ff_formats_pixdesc_filter()
4 years ago
Paul B Mahol
b7817f23c0
avfilter/vf_phase: add support for commands
4 years ago
Paul B Mahol
e722b443e4
avfilter: add estdif video filter
4 years ago
Paul B Mahol
d4902751cb
avfilter/vf_w3fdif: fix parity in frame mode
4 years ago
Guo, Yejun
64ea15f050
libavfilter/dnn: add batch mode for async execution
...
the default number of batch_size is 1
Signed-off-by: Xie, Lin <lin.xie@intel.com>
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
4 years ago
Paul B Mahol
aaeee01eab
avfilter/vf_w3fdif: add support for >8 depth gray formats
4 years ago
Paul B Mahol
a0acc44106
avfilter/vf_convolution: use correct stride variable
4 years ago
Andreas Rheinhardt
482aeda8bf
avfilter/vsrc_testsrc: Deduplicate options
...
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
6fed8a6cb0
avfilter/af_biquads: Don't redundantly set AVClass
...
It is already set generically in ff_filter_alloc().
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
2d48b69b3d
avfilter/af_biquads: Deduplicate options
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
a6fa1838e6
avfilter/vf_blend: Deduplicate options
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
c51887c56a
avfilter/af_asupercut: Deduplicate options
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
d1de1d95a6
avfilter/vf_neighbor: Deduplicate options
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
096cb41624
avfilter/vf_convolution: Deduplicate filter options
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
a91b18f368
avfilter/vf_qp: Deduplicate variable names arrays
...
This also avoids relocations.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Paul B Mahol
89c9c42c5b
avfilter/af_astats: clip input value to prevent overflow
4 years ago
Paul B Mahol
ddd6c5cdc0
avfilter/vf_w3fdif: not interlaced frames are filtered like tff
4 years ago
Paul B Mahol
b112c86a2e
avfilter/vf_w3fdif: add two more useful options
4 years ago
Andreas Rheinhardt
2c6f532e0a
Mark some pointers as const
...
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Anton Khirnov
c6357311f3
lavfi/vf_uspp: convert to the video_enc_params API
4 years ago
Anton Khirnov
7f7eb137d6
lavfi/vf_codecview: convert to the video_enc_params API
4 years ago
Anton Khirnov
3f0930387c
lavfi/vf_fspp: convert to the video_enc_params API
4 years ago
Anton Khirnov
955bdb1d32
lavfi/vf_pp7: convert to the video_enc_params API
...
Re-enable fate-filter-pp7
4 years ago
Anton Khirnov
775707aba9
lavfi/vf_spp: convert to the video_enc_params API
...
Re-enable fate-filter-spp
4 years ago
Anton Khirnov
a11ee84194
lavfi/vf_pp: convert to the video_enc_params API
...
Re-enable fate-filter-qp and fate-filter-pp.
4 years ago
Anton Khirnov
fba0ecbe20
lavfi: add common code to handle QP tables
...
It will be used for converting the *pp filters to the new
AVVideoEncParams API.
4 years ago
Anton Khirnov
c72d526494
lavfi/vf_qp: convert to the video_enc_params API
...
Temporarily disable fate-filter-qp until vf_pp is converted.
4 years ago
Anton Khirnov
e15371061d
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
...
They are not properly namespaced and not intended for public use.
4 years ago
Anton Khirnov
c8c2dfbc37
lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
...
That is a more appropriate place for it.
4 years ago
Paul B Mahol
54cd025a82
avfilter: add temporal midway equalizer filter
4 years ago
Andreas Rheinhardt
2089d21bc7
avfilter/vf_addroi: Use chars instead of strings for one-char strings
...
Reviewed-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago