summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_gblur.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_gblur: fix undefined behaviourPaul B Mahol2019-10-161-1/+4
* avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol2019-10-161-1/+1
* avfilter/vf_gblur: switch to ff_filter_process_command()Paul B Mahol2019-10-141-18/+2
* avfilter/vf_gblur: add support for commandsPaul B Mahol2019-10-061-0/+17
* avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song2019-06-121-39/+32
* lavfi/gblur: doing several columns at the same timeRuiling Song2019-05-081-20/+42
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+2
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-101-1/+1
* avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filt...Michael Niedermayer2017-01-271-4/+4
* avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol2016-09-041-11/+26
* avfilter: add gblur filterPaul B Mahol2016-09-041-0/+352
OpenPOWER on IntegriCloud