Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-10avfilter/vf_gblur: allow filtering with zero horizontal sigmaPaul B Mahol
2022-09-04avfilter/vf_gblur: handle cases when parameters become invalidPaul B Mahol
2022-06-23avfilter/vf_gblur: properly round outputPaul B Mahol
2022-05-06avfilter/vf_gblur: Move ff_gblur_init into a headerAndreas Rheinhardt
2022-02-10avfilter/vf_gblur: fix memory leaks if config_input() is called againPaul B Mahol
2022-02-10avfilter/vf_gblur: use av_freep()Paul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_gblur: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-29libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua
2021-08-29libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-17avfilter/vf_gblur: add missing arch checkJames Almer
2021-02-17x86/vf_gblur: fix postscale_slice prologueJames Almer
2021-02-16avfilter/x86/vf_gblur: add postscale SIMDPaul B Mahol
2021-02-16avfilter/vf_gblur: factor out postscale functionPaul B Mahol
2021-02-12avfilter/vf_gblur: add float format supportPaul B Mahol
2019-11-18avfilter/vf_gblur: add support for 12bit yuva formatsPaul B Mahol
2019-10-16avfilter/vf_gblur: fix undefined behaviourPaul B Mahol
2019-10-16avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol
2019-10-14avfilter/vf_gblur: switch to ff_filter_process_command()Paul B Mahol
2019-10-06avfilter/vf_gblur: add support for commandsPaul B Mahol
2019-06-12avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song
2019-05-08lavfi/gblur: doing several columns at the same timeRuiling Song
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-04-10avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol
2017-01-28avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filt...Michael Niedermayer
2016-09-05avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol
2016-09-04avfilter: add gblur filterPaul B Mahol