summaryrefslogtreecommitdiff
path: root/libavfilter/vf_convolve.c
Commit message (Expand)AuthorAge
* avfilter/vf_convolve: reset fft/ifft pointers after freePaul B Mahol2020-02-25
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
* avfilter: add deconvolve filterPaul B Mahol2017-12-27
* avfilter/vf_convolve: remove padding, its unused and not neededPaul B Mahol2017-12-27
* avfilter/vf_convolve: cosmeticsPaul B Mahol2017-12-27
* avfilter/vf_convolve: add threading for complex multiplicationPaul B Mahol2017-12-25
* avfilter/vf_convolve: implement slice threadingPaul B Mahol2017-12-25
* avfilter/vf_convolve: split input/output operations from fftPaul B Mahol2017-12-25
* avfilter/vf_convolve: use shorter variants for pointersPaul B Mahol2017-12-25
* avfilter/vf_convolve: clear coefficients only when neededPaul B Mahol2017-12-25
* avfilter/vf_convolve: fix various issuesPaul B Mahol2017-12-24
* avfilter/vf_convolve: fix convolution of bordersPaul B Mahol2017-12-24
* avfilter/vf_convolve: unbreak non-power of 2 width&height filteringPaul B Mahol2017-12-23
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* avfilter/vf_convolve: use av_clip_uint8James Almer2017-09-09
* avfilter: add generic FFT video convolve filterPaul B Mahol2017-09-09