[FFmpeg-devel] [PATCH] avfilter: add pad opencl filter

Paul B Mahol onemda at gmail.com
Thu Feb 13 21:02:08 EET 2020


Will apply.

On 2/10/20, Paul B Mahol <onemda at gmail.com> wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  configure                   |   1 +
>  doc/filters.texi            |  77 +++++++
>  libavfilter/Makefile        |   1 +
>  libavfilter/allfilters.c    |   1 +
>  libavfilter/opencl/pad.cl   |  36 ++++
>  libavfilter/opencl_source.h |   1 +
>  libavfilter/vf_pad_opencl.c | 397 ++++++++++++++++++++++++++++++++++++
>  7 files changed, 514 insertions(+)
>  create mode 100644 libavfilter/opencl/pad.cl
>  create mode 100644 libavfilter/vf_pad_opencl.c


More information about the ffmpeg-devel mailing list