Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-29 Thread James Almer
On 8/29/2016 7:13 PM, James Almer wrote: > On 8/29/2016 5:31 PM, Timo Rothenpieler wrote: >> On 8/29/2016 8:43 PM, James Almer wrote: >>> On 8/27/2016 9:58 AM, Timo Rothenpieler wrote: @@ -5996,6 +5992,22 @@ enabled vdpau && enabled xlib && check_lib2 "vdpau/vdpau.h vdpau/vdpau_x11.h

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-29 Thread James Almer
On 8/29/2016 5:31 PM, Timo Rothenpieler wrote: > On 8/29/2016 8:43 PM, James Almer wrote: >> On 8/27/2016 9:58 AM, Timo Rothenpieler wrote: >>> @@ -5996,6 +5992,22 @@ enabled vdpau && enabled xlib && >>> check_lib2 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 >>> -lvdpau && >>>

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-29 Thread Timo Rothenpieler
On 8/29/2016 8:43 PM, James Almer wrote: > On 8/27/2016 9:58 AM, Timo Rothenpieler wrote: >> @@ -5996,6 +5992,22 @@ enabled vdpau && enabled xlib && >> check_lib2 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 >> -lvdpau && >> enable vdpau_x11 >> >> +case $target_os in >> +

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-29 Thread James Almer
On 8/27/2016 9:58 AM, Timo Rothenpieler wrote: > @@ -5996,6 +5992,22 @@ enabled vdpau && enabled xlib && > check_lib2 "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 > -lvdpau && > enable vdpau_x11 > > +case $target_os in > +mingw32*|mingw64*|win32|win64|linux|cygwin*) > +

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-29 Thread Timo Rothenpieler
pushed ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-27 Thread compn
On Sat, 27 Aug 2016 14:58:53 +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. > > Th

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-27 Thread Michael Niedermayer
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. >

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-27 Thread Oliver Collyer
>> And I think there are some deprecated comments in nvenc.c: >> - references to only H.264 (HEVC was already added) >> - references to version 5 as "current SDK revision" > There are no references to version 5 of the SDK that I can see in nvenc.c following my patch. There was one next to where

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-27 Thread Matt Oliver
On 27 August 2016 at 23:12, Timo Rothenpieler wrote: > On 8/27/2016 3:07 PM, Thomas Volkert wrote: > > Hi, > > > > On 27.08.2016 14:58, 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 l

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Include nvEncodeAPI v7 SDK header

2016-08-27 Thread Timo Rothenpieler
On 8/27/2016 3:07 PM, Thomas Volkert wrote: > Hi, > > On 27.08.2016 14:58, 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