summaryrefslogtreecommitdiff
path: root/libavfilter/vf_convolve.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: add xcorrelate video filterPaul B Mahol2021-10-13
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_convolve: 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/vf_convolve: Deduplicate framesync auxiliary functionsAndreas Rheinhardt2021-09-23
* avfilter/vf_convolve: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/vf_convolve: switch to TX FFT from avutilPaul B Mahol2021-08-17
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* 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