summaryrefslogtreecommitdiff
path: root/libavfilter/vf_convolve.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-5/+5
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: add xcorrelate video filterPaul B Mahol2021-10-131-44/+326
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-20/+20
* avfilter/vf_convolve: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-7/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/vf_convolve: Deduplicate framesync auxiliary functionsAndreas Rheinhardt2021-09-231-3/+5
* avfilter/vf_convolve: Remove always-false format checkAndreas Rheinhardt2021-09-211-4/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter/vf_convolve: switch to TX FFT from avutilPaul B Mahol2021-08-171-68/+100
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-7/+14
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_convolve: reset fft/ifft pointers after freePaul B Mahol2020-02-251-0/+2
* 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