[FFmpeg-devel] [PATCH v3] lavfi: add colorkey_opencl filter

Paul B Mahol onemda at gmail.com
Sun Apr 21 20:48:19 EEST 2019


On 4/20/19, Mark Thompson <sw at jkqxz.net> wrote:
> On 17/04/2019 03:08, Jarek Samic wrote:
>> This is a direct port of the CPU filter.
>>
>> Signed-off-by: Jarek Samic <cldfire3 at gmail.com>
>> ---
>> More fixes based on the comments from the second version of the patch
>> (moving sampler declaration into the program scope, `f`-suffixing
>> constants, attaching the `*` sigil to the variable name rather than the
>> data type).
>>
>>  configure                        |   1 +
>>  doc/filters.texi                 |  33 +++++
>>  libavfilter/Makefile             |   2 +
>>  libavfilter/allfilters.c         |   1 +
>>  libavfilter/opencl/colorkey.cl   |  49 +++++++
>>  libavfilter/opencl_source.h      |   1 +
>>  libavfilter/vf_colorkey_opencl.c | 244 +++++++++++++++++++++++++++++++
>>  7 files changed, 331 insertions(+)
>>  create mode 100644 libavfilter/opencl/colorkey.cl
>>  create mode 100644 libavfilter/vf_colorkey_opencl.c
>
> LGTM, and applied.
>

Next time bump minor version of lavfi.


More information about the ffmpeg-devel mailing list