summaryrefslogtreecommitdiff
path: root/libavfilter/af_volume.c
Commit message (Collapse)AuthorAge
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
|
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
|
* af_volume: switch to an AVOptions-based system.Anton Khirnov2013-04-09
|
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
|
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* 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>.