| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -11/+11 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter/vf_morpho: add slice threading support | Paul B Mahol | 2023-05-08 | 1 | -99/+158 |
* | avfilter/vf_morpho: remove unused function's argument | Paul B Mahol | 2023-05-08 | 1 | -3/+3 |
* | avfilter/vf_morpho: move structure processing in separate loop | Paul B Mahol | 2023-05-08 | 1 | -17/+22 |
* | avfilter/vf_morpho: fix leak by not returning too early | Paul B Mahol | 2021-10-05 | 1 | -1/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_morpho: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_morpho: Fix invalid frees on error | Andreas Rheinhardt | 2021-10-04 | 1 | -21/+28 |
* | avfilter/vf_morpho: Take pre-padding into account for LUT-reallocation | Andreas Rheinhardt | 2021-10-04 | 1 | -0/+1 |
* | avfilter/vf_morpho: Factor out (re)allocating lut | Andreas Rheinhardt | 2021-10-04 | 1 | -32/+28 |
* | avfilter/vf_morpho: Fix leak of output frame on error | Andreas Rheinhardt | 2021-10-04 | 1 | -0/+1 |
* | avfilter/vf_morpho: switch to internal timeline | Paul B Mahol | 2021-10-03 | 1 | -2/+2 |
* | avfilter/vf_morpho: add tophat and blackhat operations | Paul B Mahol | 2021-09-29 | 1 | -4/+55 |
* | avfilter/vf_morpho: add gradient operation type | Paul B Mahol | 2021-09-29 | 1 | -0/+37 |
* | avfilter/vf_morpho: Rename functions to unbreak MSVC | Andreas Rheinhardt | 2021-09-29 | 1 | -6/+6 |
* | avfilter: add morpho filter | Paul B Mahol | 2021-09-28 | 1 | -0/+939 |