summaryrefslogtreecommitdiff
path: root/libavcodec/dirac_arith.h
Commit message (Collapse)AuthorAge
* 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>