Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-02avfilter/af_silenceremove: use input timestamp for timestamp recalculationPaul B Mahol
2018-10-15avfilter/af_silenceremove: use enum for threshold detection modesPaul B Mahol
2018-10-15avfilter/af_silenceremove: add enum for detection modesPaul B Mahol
2018-10-15avfilter/af_silenceremove: add options descriptionPaul B Mahol
2018-10-15avfilter/af_silenceremove: prefer outlink instead of inlinkPaul B Mahol
2018-10-15avfilter/af_silenceremove: add mode optionsPaul B Mahol
To control how threshold is calculated in multichannel audio.
2018-10-15avfilter/af_silenceremove: add options to keep min duration of silencePaul B Mahol
2018-10-08avfilter/af_silenceremove: fix max for duration optionsPaul B Mahol
2017-11-27avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-27avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-15avfilter/af_silenceremove: set output timestampsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-28avfilter/af_silenceremove: make size of window user configurablePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-28avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-27avfilter/af_silenceremove: add peak detectorPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
It has no longer any effect.
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
Fixes playback of some files with ffplay. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-09avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence optionClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-09-06avfilter/af_silenceremove: remove dead codeMichael Niedermayer
Fixes CID1237284 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-05add silenceremove filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>