| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_convolution: Fix compilation with sobel disabled | Andreas Rheinhardt | 2024-05-07 | 1 | -0/+2 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter/vf_convolution: add float user_rdiv[4] to allow user options to appl... | Stone Chen | 2024-02-25 | 1 | -5/+5 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -7/+7 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -13/+6 |
* | libavfilter/x86/vf_convolution: add sobel filter optimization and unit test w... | bwang30 | 2022-11-14 | 1 | -78/+13 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/vf_convolution: improve runtime support for convolution filter | Paul B Mahol | 2021-10-23 | 1 | -3/+6 |
* | avfilter/vf_convolution: unbreak runtime planes option functionality | Paul B Mahol | 2021-10-23 | 1 | -114/+96 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_convolution: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -11/+6 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+6 |
* | avfilter/vf_convolution: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -21/+9 |
* | avfilter/vf_convolution: Fix standalone build of kirsch, scharr filters | Andreas Rheinhardt | 2021-09-19 | 1 | -4/+0 |
* | avfilter/vf_convolution: add scharr operator | Paul B Mahol | 2021-09-10 | 1 | -1/+78 |
* | avfilter/vf_convolution: Add mem_internal.h for DECLARE_ALIGNED | Andreas Rheinhardt | 2021-08-21 | 1 | -0/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -12/+10 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+5 |
* | avfilter/vf_convolution: add 16-column operation for filter_column() | Paul B Mahol | 2021-02-13 | 1 | -37/+46 |
* | avfilter: add kirsch video filter | Paul B Mahol | 2021-01-27 | 1 | -0/+133 |
* | avfilter/vf_convolution: use correct stride variable | Paul B Mahol | 2021-01-10 | 1 | -3/+3 |
* | avfilter/vf_convolution: Deduplicate filter options | Andreas Rheinhardt | 2021-01-08 | 1 | -16/+8 |
* | avfilter/vf_convolution: add support for commands | Paul B Mahol | 2020-12-11 | 1 | -19/+47 |
* | avfilter/vf_convolution: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_convolution: fix undefined behaviour | Paul B Mahol | 2019-10-13 | 1 | -20/+20 |
* | avfilter/vf_convolution: Fix build failures | Andreas Rheinhardt | 2019-08-14 | 1 | -2/+3 |
* | avfilter/vf_convolution: add x86 SIMD for filter_3x3() | Ruiling Song | 2019-08-07 | 1 | -38/+3 |
* | 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 |