| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: cabac: Use correct #includes to make header compile standalone | Diego Biurrun | 2014-03-05 | 1 | -1/+1 |
* | cabac: x86 version of get_cabac_bypass | Jason Garrett-Glaser | 2013-07-04 | 1 | -0/+40 |
* | x86: cabac: allow building with suncc | Mans Rullgard | 2012-08-13 | 1 | -11/+13 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |