Paul B Mahol
3cbf37bf09
avfilter/af_silenceremove: fix max for duration options
6 years ago
Marton Balint
0e9a09793a
avfilter/af_afade: fix crossfade duration maximum value
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Paul B Mahol
3d308746eb
avfilter/af_afade: add logistic sigmoid curve
6 years ago
Paul B Mahol
9c120b4d42
avfilter/avf_showspectrum: add legend support to showspectrum filter
6 years ago
Michael Niedermayer
c07bbdbcf0
avfilter/vf_tonemap_opencl: Fix seperate typo
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Michael Niedermayer
6414415889
avfilter/af_biquads: Remove l from %lf in av_log environment
...
The l modifier does nothing in C99 and it was undefined in C89 for %f
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Michael Niedermayer
8dd7c2c6a7
avfilter/af_aiir: Remove l from %lf in av_log environment
...
The l modifier does nothing in C99 and it was undefined in C89 for %f
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Paul B Mahol
c98ffa086c
avfilter/avf_showspectrum: switch to activate and add fps option
6 years ago
Jun Zhao
5a3ce4a92b
lavfi/deshake: fix deshake crash issue.
...
Fixes ticket #7441 .
for block contrast calculate, the block is like this:
|<---------------- stride-----------------------|
+-----------------------------------------------> X
|
| w = 16
| (cx,cy)+------+
| | |
|h=blocksize| |
| | |
| +------+
V
Y
so we calc the block contrast use:
(cy + y) * stride + (cx + x)
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
6 years ago
Paul B Mahol
50a2347b19
avfilter/avf_showspectrum: increase padding size for low sample rates
6 years ago
Paul B Mahol
fe447c0609
avfilter/avf_showspectrum: add zoom mode to showspectrumpic
6 years ago
Paul B Mahol
3e687be4fa
avfilter/avf_showspectrum: add green color map
6 years ago
Pavel Koshevoy
03123e4053
lavfi/atempo: fix tempo range limit inconsistency
...
yae_set_tempo was overlooked when max tempo limit was raised to 100.
tested with:
./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \
-af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-atempo.wav
where asendcmd.cfg was:
15.0-45.0 [enter] atempo tempo 2.0,
[leave] atempo tempo 0.5;
60.0-300.0 [enter] atempo tempo 4.0,
[leave] atempo tempo 1.0;
6 years ago
Paul B Mahol
d39fae0886
avfilter/avf_showspectrum: fix scaling in zoom mode
6 years ago
Paul B Mahol
196dd13c76
avfilter/avf_showspectrum: implement zoom mode
6 years ago
Paul B Mahol
0baca07759
avilter/af_afir: add irfmt option
6 years ago
Paul B Mahol
4901fa1fb8
avfilter/af_afir: use internal lavfi queue
6 years ago
Paul B Mahol
6725fd8b0f
avfilter/af_headphone: use lavfi internal queue instead
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Paul B Mahol
ef3babb2c7
avfilter/af_asetnsamples: use lavfi internal queue
6 years ago
Paul B Mahol
7d65fe87e9
avfilter: add ff_inlink_queued_samples()
6 years ago
Marton Balint
7ca2ee059e
avfilter/f_cue: use inlink fifo for queueing frames
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Marton Balint
8f14170b9a
avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to access frames in the inlink fifo
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Paul B Mahol
9e45364a80
avfilter/af_afir: make IR gain control more flexible
...
For this reason introduce two more options.
6 years ago
Paul B Mahol
4c514edc5b
avfilter/avfilter: fix typos in comments
6 years ago
Paul B Mahol
5ee4144701
avfilter/af_afftdn: add missing break
6 years ago
Paul B Mahol
efb65abedf
avfilter: add audio denoising (afftdn) filter
6 years ago
Paul B Mahol
d6e50e0716
avfilter/vf_curves: add planar rgb support
6 years ago
Steven Liu
a7429d853d
avfilter/buffersink.h: fix comment typo of av_buffersink_get_samples
...
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
6 years ago
Paul B Mahol
54ca198e23
avfilter/vf_threshold: add slice threading
6 years ago
Steven Liu
4b00332203
avfilter/sr: process and output message when load_model is NULL
...
fix ticket: 7455
Reviewed-by: Pedro Arthur <bygrandao@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
6 years ago
Paul B Mahol
a9485d7318
avfilter: document mono option of silencedetect filter
...
Also provide shorter option, and reorder options in documentation.
6 years ago
Pedro Arthur
1cb101f60d
avfilter/vf_sr: Fix coverity CID 1439584
6 years ago
Zhao Zhili
cd732ac472
avfilter/dnn_backend_native: fix memleak
...
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Zhao Zhili
5dad514379
avfilter/dnn_backend_native: fix invalid free
...
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Zhao Zhili
0d7a75e848
avfilter/vf_sr: fix read out of bounds
...
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Sergey Lavrushkin
bd10c1e9a8
libavfilter: Removes stored DNN models. Adds support for native backend model file format in tf backend.
...
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Paul B Mahol
b0cfb2cfb9
avfilter/vf_colorspace: fix typo in comment
6 years ago
Paul B Mahol
c4774c5474
avfilter/af_astats: count zero crossings
6 years ago
Paul B Mahol
5109c38162
avfilter: add acrossover filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Paul B Mahol
83f7a5eb62
avfilter/avf_aphasemeter: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
11fc18994e
avfilter/f_ebur128: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
e334765408
avfilter/af_anequalizer: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
876101cf41
avfilter/af_afir: switch to activate
6 years ago
Paul B Mahol
da7a0ac979
avfilter/af_afir: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
91cc3aa8b1
avfilter/avf_showspectrum: add magma color map
6 years ago
Tristan Matthews
f3b430e0e4
lavfi/silencedetect: fix spelling
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Paul B Mahol
e320f9576a
avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variable
7 years ago
Paul B Mahol
776cdd1dc8
avfilter/vf_remap: refactor code
7 years ago
Paul B Mahol
544fde1bf8
avfilter: add bm3d filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
ecf38be7c7
avfilter: add amultiply audio filter
7 years ago