[FFmpeg-devel] [PATCH v6] avdevice/xcbgrab: Add select_region option

2020-07-11 Thread Omar Emara
efficient and doesn't depend on any X extensions or compositors. Signed-off-by: Omar Emara --- doc/indevs.texi | 8 +++ libavdevice/xcbgrab.c | 127 ++ 2 files changed, 135 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f5afaf344

[FFmpeg-devel] [PATCH v5] avdevice/xcbgrab: Add select_region option

2020-07-08 Thread Omar Emara
efficient and doesn't depend on any X extensions or compositors. Signed-off-by: Omar Emara --- doc/indevs.texi | 7 +++ libavdevice/xcbgrab.c | 126 ++ 2 files changed, 133 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f5afaf344

[FFmpeg-devel] [PATCH v4] avdevice/xcbgrab: Add select_region option

2020-07-05 Thread Omar Emara
efficient and doesn't depend on any X extensions or compositors. Signed-off-by: Omar Emara --- doc/indevs.texi | 7 +++ libavdevice/xcbgrab.c | 129 ++ 2 files changed, 136 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f5afaf344

Re: [FFmpeg-devel] [PATCH v3] avdevice/xcbgrab: Add select_region option

2020-07-04 Thread Omar Emara
> Probably a good idea to check the success of this function (and log error). > Otherwise, xcb_wait_for_event() will just block and you can't send an > interrupt > with ctrl-c because of xcb_grab_server() below. Can you elaborate? I am not entirely familiar with how logging works. Should I pass

[FFmpeg-devel] [PATCH v3] avdevice/xcbgrab: Add select_region option

2020-07-01 Thread Omar Emara
efficient and doesn't depend on any X extensions or compositors. Signed-off-by: Omar Emara --- doc/indevs.texi | 7 +++ libavdevice/xcbgrab.c | 110 ++ 2 files changed, 117 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f5afaf344

Re: [FFmpeg-devel] [PATCH v2] avdevice/xcbgrab: Add select_region option.

2020-07-01 Thread Omar Emara
Hi Andriy, > > > +#include > > this include is not used > The string.h include is needed by the strlen function. Is it not? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit

[FFmpeg-devel] [PATCH v2] avdevice/xcbgrab: Add select_region option.

2020-06-28 Thread Omar Emara
efficient and doesn't depend on any X extensions or compositors. Signed-off-by: Omar Emara --- doc/indevs.texi | 7 +++ libavdevice/xcbgrab.c | 133 ++ 2 files changed, 140 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f5afaf344

[FFmpeg-devel] [PATCH] avdevice/xcbgrab: Add select_region option.

2020-06-25 Thread Omar Emara
efficient and doesn't depend on any X extensions or compositors. Signed-off-by: Omar Emara --- doc/indevs.texi | 7 +++ libavdevice/xcbgrab.c | 122 ++ 2 files changed, 129 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f5afaf344