summaryrefslogtreecommitdiff
path: root/libavfilter/af_silenceremove.c
Commit message (Expand)AuthorAge
* avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-28
* avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol2015-12-28
* avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-27
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* 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
* avfilter/af_silenceremove: remove dead codeMichael Niedermayer2014-09-06
* add silenceremove filterPaul B Mahol2014-09-05