- 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.
-
- 26 Dec, 2013 1 commit
-
-
Diego Biurrun authored
This is a more sensible place for these macros.
-
- 09 Dec, 2013 1 commit
-
-
Diego Biurrun authored
Simplifies host/target libc detection splitting.
-
- 03 Dec, 2013 1 commit
-
-
Anton Khirnov authored
Otherwise the expression will be evaluated as unsigned, which will break when the result should be negative. CC:libav-stable@libav.org
-
- 29 Oct, 2013 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 09 Aug, 2013 2 commits
-
-
Martin Storsjö authored
Add one copy of the function into each of the libraries, similarly to what we do for log2_tab. When using static libs, only one copy of the file_open.o object file gets included, while when using shared libraries, each of them get a copy of its own. This fixes DLL builds with a statically linked C runtime, where each DLL effectively has got its own instance of the C runtime, where file descriptors can't be shared across runtimes. On systems not using msvcrt, the function is not duplicated. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2013 1 commit
-
-
Rémi Denis-Courmont authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 02 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 15 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 03 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 24 Mar, 2013 1 commit
-
-
Martin Storsjö authored
This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Mar, 2013 1 commit
-
-
Martin Storsjö authored
This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-