Paul B Mahol
9e74c7ae87
avfilter/af_dialoguenhance: add double-floating point sample format support
12 months ago
Paul B Mahol
704ef556fe
avfilter/af_surround: refactor some code
12 months ago
Kyle Swanson
9f1dbca820
avfilter/libvmaf: small cleanup for style, whitespace, unused LIBVMAFContext struct members
...
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
12 months ago
Paul B Mahol
d9e41ead82
avfilter/avfilter: fix OOM case for default activate
...
Fixes OOM when caller keeps adding frames into filtergraph
that reached EOF by other means, for example EOF is signalled
by other filter in filtergraph or by buffersink.
12 months ago
Paul B Mahol
e3e3531d1e
avfilter/vsrc_gradients: make rotation always continuous if speed changes
12 months ago
Paul B Mahol
8888574d10
avfilter/vsrc_gradients: add commands support
12 months ago
Paul B Mahol
f84412d6f4
avfilter/vf_corr: for all zero returns zero score instead of 1
12 months ago
Paul B Mahol
aad3223978
avfilter/vf_corr: add slice threading support
12 months ago
Paul B Mahol
db7b838237
avfilter/vf_chromanr: compare correct variables for advanced mode
12 months ago
Paul B Mahol
a30adf9f96
avfilter/framesync: fix OOM case
...
Fixes OOM when caller keeps adding frames into filtergraph
that reached EOF by other means, for example EOF is signalled
by other filter in filtergraph or by buffersink.
12 months ago
Paul B Mahol
47e214245b
avfilter/arls_template: use defines for all constants
12 months ago
Paul B Mahol
f66536cc58
avfilter: add Affine Projection adaptive audio filter
12 months ago
Paul B Mahol
67ce690bc6
avfilter/af_anlms: set output frame duration
12 months ago
Paul B Mahol
411c516453
avfilter/af_arls: set output frame duration
12 months ago
Paul B Mahol
bafbb0697e
avfilter/af_amix: set output frame duration
12 months ago
Paul B Mahol
358aced447
avfilter/af_amultiply: set output frame duration
12 months ago
Paul B Mahol
8b9c400f1d
avfilter/af_amerge: use already provided outlink
12 months ago
Paul B Mahol
c979ccdfd7
avfilter: no need to request more samples if internal frame is available
12 months ago
Paul B Mahol
3bca828d39
avfilter/af_arls: add double sample format support
12 months ago
Paul B Mahol
42e45ea8ff
avfilter/af_anlms: add double sample format support
12 months ago
Paul B Mahol
5f87a68cf7
avfilter/vf_colorcorrect: fix memory leaks
12 months ago
Paul B Mahol
f1f973313b
avfilter/af_dialoguenhance: do output scaling once
12 months ago
Paul B Mahol
b1942734c7
avfilter/af_afwtdn: fix crash with EOF handling
12 months ago
Paul B Mahol
4671fb7dfb
avfilter/af_dialoguenhance: simplify channels copy
12 months ago
Wenbin Chen
47b2328076
libavfilter/vf_dnn_detect: Add yolo support
...
Add yolo support. Yolo model doesn't output final result. It outputs
candidate boxes, so we need post-process to remove overlap boxes to
get final results. Also, the box's coordinators relate to cell and
anchors, so we need these information to calculate boxes as well.
Model detail please refer to: https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v2-tf
Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Reviewed-by: Guo Yejun <yejun.guo@intel.com>
12 months ago
Wenbin Chen
caa5d123a7
libavfilter/vf_dnn_detect: Add model_type option.
...
There are many kinds of detection DNN model and they have different
preprocess and postprocess methods. To support more models,
"model_type" option is added to help to choose preprocess and
postprocess function.
Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Reviewed-by: Guo Yejun <yejun.guo@intel.com>
12 months ago
Paul B Mahol
e7111ba44a
avfilter/vsrc_gradients: allow zero speed
12 months ago
Paul B Mahol
f1acb0d843
avfilter/vsrc_gradients: add square type
12 months ago
Paul B Mahol
2d9ed64859
avfilter/af_dialoguenhance: fix overreads
12 months ago
Paul B Mahol
37c5bcc4e8
avfilter/af_channelmap: do not override set channel layout
12 months ago
Paul B Mahol
4adb93dff0
avfilter/asrc_afirsrc: fix by one smaller allocation of buffer
12 months ago
James Almer
0008e1c5d5
avfilter/asrc_anullsrc: fix allowed range for sample_rate
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
12 months ago
Paul B Mahol
4af412be71
avfilter: use AV_OPT_TYPE_CHLAYOUT
12 months ago
Paul B Mahol
d55d0bba48
avfilter/af_afir: remove flag that is not needed
1 year ago
Paul B Mahol
28a43cf7fe
avfilter/af_afir: no need to dynamically add outpad
1 year ago
Paul B Mahol
6579d95df3
avfilter/af_afir: refactor crossfade code
1 year ago
Paul B Mahol
bbdd604b9e
avfilter/af_afir: add timeline support
1 year ago
Paul B Mahol
a9205620b1
avfilter/af_afir: remove IR response video rendering support
...
And deprecate related options.
The same functionality can be done with specialized audio visualization filters.
1 year ago
Paul B Mahol
7c16bf0829
avfilter/avf_showvolume: improve step for vertical orientation
1 year ago
Paul B Mahol
3ed2225a9d
avfilter/avf_showvolume: draw channel names directly into output frame
1 year ago
Jun Zhao
2d4aef8982
lavfi/Makefile: fix vf_cropdetect missed edge_common
...
vf_cropdetect depends on edge_common, it's missing in Makefile.
Fix trac issue:
http://trac.ffmpeg.org/ticket/10664
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
1 year ago
Diederik de Haas via ffmpeg-devel
c07ed10b0e
apply spelling fixes
...
Fix spelling issue as reported by Debian's lintian tool:
accomodate -> accommodate
addtional -> additional
auxillary -> auxiliary
bellow -> below
betweeen -> between
Calulate -> Calculate
coefficents -> coefficients
Defalt -> Default
defaul -> default
higer -> higher
neccesary -> necessary
orignal -> original
ouput -> output
precison -> precision
processsing -> processing
substract -> subtract
Transfered -> Transferred
upto -> up to
Also add several of them to the 'common typos' check in patcheck.
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
1 year ago
Paul B Mahol
5452cbdc15
avfilter/af_afir: add irnorm and irlink options
...
Deprecate gtype option.
1 year ago
Paul B Mahol
08e97dae20
avfilter/af_adynamicequalizer: add adaptive detection mode
1 year ago
Paul B Mahol
82be1e5c0d
avfilter/af_adynamicequalizer: do gain calculations in log domain
1 year ago
sunyuechi
afb967b81e
af_afir: RISC-V V fcmul_add
...
Segmented loads are slow, so here we use unit-strided load and narrowing shifts.
c910:
fcmul_add_c: 2179
fcmul_add_rvv_f64: 1652
c908:
fcmul_add_c: 4891.2
fcmul_add_rvv_f64: 2399.5
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
1 year ago
Paul B Mahol
7282137f48
lavfi/af_amix: make sure the output does not depend on input ordering
...
Signed-off-by: Anton Khirnov <anton@khirnov.net>
1 year ago
Paul B Mahol
84e400ae37
avfilter/buffersrc: switch to activate
...
Fixes OOM when caller keeps adding frames into filtergraph
that reached EOF by other means, for example EOF is signalled
by other filter in filtergraph or by buffersink.
1 year ago
Paul B Mahol
3ff811a41f
avfilter/vf_colortemperature: add gbr(a)pf support
1 year ago
Paul B Mahol
553b31da68
avfilter/avf_showcwt: fix invalid write for full bargraph
1 year ago