summaryrefslogtreecommitdiff
path: root/libavfilter/vf_coreimage.m
Commit message (Collapse)AuthorAge
* lavfi/coreimage: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
| | | | | | | | In case of failure, all the successfully set entries are stored in *pm. We need to manually free the created dictionary to avoid memory leak. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* lavfi/coreimage: reduce dependency scope from QuartzCore to CoreImageClément Bœsch2017-09-08
| | | | | | What is required by the filter is CoreImage, there is no QuartzCore usage. QuartzCore/CoreImage.h is simply an include to CoreImage/CoreImage.h.
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi: Add coreimage filter for GPU based image filtering on OSX.Thilo Borgmann2016-03-25