| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |