summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAge
* cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2011-07-17
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-20
* x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard2011-06-20
* x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard2011-06-20
* x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard2011-06-20
* x86: cabac: remove unused macro parameterMans Rullgard2011-06-20
* x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2011-06-20
* x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2011-06-20
* cabac: remove inline asm under #if 0Mans Rullgard2011-06-20
* cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-20
* cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLEDMans Rullgard2011-06-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2009-08-21
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* 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