- 11 Nov, 2016 1 commit
-
-
Diego Biurrun authored
The replacement code uses tempnam(), which is dangerous. Such a fringe feature is not worth the trouble.
-
- 09 Nov, 2016 7 commits
-
-
Diego Biurrun authored
This will allow to error out immediately if incompatible options are passed on the command line instead of running time-consuming tests.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids unnecessarily linking against xlib.
-
Diego Biurrun authored
Also drop a related and now redundant informative output line.
-
Diego Biurrun authored
Also drop a redundant output line.
-
- 08 Nov, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 Nov, 2016 1 commit
-
-
Martin Storsjö authored
In recent lld-link versions, this command prints the version to stdout, but also prints an error to stderr: $ lld-link -flavor gnu --version LLD 4.0.0 (trunk 285641) lld-link: error: no input files lld-link: error: target emulation unknown: -m or at least one .o file required Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Nov, 2016 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.
-
Anton Khirnov authored
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.
-
- 30 Oct, 2016 1 commit
-
-
Luca Barbato authored
Avoid an underlink issue on recent distributions. CC: libav-stable@libav.org
-
- 23 Oct, 2016 1 commit
-
-
Matt Oliver authored
Further simplifications by Martin Storsjö, to minimize the diff. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Oct, 2016 1 commit
-
-
Diego Biurrun authored
-
- 06 Oct, 2016 1 commit
-
-
Diego Biurrun authored
Unfortunately the xavs.h API header is not self-sufficient and relies on manual stdint.h inclusion by its users.
-
- 02 Oct, 2016 7 commits
-
-
Anton Khirnov authored
It has been replaced by C11 stdatomic.h and is now unused.
-
Anton Khirnov authored
Adapted from the code by Rémi Denis-Courmont from VLC
-
Anton Khirnov authored
Adapted from the code by Rémi Denis-Courmont from VLC
-
Anton Khirnov authored
Adapted from the code by Rémi Denis-Courmont from VLC
-
Anton Khirnov authored
Adapted from the code by Rémi Denis-Courmont from VLC
-
Anton Khirnov authored
Adapted from the code by Rémi Denis-Courmont from VLC
-
Anton Khirnov authored
Since this is a C11 feature, it requires -std=c11. Not actually used for anything yet, that will be added in the following commits.
-
- 28 Sep, 2016 1 commit
-
-
Anton Khirnov authored
-
- 13 Sep, 2016 1 commit
-
-
Diego Biurrun authored
The latter can do everything the former can do, but also handle conditions the former cannot like multiple header #includes and checking for headers and functions in a single test program, which is necessary for certain library tests.
-
- 08 Sep, 2016 1 commit
-
-
Mark Thompson authored
-
- 06 Sep, 2016 1 commit
-
-
Diego Biurrun authored
-
- 05 Sep, 2016 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 03 Sep, 2016 1 commit
-
-
Diego Biurrun authored
It no longer serves a useful purpose.
-
- 29 Aug, 2016 1 commit
-
-
Burt P authored
Signed-off-by:
Burt P <pburt0@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 23 Aug, 2016 1 commit
-
-
Diego Biurrun authored
This exposes some required functionality like _aligned_malloc() in the MinGW system headers, thus obviating the need for the memalign hack.
-
- 03 Aug, 2016 2 commits
-
-
Anton Khirnov authored
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 29 Jul, 2016 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
The XCB screen grabber is a drop-in replacement and not under GPL.
-
- 27 Jul, 2016 1 commit
-
-
Diego Biurrun authored
-
- 26 Jul, 2016 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-