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

2020-01-27 Thread fgodt...@hotmail.com
From: fgodtdev Date: 2020-01-22 10:19 To: ffmpeg-devel CC: FgoDt Subject: [PATCH 1/1] avdevice/gdigrab remove CAPTUREBLT flag From: FgoDt Remove CAPTUREBLT flag, CAPTUREBLT flag may make mouse flicker. Discussion details see:https://patchwork.ffmpeg.org/project/ffmpeg/patch

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

2020-01-20 Thread fgodt
在 2020/1/17 10:04, fgodt 写道: On 2020/1/17 上午2:00, Calvin Walton wrote: On Thu, 2020-01-16 at 09:08 +0800, fgodt wrote: By default, this is set to @code{1}, which means that gdigrab will use the CAPTUREBLT flag when grabbing images of a window. With this flag set, gdigrab will capture the

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

2020-01-16 Thread fgodt
On 2020/1/17 上午2:00, Calvin Walton wrote: On Thu, 2020-01-16 at 09:08 +0800, fgodt wrote: By default, this is set to @code{1}, which means that gdigrab will use the CAPTUREBLT flag when grabbing images of a window. With this flag set, gdigrab will capture the entire contents of a window even

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

2020-01-15 Thread fgodt
On 2020/1/14 上午7:24, Carl Eugen Hoyos wrote: Am Mo., 13. Jan. 2020 um 17:10 Uhr schrieb Derek Buitenhuis : On 11/01/2020 09:18, fgodt...@hotmail.com wrote: From: FgoDt Add use_captureblt option for disable or use CAPTUREBLT flag, when useing the bitblt function with CAPTUREBLT may caused

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

2020-01-15 Thread fgodt
On 2020/1/15 上午3:01, Calvin Walton wrote: On Sat, 2020-01-11 at 17:18 +0800, fgodt...@hotmail.com wrote: 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&#

Re: [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. mo

2020-01-07 Thread fgodt
在 2020/1/2 22:56, fgodt 写道: 在 2020/1/2 3:39, Marton Balint 写道: On Tue, 31 Dec 2019, fgodt wrote: 在 2019/12/31 19:30, Marton Balint 写道: On Tue, 31 Dec 2019, fgodt wrote: On 2019/12/31 上午1:37, Calvin Walton wrote: On Mon, 2019-12-30 at 12:31 +0100, Marton Balint wrote: On Mon, 30

Re: [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. mo

2020-01-02 Thread fgodt
在 2020/1/2 3:39, Marton Balint 写道: On Tue, 31 Dec 2019, fgodt wrote: 在 2019/12/31 19:30, Marton Balint 写道: On Tue, 31 Dec 2019, fgodt wrote: On 2019/12/31 上午1:37, Calvin Walton wrote: On Mon, 2019-12-30 at 12:31 +0100, Marton Balint wrote: On Mon, 30 Dec 2019, fgodt...@hotmail.com

Re: [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. mo

2019-12-30 Thread fgodt
On 2019/12/31 上午1:37, Calvin Walton wrote: On Mon, 2019-12-30 at 12:31 +0100, Marton Balint wrote: On Mon, 30 Dec 2019, fgodt...@hotmail.com wrote: From: FgoDt +@item use_captureblt +When use gdigrab to capture window or desktop, the mouse cursor will flicker. Why? Does this happen with

Re: [FFmpeg-devel] 回复: [PATCH 1/1] add without_captureblt option for libavdevice/gdigrab.c, when useing the bitblt function with CAPTUREBLT it caused the mouse cursor flicker. most time we dont need t

2019-12-11 Thread fgodt
On 2019/12/11 下午10:19, Andriy Gelman wrote: On Wed, 11. Dec 09:01, _ FgoDt wrote: did someone review the patch? 发件人: _ FgoDt 发送时间: 2019年11月15日 15:03 收件人: ffmpeg-devel@ffmpeg.org 抄送: _ FgoDt 主题: [PATCH 1/1] add without_captureblt option for libavdevice

[FFmpeg-devel] 回复: [PATCH 1/1] add without_captureblt option for libavdevice/gdigrab.c, when useing the bitblt function with CAPTUREBLT it caused the mouse cursor flicker. most time we dont need this

2019-12-11 Thread _ FgoDt
did someone review the patch? 发件人: _ FgoDt 发送时间: 2019年11月15日 15:03 收件人: ffmpeg-devel@ffmpeg.org 抄送: _ FgoDt 主题: [PATCH 1/1] add without_captureblt option for libavdevice/gdigrab.c, when useing the bitblt function with CAPTUREBLT it caused the mouse cursor

[FFmpeg-devel] [PATCH 1/1] add without_captureblt option for libavdevice/gdigrab.c, when useing the bitblt function with CAPTUREBLT it caused the mouse cursor flicker. most time we dont need this flag

2019-11-14 Thread _ FgoDt
From: fgodt Signed-off-by: fgodt --- libavdevice/gdigrab.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavdevice/gdigrab.c b/libavdevice/gdigrab.c index f406fa..0ab0cfed01 100644 --- a/libavdevice/gdigrab.c +++ b/libavdevice/gdigrab.c @@ -53,6 +53,8