summaryrefslogtreecommitdiff
path: root/libavfilter/vf_gblur.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_gblur: allow filtering with zero horizontal sigmaPaul B Mahol2022-09-101-2/+2
* avfilter/vf_gblur: handle cases when parameters become invalidPaul B Mahol2022-09-041-0/+6
* avfilter/vf_gblur: properly round outputPaul B Mahol2022-06-231-6/+4
* avfilter/vf_gblur: Move ff_gblur_init into a headerAndreas Rheinhardt2022-05-061-88/+1
* avfilter/vf_gblur: fix memory leaks if config_input() is called againPaul B Mahol2022-02-101-8/+10
* avfilter/vf_gblur: use av_freep()Paul B Mahol2022-02-101-2/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-23/+23
* avfilter/vf_gblur: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua2021-08-291-2/+9
* libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua2021-08-291-8/+16
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-3/+6
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_gblur: add missing arch checkJames Almer2021-02-171-1/+2
* x86/vf_gblur: fix postscale_slice prologueJames Almer2021-02-171-2/+1
* avfilter/x86/vf_gblur: add postscale SIMDPaul B Mahol2021-02-161-6/+7
* avfilter/vf_gblur: factor out postscale functionPaul B Mahol2021-02-161-9/+14
* avfilter/vf_gblur: add float format supportPaul B Mahol2021-02-121-4/+18
* avfilter/vf_gblur: add support for 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* 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