[FFmpeg-devel] [PATCH] avdevice/xcbgrab: enable window resizing

2023-02-09 Thread aline . gondimsantos
From: Aline Gondim Santos Signed-off-by: Aline Gondim Santos --- libavdevice/xcbgrab.c | 180 +- 1 file changed, 39 insertions(+), 141 deletions(-) diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c index 64a68ba497..05282911a9 100644 --- a/libav

[FFmpeg-devel] [PATCH] avdevice: add dxgigrab

2023-02-09 Thread aline . gondimsantos
From: Aline Gondim Santos A dxgi grab device may be either a display or a window. Differently from the existing gdigrab, this new device does not make the mouse to flick and also allows proper grabbing of accelerated windows, such as chrome or visual studio code. Signed-off-by: Aline Gondim Sant