- 12 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
Bug-Id: CID 1274038
-
- 08 Mar, 2015 1 commit
-
-
Luca Barbato authored
Prevent an use after free in the error message. Bug-Id: CID 1274040 CC: libav-stable@libav.org
-
- 02 Mar, 2015 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
The encoder or decoder might be disabled but the format would be supported for at least remuxing.
-
- 28 Feb, 2015 1 commit
-
-
Christian Hujer authored
The correct macro is DEC not D. Broken in b31328d0Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 24 Feb, 2015 2 commits
-
-
Luca Barbato authored
CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 15 Feb, 2015 3 commits
-
-
Himangi Saraogi authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Daniel Moran authored
The feature is implemented using a transparent window and drawing inside it a rectangle filling the whole window to highlight it. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The segment field in the struct has to be conditionally build as well.
-
- 28 Jan, 2015 1 commit
-
-
Clay McClure authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 18 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
Bug-Id: CID 1254668
-
- 10 Dec, 2014 1 commit
-
-
Luca Barbato authored
Bug-Id: CID 1254664 CC: libav-stable@libav.org
-
- 11 Nov, 2014 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Nov, 2014 2 commits
-
-
Luca Barbato authored
av_log usually resets it.
-
Tristan Matthews authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 29 Oct, 2014 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 28 Oct, 2014 1 commit
-
-
Anton Khirnov authored
-
- 26 Oct, 2014 1 commit
-
-
Luca Barbato authored
Matches the x11grab screen capture by features.
-
- 18 Oct, 2014 1 commit
-
-
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>
-
- 04 Oct, 2014 3 commits
-
-
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
-
- 03 Sep, 2014 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 28 Aug, 2014 4 commits
-
-
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>
-
- 27 Aug, 2014 1 commit
-
-
Luca Barbato authored
-
- 25 Aug, 2014 1 commit
-
-
Diego Biurrun authored
Some obsolete versions of the MinGW32 runtime (<4.0.0) lack the definition.
-
- 24 Aug, 2014 1 commit
-
-
Luca Barbato authored
alsa and x11grab use av_gettime() to report timestamps. Bug-Id: 647
-
- 19 Aug, 2014 1 commit
-
-
Diego Biurrun authored
The defines were added long ago when MinGW still lacked them.
-
- 15 Aug, 2014 2 commits
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 09 Aug, 2014 1 commit
-
-
Anton Khirnov authored
-
- 18 Jul, 2014 2 commits
-
-
Nidhi Makhijani authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
Anonymous structs can cause trouble in header files, so try to avoid them altogether as a matter of good style.
-
- 13 May, 2014 1 commit
-
-
Janne Grunau authored
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
-