summaryrefslogtreecommitdiffstats
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer2015-11-271-1/+1
* cabac: Make cabac starts hardcodedAnton Khirnov2015-10-101-2/+1
* Revert "cabac: Allow hardcoding CABAC table."Derek Buitenhuis2015-10-101-6/+1
* cabac: Allow hardcoding CABAC table.Reimar Döffinger2014-09-061-1/+6
* Merge commit 'dfe224f377be3e45758c69d881ca7874b82d647a'Michael Niedermayer2014-03-091-0/+1
|\
| * aarch64: get_cabac inline asmJanne Grunau2014-03-091-0/+1
| * cabac: remove leftovers from the cabac encoderJanne Grunau2014-01-141-3/+0
| * cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-131-1/+1
| * h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-281-0/+5
* | 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
OpenPOWER on IntegriCloud