- Dec 23, 2016
-
-
Michael Niedermayer authored
Fixes: CID1396263 Fixes: CID1396271 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Dec 21, 2016
-
-
Andreas Cadhalpun authored
Configure checks if the ebx register can be used for asm and it has to be saved if and only if this is not the case. Without this the build fails when configuring with --toolchain=hardened --disable-pic on i386 using gcc 4.8: error: PIC register clobbered by '%ebx' in 'asm' In that case gcc 4.8 reserves the ebx register for the GOT needed for PIE, so it can't be used in asm directly. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- Dec 01, 2016
-
-
Paul B Mahol authored
-
- Nov 20, 2016
-
-
Michael Niedermayer authored
Found-by:
Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Nov 14, 2016
-
-
Carl Eugen Hoyos authored
Based on 19be5fb7 by Luca Barbato.
-
- Nov 09, 2016
-
-
Luca Barbato authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Luca Barbato authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Found-by: Luca Barbato Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Oct 26, 2016
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Sep 16, 2016
-
-
Pedro Arthur authored
Signed-off-by:
Pedro Arthur <bygrandao@gmail.com>
-
- Sep 06, 2016
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Timo Rothenpieler authored
-
- Sep 03, 2016
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Sep 02, 2016
-
-
Timo Rothenpieler authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 31, 2016
-
-
Timo Rothenpieler authored
-
- Aug 23, 2016
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 03, 2016
-
-
Timothy Gu authored
-
- Jul 16, 2016
-
-
Diego Biurrun authored
They are internal symbols that should not be exported. based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Andreas Cadhalpun authored
It is an internal swscale symbol and thus should not be exported. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Jul 11, 2016
-
-
Ronald S. Bultje authored
This reverts commit 1df908f3. The expected performance improvements are essentially non-existent.
-
- Jul 02, 2016
-
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jun 30, 2016
-
-
Dan Parrot authored
This patch addresses Trac ticket #5570. The optimized functions are in file libswscale/ppc/input_vsx.c. Each optimized function name is a concatenation of the corresponding name in libswscale/input.c with suffix _vsx. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jun 27, 2016
-
-
Matthieu Bouron authored
See merge commit '39d6d361'.
-
- Jun 10, 2016
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Pedro Arthur authored
The ring buffer size should be able to store input lines when there is not enough lines to output a single line.
-
Pedro Arthur authored
-
- May 29, 2016
-
-
Diego Biurrun authored
Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
-
- May 28, 2016
-
-
Diego Biurrun authored
These warnings conflict with system macros on Solaris, producing truckloads of warnings about macro redefinition.
-
Diego Biurrun authored
-
- May 13, 2016
-
-
Diego Biurrun authored
-
- May 04, 2016
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-