summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_volume.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some arrays that never change as const.Anton Khirnov2017-02-011-1/+1
* af_volume: implement replaygain clipping preventionAlessandro Ghedini2014-04-131-6/+17
* af_volume: implement replaygain pre-amplificationAlessandro Ghedini2014-04-041-1/+3
* af_volume: support using replaygain frame side dataAnton Khirnov2014-03-241-0/+39
* avfilter: Add missing emms_c when neededLuca Barbato2014-03-051-0/+2
* af_volume: preserve frame propertiesAnton Khirnov2014-02-241-1/+7
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-1/+1
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* af_volume: switch to an AVOptions-based system.Anton Khirnov2013-04-091-11/+2
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-6/+6
* x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-051-0/+3
* lavfi: add volume filterJustin Ruggles2012-12-051-0/+314
OpenPOWER on IntegriCloud