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
在 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
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
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
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
在 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
在 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
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
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
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
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
11 matches
Mail list logo