]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/cabac.h
x86: cabac: allow building with suncc
[ffmpeg] / libavcodec / x86 / cabac.h
2012-08-13 Mans Rullgardx86: cabac: allow building with suncc
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-04-28 Roland Scheideggerh264: new assembly version of get_cabac for x86_64...
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-04-28 Roland Scheideggerh264: (trivial) remove unneeded macro argument in x86...
2012-03-28 Ronald S. Bultjecabac: add overread protection to BRANCHLESS_GET_CABAC().
2012-03-28 Ronald S. Bultjecabac: remove unused argument from BRANCHLESS_GET_CABAC...
2012-03-28 Ronald S. Bultjecabac: use struct+offset instead of memory operand...
2012-03-28 Ronald S. Bultjeh264: add overread protection to get_cabac_bypass_sign_...
2012-03-28 Ronald S. Bultjeh264: reindent get_cabac_bypass_sign_x86().
2012-03-28 Ronald S. Bultjeh264: use struct offsets in get_cabac_bypass_sign_x86().
2011-12-12 Martin Storsjöx86: Require 7 registers for the cabac asm
2011-12-11 Mans Rullgardx86: cabac: replace explicit memory references with...
2011-11-08 Diego Biurrunx86: drop pointless ARCH_X86 #ifdef from files in x86...
2011-07-29 Mans Rullgardx86: cabac: add operand size suffixes missing from...
2011-07-28 Mans Rullgardx86: cabac: don't load/store context values in asm
2011-07-28 Jason Garrett-GlaserH.264: optimize CABAC x86 asm for Atom
2011-06-20 Mans Rullgardx86: cabac: fix register constraints for 32-bit mode
2011-06-20 Mans Rullgardcabac: move x86 asm to libavcodec/x86/cabac.h