summaryrefslogtreecommitdiff
path: root/libavfilter/af_lv2.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-6/+12
* avfilter/af_lv2: add commands supportPaul B Mahol2022-03-101-0/+21
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_lv2: Free inpad's name genericallyAndreas Rheinhardt2021-08-221-8/+3
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-13/+3
* avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt2021-08-051-1/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-3/+3
* avfilter: add lv2 wrapper filterPaul B Mahol2017-11-261-0/+602