aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_morpho.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_morpho: Fix invalid frees on errorAndreas Rheinhardt2021-10-041-21/+28
* avfilter/vf_morpho: Take pre-padding into account for LUT-reallocationAndreas Rheinhardt2021-10-041-0/+1
* avfilter/vf_morpho: Factor out (re)allocating lutAndreas Rheinhardt2021-10-041-32/+28
* avfilter/vf_morpho: Fix leak of output frame on errorAndreas Rheinhardt2021-10-041-0/+1
* avfilter/vf_morpho: switch to internal timelinePaul B Mahol2021-10-031-2/+2
* avfilter/vf_morpho: add tophat and blackhat operationsPaul B Mahol2021-09-291-4/+55
* avfilter/vf_morpho: add gradient operation typePaul B Mahol2021-09-291-0/+37
* avfilter/vf_morpho: Rename functions to unbreak MSVCAndreas Rheinhardt2021-09-291-6/+6
* avfilter: add morpho filterPaul B Mahol2021-09-281-0/+939