Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-25lavfi/af_volumedetect: print stats in uninit().Nicolas George
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.
2012-10-11af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer
Fixes: CID733841 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-19lavfi: add volumedetect filter.Nicolas George