ffmpeg/libavdevice
Antonio Ospite 69c34a6ac9 avdevice/x11grab: fix cursor drawing in multi-screen setup
The code uses XFixes to retrieve the cursor coordinates, but XFixes
gives no information of what screen the pointer is on; this results in
always drawing the cursor on the captured screen even if the mouse
pointer was on another screen.

For example, when capturing from screen 1 (i.e. -f x11grab -i ":0.1")
the cursor was being drawn in the captured image even when the mouse
pointer was actually on screen 0, which is wrong and visually confusing.

Use XQueryPointer to check that the pointer is actually on the screen
which is being captured.

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-09 02:22:06 +02:00
..
Makefile
alldevices.c
alsa-audio-common.c
alsa-audio-dec.c
alsa-audio-enc.c
alsa-audio.h
avdevice.c
avdevice.h
avdeviceres.rc
avfoundation.m
bktr.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
caca.c
decklink_enc.cpp
decklink_enc.h
decklink_enc_c.c
dshow.c lavd/dshow: use av_codec_get_id() 2014-08-07 13:03:17 +02:00
dshow_capture.h
dshow_common.c
dshow_enummediatypes.c
dshow_enumpins.c
dshow_filter.c
dshow_pin.c
dv1394.c
dv1394.h
fbdev_common.c
fbdev_common.h
fbdev_dec.c
fbdev_enc.c
file_open.c
gdigrab.c gdigrab: fix gdi object leak if using mouse 2014-08-19 16:07:28 +02:00
iec61883.c lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 2014-08-07 04:28:11 +02:00
jack_audio.c
lavfi.c avdevice/lavfi: Simplify non-AV stream check 2014-08-07 15:41:17 +02:00
libavdevice.v
libcdio.c
libdc1394.c
openal-dec.c
opengl_enc.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
opengl_enc_shaders.h
oss_audio.c
oss_audio.h
oss_audio_dec.c
oss_audio_enc.c
pulse_audio_common.c
pulse_audio_common.h
pulse_audio_dec.c Merge commit '424b929b5cb9ca4094099f25179829260d4b0fa3' 2014-08-24 21:33:59 +02:00
pulse_audio_enc.c
qtkit.m
sdl.c
sndio_common.c
sndio_common.h
sndio_dec.c
sndio_enc.c
timefilter.c
timefilter.h
v4l.c
v4l2-common.c
v4l2-common.h
v4l2.c lavd/v4l2: introduce enqueue_buffer() 2014-09-06 00:05:59 +02:00
v4l2enc.c
version.h Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8' 2014-08-10 00:26:45 +02:00
vfwcap.c Merge commit 'ab56fabe6294524e99815451ad01e4ff50c6d734' 2014-08-26 12:22:55 +02:00
x11grab.c avdevice/x11grab: fix cursor drawing in multi-screen setup 2014-09-09 02:22:06 +02:00
xv.c xv.c: Add missing const to lookup table. 2014-08-30 18:02:45 +02:00