summaryrefslogtreecommitdiff
path: root/libavfilter/af_volume.h
Commit message (Collapse)AuthorAge
* af_volume: implement replaygain clipping preventionAlessandro Ghedini2014-04-13
| | | | | | | This adds a new "replaygain_noclip" option to the filter, and, if enabled, limits the gain applied for tracks where clipping would occur. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* af_volume: implement replaygain pre-amplificationAlessandro Ghedini2014-04-04
| | | | | | | This adds a new "replaygain_preamp" option to the filter, and simply adds its value to the replaygain gain value. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* af_volume: support using replaygain frame side dataAnton Khirnov2014-03-24
|
* x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-05
|
* lavfi: add volume filterJustin Ruggles2012-12-05
Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.