[FFmpeg-devel] [PATCH] Initial version of PSNR

2023-03-15 Thread Suraj Shirvankar
Refactor based on CR Signed-off-by: Suraj Shirvankar --- configure| 1 + libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/opencl/psnr.cl | 41 +++ libavfilter/opencl_source.h | 1 + libavfilter/vf_psnr_opencl.c | 585

[FFmpeg-devel] [PATCH] avfilter/vf_psnr_opencl: Support PSNR Opencl

2023-03-10 Thread Suraj Shirvankar
This feature uses opencl to perform the PSNR calculation. Its my first contribution to the project, please share your feedback Signed-off-by: Suraj Shirvankar --- configure | 1 + libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/opencl/psnr.cl | 41 +++ libavfilter