| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_gblur: add support for 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_gblur: fix undefined behaviour | Paul B Mahol | 2019-10-16 | 1 | -1/+4 |
* | avfilter/vf_gblur: fix heap-buffer overflow | Paul B Mahol | 2019-10-16 | 1 | -1/+1 |
* | avfilter/vf_gblur: switch to ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -18/+2 |
* | avfilter/vf_gblur: add support for commands | Paul B Mahol | 2019-10-06 | 1 | -0/+17 |
* | avfilter/vf_gblur: add x86 SIMD optimizations | Ruiling Song | 2019-06-12 | 1 | -39/+32 |
* | lavfi/gblur: doing several columns at the same time | Ruiling Song | 2019-05-08 | 1 | -20/+42 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | avfilter: add GRAY10 and GRAY12 to some filters | Paul B Mahol | 2017-04-10 | 1 | -1/+1 |
* | avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filt... | Michael Niedermayer | 2017-01-27 | 1 | -4/+4 |
* | avfilter/vf_gblur: add sigmaV option, different vertical filtering | Paul B Mahol | 2016-09-04 | 1 | -11/+26 |
* | avfilter: add gblur filter | Paul B Mahol | 2016-09-04 | 1 | -0/+352 |