| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/pan: use extended_data instead of data. | Nicolas George | 2014-02-19 | 1 | -1/+2 |
* | lavfi/af_pan: support unknown layouts on input. | Nicolas George | 2013-11-03 | 1 | -8/+8 |
* | lavfi/af_pan: support unknown layouts on output. | Nicolas George | 2013-11-03 | 1 | -3/+7 |
* | lavfi: parsing helper for unknown channel layouts. | Nicolas George | 2013-11-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+0 |
* | Update copyrights where my email appears with the new one. | Clément Bœsch | 2013-09-03 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | af_pan: avoid spaces before % to avoid possible issues with MSVC | Michael Niedermayer | 2013-04-12 | 1 | -9/+10 |
* | af_pan: switch to an AVOptions-based shorthand system. | Michael Niedermayer | 2013-04-12 | 1 | -4/+17 |
* | af_pan: fix parsing arguments from the example in the documentation | Серж Нискородов | 2013-04-12 | 1 | -1/+1 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+2 |
* | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 1 | -1/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -8/+7 |
* | lavfi: add a channels field to AVFilterLink. | Nicolas George | 2012-12-20 | 1 | -0/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -14/+21 |
* | 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 |
* | af_pan: fix memleak of arg | Michael Niedermayer | 2012-10-13 | 1 | -9/+18 |
* | af_pan: Fix sscanf formats to work with buggy sscanf implementations | Hendrik Leppkes | 2012-09-15 | 1 | -4/+5 |
* | amerge/astreamsync/pan: fix license boilerplate. | Nicolas George | 2012-08-03 | 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/+4 |
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -1/+1 |
* | pan: use ff_parse_channel_layout() instead of av_get_channel_layout(). | Clément Bœsch | 2012-05-18 | 1 | -6/+5 |
* | lavfi/pan: add supported sample rates to avoid a crash. | Clément Bœsch | 2012-05-17 | 1 | -0/+6 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -2/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -6/+7 |
* | 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 | -2/+2 |
* | af_pan: remove dual double/int storage of gain. | Nicolas George | 2012-02-22 | 1 | -23/+9 |
* | af_pan: move query_format before config_props. | Nicolas George | 2012-02-20 | 1 | -23/+23 |
* | af_pan: remove the indirect function call. | Nicolas George | 2012-02-20 | 1 | -16/+1 |
* | af_pan: reindent after last commit. | Nicolas George | 2012-02-20 | 1 | -23/+21 |
* | af_pan: use libswr for rematrixing. | Nicolas George | 2012-02-20 | 1 | -47/+24 |
* | af_pan: comment a tricky piece of code. | Nicolas George | 2012-02-15 | 1 | -0/+4 |
* | pan: fix uninitialized channel_id variable. | Clément Bœsch | 2012-02-15 | 1 | -1/+1 |
* | lavfi/pan: copy ref props after filtering samples. | Clément Bœsch | 2012-02-02 | 1 | -0/+4 |
* | pan: drop unecessary includes. | Clément Bœsch | 2012-01-24 | 1 | -2/+0 |
* | pan: move query_formats() to avoid forward declarations. | Clément Bœsch | 2012-01-24 | 1 | -37/+34 |
* | pan: reindent after remap commit. | Clément Bœsch | 2012-01-24 | 1 | -21/+21 |
* | pan: add channel mapping capability. | Clément Bœsch | 2012-01-24 | 1 | -6/+127 |
* | pan: raise correct error when there is no param specified. | Clément Bœsch | 2012-01-24 | 1 | -0/+6 |
* | lavfi: add missing periods in descriptions. | Clément Bœsch | 2012-01-20 | 1 | -1/+1 |
* | lavfi: reimplement MPlayer's af_pan filter for libavfilter. | Clément Bœsch | 2011-11-18 | 1 | -0/+306 |