[FFmpeg-devel] [PATCH 1/1] avdevice/gdigrab remove CAPTUREBLT flag

2020-01-21 Thread fgodtdev
From: FgoDt Remove CAPTUREBLT flag, CAPTUREBLT flag may make mouse flicker. Discussion details see:https://patchwork.ffmpeg.org/project/ffmpeg/patch/hk2pr03mb4596ab273414d034c0f0d34ec6...@hk2pr03mb4596.apcprd03.prod.outlook.com/ Signed-off-by: fgodt --- libavdevice/gdigrab.c | 2 +- 1 file ch

[FFmpeg-devel] [PATCH v4 1/1] avdevice/gdigrab add use_captureblt option

2020-01-11 Thread fgodtdev
From: FgoDt Add use_captureblt option for disable or use CAPTUREBLT flag, when useing the bitblt function with CAPTUREBLT may caused the Windows mouse cursor flicker. most time we don't need this flag to capture window I tested on Windows 10 works fine Signed-off-by: fgodt --- doc/indevs.tex

[FFmpeg-devel] [PATCH v3 1/1] avdevice/gdigrab: Add use_captureblt option for disable or use CAPTUREBLT flag, when useing the bitblt function with CAPTUREBLT it caused the mouse cursor flicker. most t

2019-12-30 Thread fgodtdev
From: FgoDt Signed-off-by: fgodt --- doc/indevs.texi | 6 ++ libavdevice/gdigrab.c | 10 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index 92bc65be41..43b0bd0465 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -748

[FFmpeg-devel] [PATCH v2 1/1] avdevice/gdigrab: Add use_captureblt option for diable CAPTUREBLT, when useing the bitblt function with CAPTUREBLT it caused the mouse cursor flicker. most time we dont n

2019-12-17 Thread fgodtdev
From: FgoDt Signed-off-by: fgodt --- doc/indevs.texi | 6 ++ libavdevice/gdigrab.c | 10 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index 92bc65be41..43b0bd0465 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -748