| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |