summaryrefslogtreecommitdiff
path: root/libavfilter/vf_morpho.c
Commit message (Expand)AuthorAge
* avfilter/vf_morpho: fix leak by not returning too earlyPaul B Mahol2021-10-05
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_morpho: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_morpho: Fix invalid frees on errorAndreas Rheinhardt2021-10-04
* avfilter/vf_morpho: Take pre-padding into account for LUT-reallocationAndreas Rheinhardt2021-10-04
* avfilter/vf_morpho: Factor out (re)allocating lutAndreas Rheinhardt2021-10-04
* avfilter/vf_morpho: Fix leak of output frame on errorAndreas Rheinhardt2021-10-04
* avfilter/vf_morpho: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/vf_morpho: add tophat and blackhat operationsPaul B Mahol2021-09-29
* avfilter/vf_morpho: add gradient operation typePaul B Mahol2021-09-29
* avfilter/vf_morpho: Rename functions to unbreak MSVCAndreas Rheinhardt2021-09-29
* avfilter: add morpho filterPaul B Mahol2021-09-28