- Oct 25, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 21, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Oct 20, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Oct 18, 2014
-
-
Timothy Gu authored
Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is available. CC: libav-stable@libav.org Bug-Id: CID 1238992 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Oct 04, 2014
-
-
Antonio Ospite authored
The paint_mouse_pointer() code uses XFixes to retrieve the cursor coordinates, but XFixes gives no information about which 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. CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
It could return NULL if the cursor is outside the screen, the connection timed out or the system is out of memory. CC: libav-stable@libav.org
-
Luca Barbato authored
-
- Sep 28, 2014
-
-
Thilo Borgmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 26, 2014
-
-
Thilo Borgmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Thilo Borgmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Thilo Borgmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Thilo Borgmann authored
lavd/avfoundation: Split adding a device and getting the device configuration into separate functions. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 23, 2014
-
-
Carl Eugen Hoyos authored
-
- Sep 22, 2014
-
-
Michael Niedermayer authored
Found-by: jamrial Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Deti Fliegl authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 21, 2014
-
-
Deti Fliegl authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 13, 2014
-
-
Michael Niedermayer authored
Fixes "warning: explicitly assigning a variable of type int to itself" Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 09, 2014
-
-
Antonio Ospite authored
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>
-
Antonio Ospite authored
This specifies better the meaning of the variable, and is also in preparation of a subsequent change which will introduce a temporary Window variable for which "w" is an good name. Signed-off-by:
Antonio Ospite <ao2@ao2.it> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 05, 2014
-
-
Giorgio Vazzana authored
Additionally, make sure a buffer gets enqueued again (even in error paths) after it has been succesfully dequeued. Tested-by:
Dmitry Volyntsev <xeioexception@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
We can avoid passing file descriptor fd explicitely. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
We can avoid passing file descriptor fd explicitely. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
There is no need to pass fd as a second parameter. Additionally remove unneeded curly braces. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Giorgio Vazzana authored
No functional change in the code. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 04, 2014
-
-
Dmitry Volyntsev authored
Signed-off-by:
Dmitry Volytnsev <xeioexception@gmail.com> Reviewed-by:
Benoit Fouet <benoit.fouet@free.fr> Reviewed-by:
Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by:
Benoit Fouet <benoit.fouet@free.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 03, 2014
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- Aug 30, 2014
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 29, 2014
-
-
Reimar Döffinger authored
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 28, 2014
-
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Aug 27, 2014
-
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> This file with the incorrect name was added after the name was fixed in all other files. This is thus fixing a mistake Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
-
- Aug 25, 2014
-
-
Diego Biurrun authored
Some obsolete versions of the MinGW32 runtime (<4.0.0) lack the definition.
-
- Aug 24, 2014
-
-
Luca Barbato authored
alsa and x11grab use av_gettime() to report timestamps. Bug-Id: 647
-