summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAge
* avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt2021-02-02
* avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer2015-11-27
* cabac: Make cabac starts hardcodedAnton Khirnov2015-10-10
* Revert "cabac: Allow hardcoding CABAC table."Derek Buitenhuis2015-10-10
* cabac: Allow hardcoding CABAC table.Reimar Döffinger2014-09-06
* Merge commit 'dfe224f377be3e45758c69d881ca7874b82d647a'Michael Niedermayer2014-03-09
|\
| * 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
* | h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-26
* | h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-14
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-07
|\|
| * cabac: remove unused function renorm_cabac_decoderDiego Biurrun2012-01-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-05
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * 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