summaryrefslogtreecommitdiff
path: root/libavfilter/vf_morpho.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_morpho: add slice threading supportPaul B Mahol2023-05-081-99/+158
* avfilter/vf_morpho: remove unused function's argumentPaul B Mahol2023-05-081-3/+3
* avfilter/vf_morpho: move structure processing in separate loopPaul B Mahol2023-05-081-17/+22
* avfilter/vf_morpho: fix leak by not returning too earlyPaul B Mahol2021-10-051-1/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_morpho: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* 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