summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/cabac.h
Commit message (Expand)AuthorAgeFilesLines
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-2/+2
* avcodec/x86: Exclude broken get_cabac under icl.Matt Oliver2014-04-101-2/+3
* Use intel compliant CDQ instead of CLTD in inline asm.Matt Oliver2014-03-301-2/+2
* Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-181-1/+2
* Merge commit '3741aa37c2a0d0717faff74a5c4cc357d16f6d1d'Michael Niedermayer2014-03-051-1/+1
|\
| * x86: cabac: Use correct #includes to make header compile standaloneDiego Biurrun2014-03-051-1/+1
* | avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0Michael Niedermayer2013-10-311-0/+23
* | avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP...Michael Niedermayer2013-10-261-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clangMichael Niedermayer2013-07-061-0/+2
* | avcodec/x86/cabac: factorize broken llvm/clang check outMichael Niedermayer2013-07-061-3/+8
* | Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'Michael Niedermayer2013-07-051-0/+40
|\ \ | |/
| * cabac: x86 version of get_cabac_bypassJason Garrett-Glaser2013-07-041-0/+40
* | avcodec/x86/cabac: workaround llvm 4.2.1 bugMichael Niedermayer2013-01-221-1/+1
* | get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer2012-09-181-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-141-10/+12
|\ \ | |/
| * x86: cabac: allow building with sunccMans Rullgard2012-08-131-11/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
|\ \ | |/
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-251-0/+3
|\ \ | |/
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-0/+3
| * h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-281-7/+83
| * h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-281-7/+11
| * h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-281-3/+3
* | h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-281-8/+81
* | h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-281-7/+11
* | h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-281-3/+3
* | Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)"Michael Niedermayer2012-04-211-82/+8
* | h264: assembly version of get_cabac for x86_64 with PIC (v4)Roland Scheidegger2012-04-211-8/+82
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-36/+42
|\ \ | |/
| * cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-281-5/+10
| * cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje2012-03-281-3/+3
| * cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-281-5/+5
| * h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-3/+5
| * h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-22/+22
| * h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-8/+11
| * x86: Require 7 registers for the cabac asmMartin Storsjö2011-12-121-2/+2
* | cabac: Try to disable problematic ASM for gcc-llvm 4.2.1Michael Niedermayer2012-01-111-1/+2
* | cabac: 3rd try at working around a compiler bug in clang.Michael Niedermayer2012-01-091-1/+2
* | cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32Michael Niedermayer2012-01-091-1/+1
* | Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b"Michael Niedermayer2012-01-091-29/+20
* | Revert commit 599b4c6efddaed33b1667c386b34b07729ba732bMichael Niedermayer2012-01-061-20/+29
* | x86: Require 7 registers for the cabac asmMartin Storsjö2011-12-121-2/+2
|/
* x86: cabac: replace explicit memory references with "m" operandsMans Rullgard2011-12-111-24/+21
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-081-2/+2
* x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard2011-07-281-1/+1
* x86: cabac: don't load/store context values in asmMans Rullgard2011-07-281-9/+3
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-281-8/+7
* x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-201-1/+1
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-201-0/+148
OpenPOWER on IntegriCloud