| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -3/+3 |
* | avfilter/af_ladspa: check return value of getenv() | Paul B Mahol | 2020-06-21 | 1 | -2/+3 |
* | avfilter/af_ladspa: add latency compensation | Paul B Mahol | 2020-06-21 | 1 | -3/+57 |
* | avfilter/af_ladspa: check another directory for plugins | Paul B Mahol | 2020-06-21 | 1 | -0/+5 |
* | avfilter/af_ladspa: use av_sscanf() | Paul B Mahol | 2018-11-18 | 1 | -3/+3 |
* | avfilter/af_ladspa: remove duplicate code lines | Paul B Mahol | 2017-11-24 | 1 | -2/+0 |
* | avfilter/af_ladspa: accepts ' ' as command separator too | Paul B Mahol | 2016-01-22 | 1 | -1/+1 |
* | avfilter/af_ladspa: fix av_assert0() | Paul B Mahol | 2015-12-21 | 1 | -2/+2 |
* | avfilter/af_ladspa: unbreak Mch -> Nch plugins, where M < N | Paul B Mahol | 2015-12-15 | 1 | -3/+9 |
* | avfilter/af_ladspa: check functions return value in query_formats | Paul B Mahol | 2015-10-18 | 1 | -13/+37 |
* | avfilter/af_ladspa: process all channels for nb_handles > 1 | Paul B Mahol | 2015-09-16 | 1 | -3/+5 |
* | avfilter/af_ladspa: support simpler syntax for controls | Paul B Mahol | 2015-09-12 | 1 | -3/+6 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/af_ladspa: add special case for 2:2 plugins | Paul B Mahol | 2015-09-08 | 1 | -0/+8 |
* | lavfi/ladspa: cast return value of av_x_if_null to char*, fix warnings | Stefano Sabatini | 2013-11-05 | 1 | -3/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/af_ladspa: set output channel layout for passthrough case | Paul B Mahol | 2013-09-27 | 1 | -1/+5 |
* | avfilter/af_ladspa: allow changing controls dynamically | Paul B Mahol | 2013-09-27 | 1 | -0/+13 |
* | avfilter/af_ladspa: refactor code setting input control ports values | Paul B Mahol | 2013-09-27 | 1 | -24/+37 |
* | avfilter: add ladspa wrapper filter | Paul B Mahol | 2013-09-22 | 1 | -0/+673 |