summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_sinc.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-2/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter/asrc_sinc: check allocation return valuePaul B Mahol2022-03-031-0/+3
* avfilter/asrc_sinc: remove no longer correct (un)packPaul B Mahol2022-03-031-4/+0
* avfilter/asrc_sinc: switch to rdft from lavu/txPaul B Mahol2022-02-061-20/+17
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/asrc_sinc: 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-16/+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/asrc_sinc: Don't allocate arrays separatelyAndreas Rheinhardt2020-01-281-6/+4
* lavfi/sinc: fix memory leak in error handling pathJun Zhao2019-09-111-1/+4
* avfilter: add sinc source filterPaul B Mahol2018-10-191-0/+455