summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_convolve.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter: add deconvolve filterPaul B Mahol2017-12-271-10/+99
* avfilter/vf_convolve: remove padding, its unused and not neededPaul B Mahol2017-12-271-4/+4
* avfilter/vf_convolve: cosmeticsPaul B Mahol2017-12-271-5/+5
* avfilter/vf_convolve: add threading for complex multiplicationPaul B Mahol2017-12-251-14/+32
* avfilter/vf_convolve: implement slice threadingPaul B Mahol2017-12-251-42/+100
* avfilter/vf_convolve: split input/output operations from fftPaul B Mahol2017-12-251-16/+31
* avfilter/vf_convolve: use shorter variants for pointersPaul B Mahol2017-12-251-16/+21
* avfilter/vf_convolve: clear coefficients only when neededPaul B Mahol2017-12-251-7/+10
* avfilter/vf_convolve: fix various issuesPaul B Mahol2017-12-241-45/+92
* avfilter/vf_convolve: fix convolution of bordersPaul B Mahol2017-12-241-4/+9
* avfilter/vf_convolve: unbreak non-power of 2 width&height filteringPaul B Mahol2017-12-231-7/+20
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* avfilter/vf_convolve: use av_clip_uint8James Almer2017-09-091-1/+1
* avfilter: add generic FFT video convolve filterPaul B Mahol2017-09-091-0/+418
OpenPOWER on IntegriCloud