summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fftfilt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud