summaryrefslogtreecommitdiff
path: root/libavcodec/x86/cabac.h
Commit message (Expand)AuthorAge
* avcodec/x86/cabac: workaround llvm 4.2.1 bugMichael Niedermayer2013-01-22
* get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer2012-09-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-14
|\
| * x86: cabac: allow building with sunccMans Rullgard2012-08-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-25
|\|
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
| * h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-28
| * h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
| * h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-28
* | h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-28
* | h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* | h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-28
* | Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)"Michael Niedermayer2012-04-21
* | h264: assembly version of get_cabac for x86_64 with PIC (v4)Roland Scheidegger2012-04-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje2012-03-28
| * cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * x86: Require 7 registers for the cabac asmMartin Storsjö2011-12-12
* | cabac: Try to disable problematic ASM for gcc-llvm 4.2.1Michael Niedermayer2012-01-11
* | cabac: 3rd try at working around a compiler bug in clang.Michael Niedermayer2012-01-09
* | cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32Michael Niedermayer2012-01-09
* | Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b"Michael Niedermayer2012-01-09
* | Revert commit 599b4c6efddaed33b1667c386b34b07729ba732bMichael Niedermayer2012-01-06
* | x86: Require 7 registers for the cabac asmMartin Storsjö2011-12-12
|/
* x86: cabac: replace explicit memory references with "m" operandsMans Rullgard2011-12-11
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-08
* x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard2011-07-28
* x86: cabac: don't load/store context values in asmMans Rullgard2011-07-28
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-28
* x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-20
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-20