summaryrefslogtreecommitdiff
path: root/libavfilter/af_silenceremove.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/af_silenceremove: use input timestamp for timestamp recalculationPaul B Mahol2019-07-02
|
* avfilter/af_silenceremove: use enum for threshold detection modesPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: add enum for detection modesPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: add options descriptionPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: prefer outlink instead of inlinkPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: add mode optionsPaul B Mahol2018-10-15
| | | | To control how threshold is calculated in multichannel audio.
* avfilter/af_silenceremove: add options to keep min duration of silencePaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: fix max for duration optionsPaul B Mahol2018-10-08
|
* avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2017-11-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol2017-11-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_silenceremove: set output timestampsPaul B Mahol2017-05-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol2015-12-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
| | | | It has no longer any effect.
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
| | | | | | Fixes playback of some files with ffplay. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence optionClément Bœsch2015-09-08
|
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_silenceremove: remove dead codeMichael Niedermayer2014-09-06
| | | | | | | Fixes CID1237284 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* add silenceremove filterPaul B Mahol2014-09-05
Signed-off-by: Paul B Mahol <onemda@gmail.com>