aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAgeFilesLines
* h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-261-1/+1
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-281-0/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-141-132/+1
|\
| * cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-121-130/+1
| * cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun2012-01-121-1/+0
| * cabac: Remove ff_h264_lps_state array.Diego Biurrun2012-01-121-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-25/+0
|\|
| * cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-071-25/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-071-9/+0
|\|
| * cabac: remove unused function renorm_cabac_decoderDiego Biurrun2012-01-061-9/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-051-61/+0
|\|
| * cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2012-01-041-58/+0
| * cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2012-01-041-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-172/+0
|\|
| * cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2011-07-171-172/+0
* | 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