summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAge
* cabac: Make CABAC states hardcodedAnton Khirnov2015-10-08
* aarch64: get_cabac inline asmJanne Grunau2014-03-09
* cabac: remove leftovers from the cabac encoderJanne Grunau2014-01-14
* cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-13
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-12
* cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun2012-01-12
* cabac: Remove ff_h264_lps_state array.Diego Biurrun2012-01-12
* cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-07
* cabac: remove unused function renorm_cabac_decoderDiego Biurrun2012-01-06
* cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2012-01-04
* cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2012-01-04
* 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