[FFmpeg-devel] [PATCH v2 2/2] avfilter: add a vflip_vulkan filter
Lynne
dev at lynne.ee
Fri Nov 19 17:50:08 EET 2021
19 Nov 2021, 15:50 by jianhua.wu at intel.com:
> The following command is on how to apply vflip_vulkan filter:
>
> ffmpeg -init_hw_device vulkan -i input.264 -vf hwupload=extra_hw_frames=16,vflip_vulkan,hwdownload,format=yuv420p output.264
>
> Signed-off-by: Wu Jianhua <jianhua.wu at intel.com>
> ---
> configure | 1 +
> libavfilter/Makefile | 3 +-
> libavfilter/allfilters.c | 1 +
> .../{vf_hflip_vulkan.c => vf_flip_vulkan.c} | 106 +++++++++++++-----
> 4 files changed, 84 insertions(+), 27 deletions(-)
> rename libavfilter/{vf_hflip_vulkan.c => vf_flip_vulkan.c} (76%)
>
Pushed all patches, thanks.
I'll need to think how to deal with the one_memory patchset.
More information about the ffmpeg-devel
mailing list