summaryrefslogtreecommitdiff
path: root/libavcodec/dirac_arith.h
Commit message (Collapse)AuthorAge
* lavc/dirac_arith: Only compile x86 asm if ARCH_X86 is set.Carl Eugen Hoyos2014-12-02
| | | | Fixes ticket #3544.
* avcodec/dirac_arith: fix integer overflowMichael Niedermayer2014-10-28
| | | | | | Fixes: asan_heap-oob_1078676_9_008.drc Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/dirac_arith: Fix build with PIC and stack-check optionsAnthoine Bourgeois2014-04-09
| | | | | | | | | | | Fixes Ticket3540 The function dirac_get_arith_bit in libavcodec/dirac_arith.h can't be built with PIC and check-stack because the asm code needs 6 registers and PIC and check-stack options take 1 each and x86 is quite limited in this area. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac_arith: Fix unprotected inline asmDerek Buitenhuis2012-09-17
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Dirac: More formatingJordi Ortiz2011-10-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* DIRAC Decoder stable version, MMX support removed.multiple authors2011-10-30
Look for MMX_DISABLED to find the disabled functions. Authors of this code are Marco Gerards <marco@gnu.org> and David Conrad <lessen42@gmail.com> With changes from Jordi Ortiz <nenjordi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>