| Commit message (Expand) | Author | Age | Files | Lines |
* | get_cabac_inline_x86: Don't inline the assembly function on 32 bit | Christopher Degawa | 2023-04-02 | 1 | -1/+1 |
* | get_cabac_inline_x86: Don't inline if 32-bit clang on windows | Christopher Degawa | 2021-08-19 | 1 | -2/+7 |
* | avcodec/cabac_functions, x86/cabac: Include stddef.h | Andreas Rheinhardt | 2021-02-04 | 1 | -0/+2 |
* | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 1 | -10/+10 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | inline asm: fix arrays as named constraints. | Matt Oliver | 2014-05-07 | 1 | -2/+2 |
* | | avcodec/x86: Exclude broken get_cabac under icl. | Matt Oliver | 2014-04-10 | 1 | -2/+3 |
* | | Use intel compliant CDQ instead of CLTD in inline asm. | Matt Oliver | 2014-03-30 | 1 | -2/+2 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -1/+2 |
* | | Merge commit '3741aa37c2a0d0717faff74a5c4cc357d16f6d1d' | Michael Niedermayer | 2014-03-05 | 1 | -1/+1 |
|\| |
|
| * | x86: cabac: Use correct #includes to make header compile standalone | Diego Biurrun | 2014-03-05 | 1 | -1/+1 |
* | | avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0 | Michael Niedermayer | 2013-10-31 | 1 | -0/+23 |
* | | avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP... | Michael Niedermayer | 2013-10-26 | 1 | -1/+1 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clang | Michael Niedermayer | 2013-07-06 | 1 | -0/+2 |
* | | avcodec/x86/cabac: factorize broken llvm/clang check out | Michael Niedermayer | 2013-07-06 | 1 | -3/+8 |
* | | Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb' | Michael Niedermayer | 2013-07-05 | 1 | -0/+40 |
|\| |
|
| * | cabac: x86 version of get_cabac_bypass | Jason Garrett-Glaser | 2013-07-04 | 1 | -0/+40 |
* | | avcodec/x86/cabac: workaround llvm 4.2.1 bug | Michael Niedermayer | 2013-01-22 | 1 | -1/+1 |
* | | get_cabac_inline_x86: workaround clang bug with disabled optimizations | Michael Niedermayer | 2012-09-18 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -10/+12 |
|\| |
|
| * | x86: cabac: allow building with suncc | Mans Rullgard | 2012-08-13 | 1 | -11/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+1 |
|\| |
|
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-25 | 1 | -0/+3 |
|\| |
|
| * | x86: place some inline asm under #if HAVE_INLINE_ASM | Ronald S. Bultje | 2012-06-25 | 1 | -0/+3 |
| * | h264: new assembly version of get_cabac for x86_64 with PIC | Roland Scheidegger | 2012-04-28 | 1 | -7/+83 |
| * | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -7/+11 |
| * | h264: (trivial) remove unneeded macro argument in x86/cabac.h | Roland Scheidegger | 2012-04-28 | 1 | -3/+3 |
* | | h264: new assembly version of get_cabac for x86_64 with PIC | Roland Scheidegger | 2012-04-28 | 1 | -8/+81 |
* | | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -7/+11 |
* | | h264: (trivial) remove unneeded macro argument in x86/cabac.h | Roland Scheidegger | 2012-04-28 | 1 | -3/+3 |
* | | Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)" | Michael Niedermayer | 2012-04-21 | 1 | -82/+8 |
* | | h264: assembly version of get_cabac for x86_64 with PIC (v4) | Roland Scheidegger | 2012-04-21 | 1 | -8/+82 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -36/+42 |
|\| |
|
| * | cabac: add overread protection to BRANCHLESS_GET_CABAC(). | Ronald S. Bultje | 2012-03-28 | 1 | -5/+10 |
| * | cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE(). | Ronald S. Bultje | 2012-03-28 | 1 | -3/+3 |
| * | cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC(). | Ronald S. Bultje | 2012-03-28 | 1 | -5/+5 |
| * | h264: add overread protection to get_cabac_bypass_sign_x86(). | Ronald S. Bultje | 2012-03-28 | 1 | -3/+5 |
| * | h264: reindent get_cabac_bypass_sign_x86(). | Ronald S. Bultje | 2012-03-28 | 1 | -22/+22 |
| * | h264: use struct offsets in get_cabac_bypass_sign_x86(). | Ronald S. Bultje | 2012-03-28 | 1 | -8/+11 |
| * | x86: Require 7 registers for the cabac asm | Martin Storsjö | 2011-12-12 | 1 | -2/+2 |
* | | 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 |