summaryrefslogtreecommitdiff
path: root/libavfilter/af_volumedetect.c
Commit message (Collapse)AuthorAge
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
| | | | This is following 568c70e79ee267426c15ef4603c69703f6a5884a.
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
| | | | | Based on patch by Anton Khirnov Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
| | | | | | Also remove it in once case when it is not needed. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/af_volumedetect: print stats in uninit().Nicolas George2012-10-25
| | | | | | | | If the stats are printed when request_frame on the input returns EOF, then they are never printed if the filter is not flushed, in particular when using the -t ffmpeg option. Fix trac ticket #1727.
* af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer2012-10-11
| | | | | Fixes: CID733841 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add volumedetect filter.Nicolas George2012-08-19