| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_convolution: use sqrtf as its faster | Paul B Mahol | 2018-11-15 | 1 | -6/+6 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_convolution: use already available dstride | Paul B Mahol | 2018-05-05 | 1 | -1/+1 |
* | avfilter/vf_convolution: add column/vertical mode | Paul B Mahol | 2018-05-04 | 1 | -45/+142 |
* | avfilter/vf_convolution: unbreak roberts filter | Paul B Mahol | 2018-05-03 | 1 | -4/+4 |
* | avfilter/vf_convolution: add horizontal/row mode | Paul B Mahol | 2018-05-03 | 1 | -25/+99 |
* | avfilter/vf_convolution: rewrite so it doesn't use temp buffers | Paul B Mahol | 2018-05-03 | 1 | -708/+261 |
* | avfilter/vf_convolution: make rdiv set to 0 more useful | Paul B Mahol | 2018-04-28 | 1 | -4/+11 |
* | avfilter/vf_convolution: disable fast path if rdiv/bias are different from de... | Paul B Mahol | 2018-03-23 | 1 | -0/+3 |
* | avfilter/vf_convolution: add 7x7 filter | Paul B Mahol | 2017-12-04 | 1 | -5/+170 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | avfilter: add roberts cross operator | Paul B Mahol | 2017-06-19 | 1 | -0/+134 |
* | avfilter/vf_convolution: add slice threading support | Paul B Mahol | 2016-09-12 | 1 | -63/+158 |
* | avfilter: add sobel and prewitt filter | Paul B Mahol | 2016-09-12 | 1 | -29/+305 |
* | avfilter/vf_convolution: add >8 bit depth support | Paul B Mahol | 2016-08-27 | 1 | -25/+165 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/vf_convolution: Use av_clip_uint8() | Michael Niedermayer | 2016-01-23 | 1 | -2/+2 |
* | avfilter/vf_convolution: add timeline support | Paul B Mahol | 2016-01-22 | 1 | -0/+1 |
* | avfilter: add convolution filter | Paul B Mahol | 2016-01-22 | 1 | -0/+335 |