Re: [libav-devel] [Libav-devel][Patch] Patch for SDK 7 for NVENC

2016-09-15 Thread Diego Biurrun
Some comments for next time as Luca said he wanted to take care of it. Please try to maintain the style of the file you are working in. > --- a/libavcodec/nvenc_hevc.c > +++ b/libavcodec/nvenc_hevc.c > @@ -27,8 +27,11 @@ > #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM > static

Re: [libav-devel] [Libav-devel][Patch] Patch for SDK 7 for NVENC

2016-09-15 Thread Luca Barbato
On 15/09/16 12:40, Yogender Gupta wrote: > Attached is patch for SDK 7 for NVENC. > I'll need the weekend to update my system to try it, there are a couple of style nits that I'll address while at it beside that seems fine. Thanks a lot! lu ___

Re: [libav-devel] [PATCH] build: doc: more fine-grained dependencies for generated texi files

2016-09-15 Thread Janne Grunau
On 2016-09-13 11:00:16 +0200, Diego Biurrun wrote: > --- > > Fixed the issues caught by Janne. > > doc/Makefile | 11 +++ > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/doc/Makefile b/doc/Makefile > index 2f6a5fb..c464a48 100644 > --- a/doc/Makefile > +++

Re: [libav-devel] [PATCH] lavd/libdc1394: distinguish between enumeration errors and no cameras found

2016-09-15 Thread Diego Biurrun
On Mon, Sep 12, 2016 at 12:09:58AM +0100, Josh de Kock wrote: > On 25/07/2016 11:17, Diego Biurrun wrote: > > On Sun, Jul 24, 2016 at 08:55:42PM +0100, Josh de Kock wrote: > >> --- a/libavdevice/libdc1394.c > >> +++ b/libavdevice/libdc1394.c > >> @@ -299,9 +299,14 @@ static int

Re: [libav-devel] opencv not found

2016-09-15 Thread Luca Barbato
On 15/09/16 12:04, Antonio Trande wrote: > Hi all. > > On libav-11.7, 'configure' fails by activating the 'opencv' support on > Fedora >24; this problem comes out with 'opencv-3.1.0' only. > IIRC opencv-2 is to be used. lu ___ libav-devel mailing

Re: [libav-devel] [PATCH] rtsp: Fix a crash with the RTSP muxer

2016-09-15 Thread Luca Barbato
On 15/09/16 13:24, Martin Storsjö wrote: > This was introduced in bc2a32969e. > > The whole block that the statement was added to is only > relevant when used as a demuxer, but the other statements > there have had other if statements guarding them. Make > sure to only run this whole block if

[libav-devel] [PATCH] rtsp: Fix a crash with the RTSP muxer

2016-09-15 Thread Martin Storsjö
This was introduced in bc2a32969e. The whole block that the statement was added to is only relevant when used as a demuxer, but the other statements there have had other if statements guarding them. Make sure to only run this whole block if being used as a demuxer. CC: libav-sta...@libav.org ---

Re: [libav-devel] opencv not found

2016-09-15 Thread Antonio Trande
On 09/15/2016 12:36 PM, Sean McGovern wrote: > Hi Antonio, > > On Sep 15, 2016 06:05, "Antonio Trande" wrote: >> >> Hi all. >> >> On libav-11.7, 'configure' fails by activating the 'opencv' support on >> Fedora >24; this problem comes out with 'opencv-3.1.0' only. >> >>

[libav-devel] [Libav-devel][Patch] Patch for SDK 7 for NVENC

2016-09-15 Thread Yogender Gupta
Attached is patch for SDK 7 for NVENC. Thanks, Yogender --- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or

Re: [libav-devel] opencv not found

2016-09-15 Thread Sean McGovern
Hi Antonio, On Sep 15, 2016 06:05, "Antonio Trande" wrote: > > Hi all. > > On libav-11.7, 'configure' fails by activating the 'opencv' support on > Fedora >24; this problem comes out with 'opencv-3.1.0' only. > > /tmp/ffconf.PWJBf2tR.o: In function `cvPointFrom32f': >