| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' | Michael Niedermayer | 2014-04-13 | 1 | -6/+17 |
|\ |
|
| * | af_volume: implement replaygain clipping prevention | Alessandro Ghedini | 2014-04-13 | 1 | -6/+17 |
* | | Merge commit 'a49aa440c939e221194f8d95bf98673f8cf38a06' | Michael Niedermayer | 2014-04-05 | 1 | -1/+3 |
|\| |
|
| * | af_volume: implement replaygain pre-amplification | Alessandro Ghedini | 2014-04-04 | 1 | -1/+3 |
* | | Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15' | Michael Niedermayer | 2014-03-24 | 1 | -1/+40 |
|\| |
|
| * | af_volume: support using replaygain frame side data | Anton Khirnov | 2014-03-24 | 1 | -0/+39 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-05 | 1 | -0/+2 |
|\| |
|
| * | avfilter: Add missing emms_c when needed | Luca Barbato | 2014-03-05 | 1 | -0/+2 |
* | | Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f' | Michael Niedermayer | 2014-02-24 | 1 | -1/+7 |
|\| |
|
| * | af_volume: preserve frame properties | Anton Khirnov | 2014-02-24 | 1 | -1/+7 |
* | | lavfi/volume: fix NULL reference in filter_frame() | Stefano Sabatini | 2013-12-25 | 1 | -1/+1 |
* | | lavfi/volume: extend volume logging | Stefano Sabatini | 2013-12-25 | 1 | -6/+7 |
* | | lavfi/volume: implement process_command() callback, with the volume command | Stefano Sabatini | 2013-12-25 | 1 | -0/+17 |
* | | lavfi/volume: support volume expression and per-frame expression evaluation | Stefano Sabatini | 2013-12-25 | 1 | -19/+125 |
* | | lavfi/volume: support all channel counts | Stefano Sabatini | 2013-12-02 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | | Merge commit '093804a93cc5da3f95f98265a5df116912443cec' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|
| * | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: add timeline support. | Clément Bœsch | 2013-04-23 | 1 | -0/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59' | Michael Niedermayer | 2013-04-11 | 1 | -4/+1 |
|\| |
|
| * | af_volume: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -11/+2 |
* | | 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 |