summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fftfilt.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-3/+3
* avfilter/vf_fftfilt: Check return value of av_tx_init()Andreas Rheinhardt2022-11-121-13/+17
* avfilter/vf_fftfilt: Add missing cpu.h inclusionpascal massimino2022-02-141-0/+1
* avfilter/vf_fftfilt: switch to rdft from lavu/txPaul B Mahol2022-02-141-56/+103
* avfilter/vf_fftfilt: export FFT arrays sizePaul B Mahol2021-10-141-2/+4
* avfilter/vf_fftfilt: Use av_clip_uint8Martin Storsjö2021-10-141-1/+1
* avfilter/vf_fftfilt: add gray formats >8 depth supportPaul B Mahol2021-10-141-0/+2
* avfilter/vf_fftfilt: add slice threading supportPaul B Mahol2021-10-141-102/+229
* avfilter/vf_fftfilt: simplify bits/len calculationPaul B Mahol2021-10-141-7/+5
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-16/+16
* avfilter/vf_fftfilt: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-3/+3
* avfilter/vf_fftfilt: support >8 bit depth formatsPaul B Mahol2017-12-231-4/+61
* avfilter/vf_fftfilt: make it possible to evaluate expressions per framePaul B Mahol2017-09-041-17/+38
* avfilter/vf_fftfilt: add generic timeline supportPaul B Mahol2017-09-041-0/+1
* avfilter/vf_fftfilt: add support for more pixel formatsPaul B Mahol2017-09-041-17/+25
* avfilter/vf_fftfilt: cache rdft contextsPaul B Mahol2017-09-041-17/+24
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-241-1/+3
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol2016-01-141-1/+1
* avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol2016-01-141-72/+72
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-251-1/+1
* avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4Michael Niedermayer2015-05-121-12/+14
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+4
* avfilter/vf_fftfilt: increase RDFT length by 10%Michael Niedermayer2015-03-101-2/+2
* avfilter: Add FFT domain filter.Arwa Arif2015-03-071-0/+343