| Commit message (Expand) | Author | Age | Files | Lines |
* | cabac: Try to disable problematic ASM for gcc-llvm 4.2.1 | Michael Niedermayer | 2012-01-11 | 1 | -1/+2 |
* | cabac: 3rd try at working around a compiler bug in clang. | Michael Niedermayer | 2012-01-09 | 1 | -1/+2 |
* | cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32 | Michael Niedermayer | 2012-01-09 | 1 | -1/+1 |
* | Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b" | Michael Niedermayer | 2012-01-09 | 1 | -29/+20 |
* | Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b | Michael Niedermayer | 2012-01-06 | 1 | -20/+29 |
* | x86: Require 7 registers for the cabac asm | Martin Storsjö | 2011-12-12 | 1 | -2/+2 |
* | x86: cabac: replace explicit memory references with "m" operands | Mans Rullgard | 2011-12-11 | 1 | -24/+21 |
* | x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory | Diego Biurrun | 2011-11-08 | 1 | -2/+2 |
* | x86: cabac: add operand size suffixes missing from 6c32576 | Mans Rullgard | 2011-07-28 | 1 | -1/+1 |
* | x86: cabac: don't load/store context values in asm | Mans Rullgard | 2011-07-28 | 1 | -9/+3 |
* | H.264: optimize CABAC x86 asm for Atom | Jason Garrett-Glaser | 2011-07-28 | 1 | -8/+7 |
* | x86: cabac: fix register constraints for 32-bit mode | Mans Rullgard | 2011-06-20 | 1 | -1/+1 |
* | cabac: move x86 asm to libavcodec/x86/cabac.h | Mans Rullgard | 2011-06-20 | 1 | -0/+148 |