| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -3/+0 |
* | avfilter: fix av_tx_fn stride usage for complex inputs | Paul B Mahol | 2022-11-19 | 1 | -5/+5 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: add xcorrelate video filter | Paul B Mahol | 2021-10-13 | 1 | -44/+326 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -20/+20 |
* | avfilter/vf_convolve: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -7/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_convolve: Deduplicate framesync auxiliary functions | Andreas Rheinhardt | 2021-09-23 | 1 | -3/+5 |
* | avfilter/vf_convolve: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -4/+0 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+4 |
* | avfilter/vf_convolve: switch to TX FFT from avutil | Paul B Mahol | 2021-08-17 | 1 | -68/+100 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -7/+14 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_convolve: reset fft/ifft pointers after free | Paul B Mahol | 2020-02-25 | 1 | -0/+2 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter: add deconvolve filter | Paul B Mahol | 2017-12-27 | 1 | -10/+99 |
* | avfilter/vf_convolve: remove padding, its unused and not needed | Paul B Mahol | 2017-12-27 | 1 | -4/+4 |
* | avfilter/vf_convolve: cosmetics | Paul B Mahol | 2017-12-27 | 1 | -5/+5 |
* | avfilter/vf_convolve: add threading for complex multiplication | Paul B Mahol | 2017-12-25 | 1 | -14/+32 |
* | avfilter/vf_convolve: implement slice threading | Paul B Mahol | 2017-12-25 | 1 | -42/+100 |
* | avfilter/vf_convolve: split input/output operations from fft | Paul B Mahol | 2017-12-25 | 1 | -16/+31 |
* | avfilter/vf_convolve: use shorter variants for pointers | Paul B Mahol | 2017-12-25 | 1 | -16/+21 |
* | avfilter/vf_convolve: clear coefficients only when needed | Paul B Mahol | 2017-12-25 | 1 | -7/+10 |
* | avfilter/vf_convolve: fix various issues | Paul B Mahol | 2017-12-24 | 1 | -45/+92 |
* | avfilter/vf_convolve: fix convolution of borders | Paul B Mahol | 2017-12-24 | 1 | -4/+9 |
* | avfilter/vf_convolve: unbreak non-power of 2 width&height filtering | Paul B Mahol | 2017-12-23 | 1 | -7/+20 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | avfilter/vf_convolve: use av_clip_uint8 | James Almer | 2017-09-09 | 1 | -1/+1 |
* | avfilter: add generic FFT video convolve filter | Paul B Mahol | 2017-09-09 | 1 | -0/+418 |