summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_i386.h
Commit message (Expand)AuthorAgeFilesLines
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-281-6/+6
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* x86: cabac: allow building with sunccMans Rullgard2012-08-131-13/+24
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-0/+3
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-231-0/+2
* h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-281-16/+37
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-281-7/+17
* cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-281-6/+12
* cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-281-12/+12
* cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-281-15/+17
* x86: Fix constraints for decode_significance*_x86Martin Storsjö2011-12-271-2/+2
* x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun2011-12-211-2/+2
* x86: cabac: replace explicit memory references with "m" operandsMans Rullgard2011-12-111-16/+15
* 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-2/+2
* x86: cabac: don't load/store context values in asmMans Rullgard2011-07-281-25/+7
* H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser2011-07-281-7/+4
* x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-201-2/+2
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-201-0/+1
* x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-201-3/+3
* x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-201-25/+26
* x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-31/+34
* x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-35/+37
* x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-26/+26
* x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2011-06-201-34/+36
* x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2011-06-201-14/+20
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-6/+9
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-9/+6
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-6/+9
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+3
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-0/+155
OpenPOWER on IntegriCloud