Re: [FFmpeg-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-11-06 Thread Michael Niedermayer
On Tue, Oct 28, 2014 at 04:23:31PM +0100, Nicolas George wrote: > Le septidi 7 brumaire, an CCXXIII, Michael Niedermayer a écrit : > > this makes it impossible to switch between them without recompiling > > though > > > > for development and testing it may be usefull to enable both though > > > >

Re: [FFmpeg-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread Nicolas George
Le septidi 7 brumaire, an CCXXIII, Michael Niedermayer a écrit : > this makes it impossible to switch between them without recompiling > though > > for development and testing it may be usefull to enable both though > > one example are fate clients, which if these parts are mutually > exclusive p

Re: [FFmpeg-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread Nicolas George
Le septidi 7 brumaire, an CCXXIII, compn a écrit : > the message of follow_mouse is a direct copy (with a punctuation fix). > > my question is, if its a copy/paste of the option description, do we > have to put some original author attribution into the copyright list at > the top of xcbgrab.c ?

Re: [FFmpeg-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread compn
On Tue, 28 Oct 2014 12:48:43 +0100 Michael Niedermayer wrote: > On Tue, Oct 28, 2014 at 10:05:29AM +0100, Nicolas George wrote: > > Le sextidi 6 brumaire, an CCXXIII, compn a écrit : > > > so its name is changed in the makefile, but not the device name? > [...] > > Therefore, I think it is logica

Re: [FFmpeg-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread compn
On Tue, 28 Oct 2014 10:05:29 +0100 Nicolas George wrote: > Le sextidi 6 brumaire, an CCXXIII, compn a écrit : > > from x11grab.c: > > > > AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, DEC }, { "follow_mouse", "move > > the grabbing region when the mouse pointer reaches within specified > > amount of pixels

Re: [FFmpeg-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread Michael Niedermayer
On Tue, Oct 28, 2014 at 10:05:29AM +0100, Nicolas George wrote: > Le sextidi 6 brumaire, an CCXXIII, compn a écrit : > > so its name is changed in the makefile, but not the device name? [...] > Therefore, I think it is logical to have both devices called "x11grab", i.e. > "grab from an X11 server".

Re: [FFmpeg-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread Nicolas George
Le sextidi 6 brumaire, an CCXXIII, compn a écrit : > so its name is changed in the makefile, but not the device name? It seems that Anton noticed it too on the other side. > from x11grab.c: > > static const AVOption options[] = { > { "draw_mouse", "draw the mouse pointer", OFFSET(draw_mouse)