[FFmpeg-devel] [PATCH 2/6] lavf/vpp: Enable vpp filter, an Intel GPU accelerated scaler.
Nablet Developer
sdk at nablet.com
Mon Aug 22 11:22:33 EEST 2016
Hi Micheal,
Sure. Fixed. Will send with other changes (if other comments will
require them)
On 16.08.2016 21:33, Michael Niedermayer wrote:
> On Tue, Aug 16, 2016 at 05:10:03PM +0700, Nablet Developer wrote:
>> From: ChaoX A Liu <chaox.a.liu at intel.com>
>>
>> Signed-off-by: ChaoX A Liu <chaox.a.liu at intel.com>
>> ---
>> configure | 3 +
>> libavcodec/qsv.c | 2 +-
>> libavcodec/qsv_internal.h | 2 +-
>> libavfilter/Makefile | 1 +
>> libavfilter/allfilters.c | 1 +
>> libavfilter/vf_vpp.c | 863 ++++++++++++++++++++++++++++++++++++++++++++++
>> 6 files changed, 870 insertions(+), 2 deletions(-)
>> create mode 100644 libavfilter/vf_vpp.c
>>
> [...]
>> diff --git a/libavfilter/vf_vpp.c b/libavfilter/vf_vpp.c
>> new file mode 100644
>> index 0000000..0cfeafc
>> --- /dev/null
>> +++ b/libavfilter/vf_vpp.c
>> @@ -0,0 +1,863 @@
>> +/*
>> + * Intel MediaSDK Quick Sync Video VPP filter
>> + *
>> + * copyright (c) 2015 Sven Dueking
>> + *
>> + * This file is part of FFmpeg.
>> + *
>> + * FFmpeg is free software; you can redistribute it and/or
>> + * modify it under the terms of the GNU Lesser General Public
>> + * License as published by the Free Software Foundation; either
>> + * version 2.1 of the License, or (at your option) any later version.
>> + *
>> + * FFmpeg is distributed in the hope that it will be useful,
>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
>> + * Lesser General Public License for more details.
>> + *
>
>> + * You should have received a copy of the GNU Lesser General Public
>> + * License along with Libav; if not, write to the Free Software
> ^^^^^
>
> We have to refer to the license included in FFmpeg
>
>
> [...]
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list