summaryrefslogtreecommitdiff
path: root/libavfilter/vf_coreimage.m
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_coreimage: add missing semicolonJames Almer2023-05-041-1/+1
* avutil/frame: deprecate key_frameJames Almer2023-05-041-0/+2
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-041-0/+1
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+2
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-0/+1
* avfilter/vf_coreimage: use av_dict_iterateMarvin Scholz2022-12-011-8/+8
* lavfi/vf_coreimage: set frame durationsAnton Khirnov2022-10-131-0/+1
* avfilter/vf_coreimage: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-12/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avfilter/vf_coreimage: Simplify query_formatsAndreas Rheinhardt2021-09-171-35/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-3/+3
* lavfi/coreimage: fix memory leak after av_dict_parse_string failJun Zhao2020-01-041-0/+2
* lavfi/coreimage: reduce dependency scope from QuartzCore to CoreImageClément Bœsch2017-09-081-1/+1
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* lavfi: Add coreimage filter for GPU based image filtering on OSX.Thilo Borgmann2016-03-251-0/+688