summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_afirsrc.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add FIR equalizer coefficients source filterPaul B Mahol2023-04-271-4/+291
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-1/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-151-22/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/asrc_afirsrc: switch to activatePaul B Mahol2021-08-211-5/+11
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-17/+3
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-121-1/+1
* avfilter: add afirsrc filterPaul B Mahol2020-02-071-0/+330