| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_volumedetect: Remove dependency on channel layout | Michael Niedermayer | 2016-11-06 | 1 | -2/+11 |
* | avfilter/af_volumedetect: use log10 instead of hardcoded constant | Ganesh Ajjanagadde | 2015-12-01 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -4/+3 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | avfilter: add av_cold to uninit() | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -4/+3 |
* | lavfi: declare arrays that never change as static const | Paul B Mahol | 2012-12-21 | 1 | -1/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -14/+21 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi/af_volumedetect: print stats in uninit(). | Nicolas George | 2012-10-25 | 1 | -8/+4 |
* | af_volumedetect: fix use of uninitilaized variable in case of planar audio. | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | lavfi: add volumedetect filter. | Nicolas George | 2012-08-19 | 1 | -0/+159 |