- 03 Oct, 2015 4 commits
-
-
Rodger Combs authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Ganesh Ajjanagadde authored
Currently, errors are thrown for various macros while building that are completely bogus. They occur during the dependency (.d) generation phase, and have no bearing on the compiled output, since only the stdout is piped into the sed command to generate the .d files. They basically occur as the relevant -I paths are not (and cannot be passed) during the dependancy generation phase. As such, this patch silences them. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
zlib is used as a suggest/select target not a dep Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 01 Oct, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 30 Sep, 2015 3 commits
-
-
Luca Barbato authored
Makes slightly easier to use jemalloc and tcmalloc. The two are quite common choices for profiling and debugging.
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Matt Oliver authored
-
- 29 Sep, 2015 3 commits
-
-
Vicente Olivert Riera authored
The correct instruction for mips32r1 is addi. Signed-off-by:
Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Detect the different MIPS architecture variants. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Some gcc-based toolchain would fail to link if the abi set by the cpuflags does not match the default. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 28 Sep, 2015 1 commit
-
-
Alex Smith authored
The appropriate flag for HEASLR (--high-entropy-va) was added in binutils 2.25. Also set the image base >4GB so higher entropy gets applied to image base randomization when used with HEASLR (8 -> 17 bits of randomization). Windows does this for compatibility because of "latent pointer truncation issues". Signed-off-by:
Alex Smith <alex.smith@warpsharp.info>
-
- 27 Sep, 2015 1 commit
-
-
Alex Smith authored
There's no reason for it. ASLR will rebase it regardless so "preventing collisions" isn't really relevant. This also brings it in line with what a msvc produced dll will have (an image base of 0x10000000). Signed-off-by:
Alex Smith <alex.smith@warpsharp.info> Reviewed-by:
Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Sep, 2015 1 commit
-
-
Alex Smith authored
They were added to binutils in the same version so it's safe to combine. Signed-off-by:
Alex Smith <theryuu@warpsharp.info> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Sep, 2015 1 commit
-
-
Alex Smith authored
Binutils will always strip the relocation information from executable files even if it needs it (dynamicbase/ASLR). We can work around this by using the pic-executable flag combined with setting the correct entry point since apparently ld forgets what that should be. This problem affects both 32 and 64-bit mingw-w64. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Sep, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
If tput is not found for colorizing, error message should be squashed. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Sep, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 16 Sep, 2015 1 commit
-
-
Timothy Gu authored
Reviewed-by:
Ganesh Ajjanagadde <gajjanag@mit.edu> Reviewed-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Sep, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
op== is confusing, as it may easily be mistook for an equality check, while in reality it is doing an assigment to '='. This patch has the additional benefit of cleaning up 2 warnings from shellcheck.net. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 12 Sep, 2015 2 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Peter Belkner authored
-
- 11 Sep, 2015 2 commits
-
-
James Almer authored
Should fix compilation with mingw-w64 trunk, where ID3D11VideoDecoder is available but ID3D11VideoContext still isn't. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Ganesh Ajjanagadde authored
Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Sep, 2015 1 commit
-
-
Ricardo Constantino authored
Fixes linking in FFMS and f265 at least, when ffmpeg is compiled with libsoxr. Signed-off-by:
Ricardo Constantino <wiiaboo@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Sep, 2015 2 commits
-
-
Timothy Gu authored
Untested.
-
Michael Niedermayer authored
This broke win32, MSYS This reverts commit 3e830b6d.
-
- 07 Sep, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
This patch introduces color warning messages (yellow). They are enabled whenever available. Tested with zsh, bash, and sh (bash under --posix). Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Sep, 2015 2 commits
-
-
Vittorio Giovara authored
Support all DXDI and DXD3 normal quality videos.
-
Luca Barbato authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 28 Aug, 2015 1 commit
-
-
Carl Eugen Hoyos authored
This can fail as seen on fate and the usefulness of the suggestion is limited.
-
- 27 Aug, 2015 4 commits
-
-
rogerdpack authored
Better message that ffplay is not going to be built by printing out what will be built. Based on a patch by Moritz Barsnick. Signed-off-by:
rogerdpack <rogerpack2005@gmail.com> Reviewed-by:
Ganesh Ajjanagadde <gajjanag@mit.edu> Signed-off-by:
Timothy Gu <timothygu99@gmail.com>
-
Timo Rothenpieler authored
Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
Ganesh Ajjanagadde authored
The wiki, Ticket1464, and Ticket3970 warn about the usage of GCC 4.2. This fixes Ticket3970. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
Ganesh Ajjanagadde authored
Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Aug, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
grep is not necessary for the functionality. This avoids an unnecessary fork. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 25 Aug, 2015 4 commits
-
-
wm4 authored
Fixes compilation with --disable-encoders --enable-encoder=aac
-
Luca Barbato authored
And update the preference for the newer codecs now that the libraries seem stable and widespread enough. Bug-Id: 695 Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Fixes build on mingw Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Mariusz Szczepańczyk authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-