- 21 Jun, 2017 1 commit
-
-
Diego Biurrun authored
None of them are specific to the YASM assembler. (Cherry-picked from libav commit 39e208f4) Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 21 Dec, 2016 1 commit
-
-
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>
-
- 09 Nov, 2016 1 commit
-
-
Michael Niedermayer authored
Found-by: Luca Barbato Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Oct, 2016 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Michael Niedermayer authored
Implemented for AV_PIX_FMT_GBRP12. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 27 Sep, 2016 2 commits
-
-
Luca Barbato authored
It is used to select functions that work with 9-15bits.
-
Luca Barbato authored
Make sure the scaling functions for the 9-15bits are used for 9-15bits bit depths correctly.
-
- 31 Aug, 2016 1 commit
-
-
Timo Rothenpieler authored
-
- 16 Jul, 2016 1 commit
-
-
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>
-
- 27 Jun, 2016 1 commit
-
-
Matthieu Bouron authored
See merge commit '39d6d361'.
-
- 28 May, 2016 2 commits
-
-
Diego Biurrun authored
These warnings conflict with system macros on Solaris, producing truckloads of warnings about macro redefinition.
-
Diego Biurrun authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 03 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 31 Mar, 2016 1 commit
-
-
Pedro Arthur authored
Removed previous swscale code under '#ifndef NEW_FILTER' and removed unused fields of SwsContext
-
- 17 Feb, 2016 2 commits
-
-
Michael Niedermayer authored
Reviewed-by: BBB Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by: BBB Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jan, 2016 1 commit
-
-
Derek Buitenhuis authored
Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 17 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes: 451b3e0cf956c0bd2f27ed753ac24050/asan_heap-oob_2873c01_3231_7ed10a9464d15f0d57277f5917c566a8.AVI Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Jan, 2016 1 commit
-
-
Clément Bœsch authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 15 Dec, 2015 2 commits
-
-
Michael Niedermayer authored
swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE* This also as a sideeffect fixes the non aligned case Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes Ticket5013 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Sep, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 19 Aug, 2015 1 commit
-
-
Pedro Arthur authored
-
- 18 Aug, 2015 1 commit
-
-
Pedro Arthur authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Aug, 2015 1 commit
-
-
Pedro Arthur authored
+ split color conversion from scaling - disabled gamma correction, until it's refactored too Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Jul, 2015 1 commit
-
-
Kevin Coyle authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jun, 2015 3 commits
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 13 May, 2015 2 commits
-
-
Nick Lewycky authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nick Lewycky authored
libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on x86_64, because it isn't implicitly included when PIC is on. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 May, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 May, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by:
Nick Lewycky <nlewycky@google.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Feb, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket4151 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
This avoids out of array accesses Should fix Ticket3451 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Nov, 2014 1 commit
-
-
Kieran Kunhya authored
use_mmx_vfilter check/fix by commiter Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Sep, 2014 1 commit
-
-
Vitor Sessak authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-