[FFmpeg-devel] [PLEASE IGNORE] [PATCH] avfilter: add xfade opencl filter

Paul B Mahol onemda at gmail.com
Sun Feb 2 15:13:37 EET 2020


Will apply soon.

On 2/1/20, Paul B Mahol <onemda at gmail.com> wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  configure                     |   1 +
>  doc/filters.texi              |  97 ++++++++
>  libavfilter/Makefile          |   1 +
>  libavfilter/allfilters.c      |   1 +
>  libavfilter/opencl/xfade.cl   | 145 +++++++++++
>  libavfilter/opencl_source.h   |   1 +
>  libavfilter/vf_xfade_opencl.c | 440 ++++++++++++++++++++++++++++++++++
>  7 files changed, 686 insertions(+)
>  create mode 100644 libavfilter/opencl/xfade.cl
>  create mode 100644 libavfilter/vf_xfade_opencl.c


More information about the ffmpeg-devel mailing list