summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Remove useless #ifdef around #include.Diego Biurrun2008-09-14
* Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun2008-09-02
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs2008-04-16
* Revert 12838 to redo it the right way (use svn copy to create newJeff Downs2008-04-16
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-15
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-17
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
* Put some disabled functions that are only used in the test program in cabac.cDiego Biurrun2008-01-23
* Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger2007-12-02
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-12
* Disable unused code; fixes several gcc warnings:Diego Biurrun2007-10-12
* 100l: Revert accidental commit, restore previous version.Diego Biurrun2007-10-02
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-02
* cosmetics: typoDiego Biurrun2007-09-16
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-15
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-27
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-26
* Update preprocessor directive comments to take recent changes to this fileDiego Biurrun2007-04-14
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-23
* rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård2007-01-27
* replace a few hardcoded numbers with their correct named onesMichael Niedermayer2007-01-13
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* PIC fixMichael Niedermayer2006-11-27
* Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger2006-11-01
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
* Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun2006-10-29
* CABAC assembler optimizations ported to AMD64Reimar Döffinger2006-10-23
* decode_significance_8x8_x86()Michael Niedermayer2006-10-20
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
* another instruction less in decode_significance_x86() -> 1% faster ion P3Michael Niedermayer2006-10-20
* 1 instruction lessMichael Niedermayer2006-10-20
* reordering instructions a little in decode_significance_x86() -> 2 instructio...Michael Niedermayer2006-10-20
* factorize get_cabac asm (0.5% slower but its much cleaner)Michael Niedermayer2006-10-20
* Fix PIC compilation, some defines were under #ifdef !PIC but usedBernhard Rosenkränzer2006-10-19
* unused variableMichael Niedermayer2006-10-19
* optimize sign decoding code in decode_residual()Michael Niedermayer2006-10-19
* Kill a warning with MSVCJindřich Makovička2006-10-18