summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_volume.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'Michael Niedermayer2013-04-111-4/+1
|\
| * af_volume: switch to an AVOptions-based system.Anton Khirnov2013-04-091-11/+2
* | lavfi/volume: use designated initializers for the sample_fmts declaration.Clément Bœsch2013-03-311-6/+3
* | lavfi/volume: use copy props helper instead of incomplete manual code.Clément Bœsch2013-03-311-1/+1
* | lavfi/af_volume: use standard options parsing.Nicolas George2013-03-201-10/+4
* | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-6/+6
|\ \ | |/
| * 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
* lavfi: drop af_volume_stefano.c in favor of af_volume_justin.cStefano Sabatini2012-12-081-0/+311
* lavfi: rename af_volume to af_volume_stefanoMichael Niedermayer2012-12-061-201/+0
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-10/+20
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-3/+3
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-2/+2
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-2/+2
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-6/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-3/+10
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-121-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-1/+1
* volume: remove duplicated condition.Clément Bœsch2012-01-051-3/+1
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* af_volume: exp10() is a GNU extension.Michael Niedermayer2011-11-051-1/+1
* lavfi: add volume filterStefano Sabatini2011-11-051-0/+191
OpenPOWER on IntegriCloud