summaryrefslogtreecommitdiffstats
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-335/+26
|\
| * cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-201-132/+24
| * x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard2011-06-201-1/+1
| * x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard2011-06-201-8/+8
| * x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard2011-06-201-8/+8
| * x86: cabac: remove unused macro parameterMans Rullgard2011-06-201-3/+3
| * x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2011-06-201-26/+27
| * x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2011-06-201-26/+21
| * cabac: remove inline asm under #if 0Mans Rullgard2011-06-201-31/+0
| * cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-201-105/+1
| * cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLEDMans Rullgard2011-06-201-62/+0
| * 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
* Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2009-08-211-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-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-7/+7
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-9/+9
* Remove useless #ifdef around #include.Diego Biurrun2008-09-141-2/+0
* Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun2008-09-021-4/+4
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs2008-04-161-110/+0
* Revert 12838 to redo it the right way (use svn copy to create newJeff Downs2008-04-161-0/+110
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-151-110/+0
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-171-6/+6
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-281-3/+3
* Put some disabled functions that are only used in the test program in cabac.cDiego Biurrun2008-01-231-2/+2
* Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger2007-12-021-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-121-1/+1
* Disable unused code; fixes several gcc warnings:Diego Biurrun2007-10-121-0/+6
* 100l: Revert accidental commit, restore previous version.Diego Biurrun2007-10-021-5/+0
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-021-0/+5
* cosmetics: typoDiego Biurrun2007-09-161-1/+1
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-151-5/+5
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-1/+1
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-101-0/+6
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-051-1/+1
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-271-5/+5
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-261-5/+5
* Update preprocessor directive comments to take recent changes to this fileDiego Biurrun2007-04-141-3/+3
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-291-2/+2
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-231-1/+1
* rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård2007-01-271-3/+3
* replace a few hardcoded numbers with their correct named onesMichael Niedermayer2007-01-131-8/+8
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-2/+2
OpenPOWER on IntegriCloud