summaryrefslogtreecommitdiff
path: root/libavfilter/af_volumedetect.c
Commit message (Collapse)AuthorAge
* 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