summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fftfilt.c
Commit message (Expand)AuthorAge
* avfilter/vf_fftfilt: export FFT arrays sizePaul B Mahol2021-10-14
* avfilter/vf_fftfilt: Use av_clip_uint8Martin Storsjö2021-10-14
* avfilter/vf_fftfilt: add gray formats >8 depth supportPaul B Mahol2021-10-14
* avfilter/vf_fftfilt: add slice threading supportPaul B Mahol2021-10-14
* avfilter/vf_fftfilt: simplify bits/len calculationPaul B Mahol2021-10-14
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_fftfilt: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_fftfilt: support >8 bit depth formatsPaul B Mahol2017-12-23
* avfilter/vf_fftfilt: make it possible to evaluate expressions per framePaul B Mahol2017-09-04
* avfilter/vf_fftfilt: add generic timeline supportPaul B Mahol2017-09-04
* avfilter/vf_fftfilt: add support for more pixel formatsPaul B Mahol2017-09-04
* avfilter/vf_fftfilt: cache rdft contextsPaul B Mahol2017-09-04
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-24
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol2016-01-14
* avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol2016-01-14
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-25
* avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4Michael Niedermayer2015-05-12
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_fftfilt: increase RDFT length by 10%Michael Niedermayer2015-03-10
* avfilter: Add FFT domain filter.Arwa Arif2015-03-07