| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_silenceremove: use input timestamp for timestamp recalculation | Paul B Mahol | 2019-07-02 | 1 | -0/+4 |
* | avfilter/af_silenceremove: use enum for threshold detection modes | Paul B Mahol | 2018-10-15 | 1 | -6/+11 |
* | avfilter/af_silenceremove: add enum for detection modes | Paul B Mahol | 2018-10-15 | 1 | -5/+10 |
* | avfilter/af_silenceremove: add options description | Paul B Mahol | 2018-10-15 | 1 | -16/+16 |
* | avfilter/af_silenceremove: prefer outlink instead of inlink | Paul B Mahol | 2018-10-15 | 1 | -28/+28 |
* | avfilter/af_silenceremove: add mode options | Paul B Mahol | 2018-10-15 | 1 | -6/+27 |
* | avfilter/af_silenceremove: add options to keep min duration of silence | Paul B Mahol | 2018-10-15 | 1 | -38/+129 |
* | avfilter/af_silenceremove: fix max for duration options | Paul B Mahol | 2018-10-08 | 1 | -2/+2 |
* | avfilter/af_silenceremove: fix possible crash if supplied duration is negative | Paul B Mahol | 2017-11-27 | 1 | -0/+9 |
* | avfilter/af_silenceremove: fix logic error in EOF case | Paul B Mahol | 2017-11-27 | 1 | -1/+1 |
* | avfilter/af_silenceremove: set output timestamps | Paul B Mahol | 2017-05-15 | 1 | -6/+36 |
* | avfilter/af_silenceremove: make size of window user configurable | Paul B Mahol | 2015-12-28 | 1 | -1/+3 |
* | avfilter/af_silenceremove: lower number of operations in for loop | Paul B Mahol | 2015-12-28 | 1 | -4/+4 |
* | avfilter/af_silenceremove: add peak detector | Paul B Mahol | 2015-12-27 | 1 | -33/+73 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -8/+0 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | avfilter/af_silenceremove: remove dead code | Michael Niedermayer | 2014-09-06 | 1 | -5/+2 |
* | add silenceremove filter | Paul B Mahol | 2014-09-05 | 1 | -0/+482 |