summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_silenceremove.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_silenceremove: use input timestamp for timestamp recalculationPaul B Mahol2019-07-021-0/+4
* avfilter/af_silenceremove: use enum for threshold detection modesPaul B Mahol2018-10-151-6/+11
* avfilter/af_silenceremove: add enum for detection modesPaul B Mahol2018-10-151-5/+10
* avfilter/af_silenceremove: add options descriptionPaul B Mahol2018-10-151-16/+16
* avfilter/af_silenceremove: prefer outlink instead of inlinkPaul B Mahol2018-10-151-28/+28
* avfilter/af_silenceremove: add mode optionsPaul B Mahol2018-10-151-6/+27
* avfilter/af_silenceremove: add options to keep min duration of silencePaul B Mahol2018-10-151-38/+129
* avfilter/af_silenceremove: fix max for duration optionsPaul B Mahol2018-10-081-2/+2
* avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2017-11-271-0/+9
* avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol2017-11-271-1/+1
* avfilter/af_silenceremove: set output timestampsPaul B Mahol2017-05-151-6/+36
* avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-281-1/+3
* avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol2015-12-281-4/+4
* avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-271-33/+73
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-8/+0
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence optionClément Bœsch2015-09-081-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter/af_silenceremove: remove dead codeMichael Niedermayer2014-09-061-5/+2
* add silenceremove filterPaul B Mahol2014-09-051-0/+482
OpenPOWER on IntegriCloud