aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_convolution.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_convolution: improve runtime support for convolution filterPaul B Mahol2021-10-231-3/+6
* avfilter/vf_convolution: unbreak runtime planes option functionalityPaul B Mahol2021-10-231-114/+96
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_convolution: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-11/+6
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-6/+6
* avfilter/vf_convolution: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-21/+9
* avfilter/vf_convolution: Fix standalone build of kirsch, scharr filtersAndreas Rheinhardt2021-09-191-4/+0
* avfilter/vf_convolution: add scharr operatorPaul B Mahol2021-09-101-1/+78
* avfilter/vf_convolution: Add mem_internal.h for DECLARE_ALIGNEDAndreas Rheinhardt2021-08-211-0/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-12/+10
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-5/+5
* avfilter/vf_convolution: add 16-column operation for filter_column()Paul B Mahol2021-02-131-37/+46
* avfilter: add kirsch video filterPaul B Mahol2021-01-271-0/+133
* avfilter/vf_convolution: use correct stride variablePaul B Mahol2021-01-101-3/+3
* avfilter/vf_convolution: Deduplicate filter optionsAndreas Rheinhardt2021-01-081-16/+8
* avfilter/vf_convolution: add support for commandsPaul B Mahol2020-12-111-19/+47
* avfilter/vf_convolution: add 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_convolution: fix undefined behaviourPaul B Mahol2019-10-131-20/+20
* avfilter/vf_convolution: Fix build failuresAndreas Rheinhardt2019-08-141-2/+3
* avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song2019-08-071-38/+3
* avfilter/vf_convolution: use sqrtf as its fasterPaul B Mahol2018-11-151-6/+6
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter/vf_convolution: use already available dstridePaul B Mahol2018-05-051-1/+1
* avfilter/vf_convolution: add column/vertical modePaul B Mahol2018-05-041-45/+142
* avfilter/vf_convolution: unbreak roberts filterPaul B Mahol2018-05-031-4/+4
* avfilter/vf_convolution: add horizontal/row modePaul B Mahol2018-05-031-25/+99
* avfilter/vf_convolution: rewrite so it doesn't use temp buffersPaul B Mahol2018-05-031-708/+261
* avfilter/vf_convolution: make rdiv set to 0 more usefulPaul B Mahol2018-04-281-4/+11
* avfilter/vf_convolution: disable fast path if rdiv/bias are different from de...Paul B Mahol2018-03-231-0/+3
* avfilter/vf_convolution: add 7x7 filterPaul B Mahol2017-12-041-5/+170
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+2
* avfilter: add roberts cross operatorPaul B Mahol2017-06-191-0/+134
* avfilter/vf_convolution: add slice threading supportPaul B Mahol2016-09-121-63/+158
* avfilter: add sobel and prewitt filterPaul B Mahol2016-09-121-29/+305
* avfilter/vf_convolution: add >8 bit depth supportPaul B Mahol2016-08-271-25/+165
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter/vf_convolution: Use av_clip_uint8()Michael Niedermayer2016-01-231-2/+2
* avfilter/vf_convolution: add timeline supportPaul B Mahol2016-01-221-0/+1
* avfilter: add convolution filterPaul B Mahol2016-01-221-0/+335