Re: [FFmpeg-devel] [PATCH 2/5] transpose_vulkan: add passthrough option

2022-01-10 Thread Wu Jianhua
> It sure would be nice if all the different hw flavors of the same filter > could share code. Yeah. Definitely. The config_output function of the same filter implemented by different hw is similar. Maybe something like this could be integrated into one separate function. Best Regards, Jianhua _

Re: [FFmpeg-devel] [PATCH 2/5] transpose_vulkan: add passthrough option

2022-01-10 Thread Anton Khirnov
It sure would be nice if all the different hw flavors of the same filter could share code. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or emai

[FFmpeg-devel] [PATCH 2/5] transpose_vulkan: add passthrough option

2022-01-02 Thread Wu Jianhua
The following command is on how to apply passthrough option: ffmpeg -init_hw_device vulkan -i input.264 -vf hwupload=extra_hw_frames=16,transpose_vulkan=passthrough=landscape,hwdownload,format=yuv420p output.264 Signed-off-by: Wu Jianhua --- libavfilter/vf_transpose_vulkan.c | 22