summaryrefslogtreecommitdiff
path: root/libavfilter/af_ladspa.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_ladspa: Free inpad's name genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/af_ladspa: check return value of getenv()Paul B Mahol2020-06-21
* avfilter/af_ladspa: add latency compensationPaul B Mahol2020-06-21
* avfilter/af_ladspa: check another directory for pluginsPaul B Mahol2020-06-21
* avfilter/af_ladspa: use av_sscanf()Paul B Mahol2018-11-18
* avfilter/af_ladspa: remove duplicate code linesPaul B Mahol2017-11-24
* avfilter/af_ladspa: accepts ' ' as command separator tooPaul B Mahol2016-01-22
* avfilter/af_ladspa: fix av_assert0()Paul B Mahol2015-12-21
* avfilter/af_ladspa: unbreak Mch -> Nch plugins, where M < NPaul B Mahol2015-12-15
* avfilter/af_ladspa: check functions return value in query_formatsPaul B Mahol2015-10-18
* avfilter/af_ladspa: process all channels for nb_handles > 1Paul B Mahol2015-09-16
* avfilter/af_ladspa: support simpler syntax for controlsPaul B Mahol2015-09-12
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter/af_ladspa: add special case for 2:2 pluginsPaul B Mahol2015-09-08
* lavfi/ladspa: cast return value of av_x_if_null to char*, fix warningsStefano Sabatini2013-11-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/af_ladspa: set output channel layout for passthrough casePaul B Mahol2013-09-27
* avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol2013-09-27
* avfilter/af_ladspa: refactor code setting input control ports valuesPaul B Mahol2013-09-27
* avfilter: add ladspa wrapper filterPaul B Mahol2013-09-22