Paul B Mahol
|
1b262004d3
|
avfilter/af_silenceremove: use input timestamp for timestamp recalculation
|
5 years ago |
Paul B Mahol
|
936376f3f7
|
avfilter/af_silenceremove: use enum for threshold detection modes
|
6 years ago |
Paul B Mahol
|
631994b62b
|
avfilter/af_silenceremove: add enum for detection modes
|
6 years ago |
Paul B Mahol
|
454ed32d56
|
avfilter/af_silenceremove: add options description
|
6 years ago |
Paul B Mahol
|
a853623681
|
avfilter/af_silenceremove: prefer outlink instead of inlink
|
6 years ago |
Paul B Mahol
|
346b23237b
|
avfilter/af_silenceremove: add mode options
To control how threshold is calculated in multichannel audio.
|
6 years ago |
Paul B Mahol
|
c07bc1d6ee
|
avfilter/af_silenceremove: add options to keep min duration of silence
|
6 years ago |
Paul B Mahol
|
3cbf37bf09
|
avfilter/af_silenceremove: fix max for duration options
|
6 years ago |
Paul B Mahol
|
2d1594a8d6
|
avfilter/af_silenceremove: fix possible crash if supplied duration is negative
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
7 years ago |
Paul B Mahol
|
9152bda839
|
avfilter/af_silenceremove: fix logic error in EOF case
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
7 years ago |
Paul B Mahol
|
7760ed7e96
|
avfilter/af_silenceremove: set output timestamps
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
8 years ago |
Paul B Mahol
|
47aaebd63e
|
avfilter/af_silenceremove: make size of window user configurable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
9 years ago |
Paul B Mahol
|
b841fe002a
|
avfilter/af_silenceremove: lower number of operations in for loop
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
9 years ago |
Paul B Mahol
|
1809894b2a
|
avfilter/af_silenceremove: add peak detector
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
9 years ago |
Nicolas George
|
44f660e7e7
|
lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.
It has no longer any effect.
|
9 years ago |
Paul B Mahol
|
494b792441
|
avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()
Fixes playback of some files with ffplay.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
9 years ago |
Clément Bœsch
|
5c64ae64bd
|
avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence option
|
9 years ago |
Paul B Mahol
|
a0854c084e
|
avfilter: handle error in query_formats() in bunch of filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
10 years ago |
Michael Niedermayer
|
1b2390e2bc
|
avfilter/af_silenceremove: remove dead code
Fixes CID1237284
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
10 years ago |
Paul B Mahol
|
422619646e
|
add silenceremove filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
11 years ago |