From patchwork Sat Aug 27 21:02:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 319 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.134 with SMTP id o128csp995266vsd; Sat, 27 Aug 2016 14:03:37 -0700 (PDT) X-Received: by 10.28.31.147 with SMTP id f141mr4296765wmf.69.1472331817307; Sat, 27 Aug 2016 14:03:37 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id h25si5258811wmi.28.2016.08.27.14.03.36; Sat, 27 Aug 2016 14:03:37 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6D7C2689B85; Sun, 28 Aug 2016 00:03:31 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9CD0568975C for ; Sun, 28 Aug 2016 00:03:24 +0300 (EEST) Received: from mfilter35-d.gandi.net (mfilter35-d.gandi.net [217.70.178.166]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id CACA71720A9 for ; Sat, 27 Aug 2016 23:03:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter35-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter35-d.gandi.net (mfilter35-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id Cs8VVDjl1ECn for ; Sat, 27 Aug 2016 23:03:26 +0200 (CEST) X-Originating-IP: 213.47.41.20 Received: from localhost (213-47-41-20.cable.dynamic.surfer.at [213.47.41.20]) (Authenticated sender: michael@niedermayer.cc) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 40E231720A1 for ; Sat, 27 Aug 2016 23:03:26 +0200 (CEST) Date: Sat, 27 Aug 2016 23:02:48 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20160827210248.GU5460@nb4> References: <20160827125853.32064-1-timo@rothenpieler.org> MIME-Version: 1.0 In-Reply-To: <20160827125853.32064-1-timo@rothenpieler.org> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" On Sat, Aug 27, 2016 at 02:58:53PM +0200, Timo Rothenpieler wrote: > As Nvidia has put the most recent Video Codec SDK behind a double > registration wall, of which one needs manual approval of a lenghty > application, bundling this header saves everyone trying to use NVENC > from that headache. > > The header is still MIT licensed and thus fine to bundle with ffmpeg. > > Not bundling this header would get ffmpeg stuck at SDK v6, which is > still freely available, holding back future development of the NVENC > encoder. > --- > compat/nvenc/nvEncodeAPI.h | 3219 ++++++++++++++++++++++++++++++++++++++++++++ > configure | 22 +- > libavcodec/nvenc.h | 2 +- > 3 files changed, 3237 insertions(+), 6 deletions(-) > create mode 100644 compat/nvenc/nvEncodeAPI.h fails fate-source Test source failed. Look at tests/data/fate/source.err for details. make: *** [fate-source] Error 1 make: *** Waiting for unfinished jobs.... [...] --- ./tests/ref/fate/source 2016-08-27 02:28:45.044102422 +0200 +++ tests/data/fate/source 2016-08-27 22:55:02.881652505 +0200 @@ -26,3 +26,4 @@ compat/avisynth/windowsPorts/windows2linux.h compat/float/float.h compat/float/limits.h +compat/nvenc/nvEncodeAPI.h