| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: fix av_tx_fn stride usage for complex inputs | Paul B Mahol | 2022-11-19 | 1 | -8/+8 |
* | avfilter/vf_fftdnoiz: Check return value of av_tx_init() | Andreas Rheinhardt | 2022-11-12 | 1 | -7/+11 |
* | avfilter/vf_fftdnoiz: improve filtering at edges | Paul B Mahol | 2022-10-22 | 1 | -2/+3 |
* | avfilter/vf_fftdnoiz: add window type support | Paul B Mahol | 2022-05-07 | 1 | -45/+57 |
* | avfilter/vf_fftdnoiz: Remove redundant ';' | Andreas Rheinhardt | 2022-05-06 | 1 | -2/+2 |
* | avfilter/vf_fftdnoiz: refactor code and improve 3d filtering | Paul B Mahol | 2022-05-05 | 1 | -289/+240 |
* | avfilter/vf_fftdnoiz: add alternative denoising method | Paul B Mahol | 2022-05-05 | 1 | -1/+17 |
* | avfilter/vf_fftdnoiz: small improvements | Paul B Mahol | 2022-04-29 | 1 | -59/+54 |
* | avfilter/vf_fftdnoiz: switch to fft from lavu/tx | Paul B Mahol | 2022-02-14 | 1 | -38/+52 |
* | avfilter/vf_fftdnoiz: fix missing funcionality | Paul B Mahol | 2021-10-18 | 1 | -0/+3 |
* | avfilter/vf_fftdnoiz: add command options support | Paul B Mahol | 2021-10-18 | 1 | -3/+5 |
* | avfilter/vf_fftdnoiz: add slice threading support | Paul B Mahol | 2021-10-18 | 1 | -82/+154 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -26/+26 |
* | avfilter/vf_fftdnoiz: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter/vf_fftdnoiz: Use lrintf() in export_row8() | Michael Niedermayer | 2021-07-20 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_fftdnoiz: add support for alpha formats | Paul B Mahol | 2019-11-18 | 1 | -0/+5 |
* | avfilter/vf_fftdnoiz: round toward nearest integer | Paul B Mahol | 2019-10-19 | 1 | -2/+2 |
* | avfilter: use av_clip_uintp2_c where clip is variable | John Cox | 2018-05-31 | 1 | -1/+1 |
* | avfilter: add fftdnoiz filter | Paul B Mahol | 2018-05-10 | 1 | -0/+694 |