| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/volume: use designated initializers for the sample_fmts declaration. | Clément Bœsch | 2013-03-31 | 1 | -6/+3 |
* | lavfi/volume: use copy props helper instead of incomplete manual code. | Clément Bœsch | 2013-03-31 | 1 | -1/+1 |
* | lavfi/af_volume: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -10/+4 |
* | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\ |
|
| * | Replace remaining includes of audioconvert.h with channel_layout.h | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -6/+6 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |
| * | x86: af_volume: add SSE2-optimized s16 volume scaling | Justin Ruggles | 2012-12-05 | 1 | -0/+3 |
| * | lavfi: add volume filter | Justin Ruggles | 2012-12-05 | 1 | -0/+314 |
* | lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c | Stefano Sabatini | 2012-12-08 | 1 | -0/+311 |
* | lavfi: rename af_volume to af_volume_stefano | Michael Niedermayer | 2012-12-06 | 1 | -201/+0 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -10/+20 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -2/+2 |
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -2/+2 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -6/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -3/+10 |
* | lavfi: remove audio.h include from avfilter.h. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -1/+1 |
* | volume: remove duplicated condition. | Clément Bœsch | 2012-01-05 | 1 | -3/+1 |
* | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | af_volume: exp10() is a GNU extension. | Michael Niedermayer | 2011-11-05 | 1 | -1/+1 |
* | lavfi: add volume filter | Stefano Sabatini | 2011-11-05 | 1 | -0/+191 |