summaryrefslogtreecommitdiff
path: root/libavfilter/vf_convolution.c
Commit message (Expand)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_convolution: add 16-column operation for filter_column()Paul B Mahol2021-02-13
* avfilter: add kirsch video filterPaul B Mahol2021-01-27
* avfilter/vf_convolution: use correct stride variablePaul B Mahol2021-01-10
* avfilter/vf_convolution: Deduplicate filter optionsAndreas Rheinhardt2021-01-08
* avfilter/vf_convolution: add support for commandsPaul B Mahol2020-12-11
* avfilter/vf_convolution: add 12bit yuva formatsPaul B Mahol2019-11-18
* avfilter/vf_convolution: fix undefined behaviourPaul B Mahol2019-10-13
* avfilter/vf_convolution: Fix build failuresAndreas Rheinhardt2019-08-14
* avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song2019-08-07
* avfilter/vf_convolution: use sqrtf as its fasterPaul B Mahol2018-11-15
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
* avfilter/vf_convolution: use already available dstridePaul B Mahol2018-05-05
* avfilter/vf_convolution: add column/vertical modePaul B Mahol2018-05-04
* avfilter/vf_convolution: unbreak roberts filterPaul B Mahol2018-05-03
* avfilter/vf_convolution: add horizontal/row modePaul B Mahol2018-05-03
* avfilter/vf_convolution: rewrite so it doesn't use temp buffersPaul B Mahol2018-05-03
* avfilter/vf_convolution: make rdiv set to 0 more usefulPaul B Mahol2018-04-28
* avfilter/vf_convolution: disable fast path if rdiv/bias are different from de...Paul B Mahol2018-03-23
* avfilter/vf_convolution: add 7x7 filterPaul B Mahol2017-12-04
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
* avfilter: add roberts cross operatorPaul B Mahol2017-06-19
* avfilter/vf_convolution: add slice threading supportPaul B Mahol2016-09-12
* avfilter: add sobel and prewitt filterPaul B Mahol2016-09-12
* avfilter/vf_convolution: add >8 bit depth supportPaul B Mahol2016-08-27
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_convolution: Use av_clip_uint8()Michael Niedermayer2016-01-23
* avfilter/vf_convolution: add timeline supportPaul B Mahol2016-01-22
* avfilter: add convolution filterPaul B Mahol2016-01-22