| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cabac: Check initial cabac decoder state | Michael Niedermayer | 2015-11-27 | 1 | -1/+1 |
* | cabac: Make cabac starts hardcoded | Anton Khirnov | 2015-10-10 | 1 | -2/+1 |
* | Revert "cabac: Allow hardcoding CABAC table." | Derek Buitenhuis | 2015-10-10 | 1 | -6/+1 |
* | cabac: Allow hardcoding CABAC table. | Reimar Döffinger | 2014-09-06 | 1 | -1/+6 |
* | Merge commit 'dfe224f377be3e45758c69d881ca7874b82d647a' | Michael Niedermayer | 2014-03-09 | 1 | -0/+1 |
|\ |
|
| * | aarch64: get_cabac inline asm | Janne Grunau | 2014-03-09 | 1 | -0/+1 |
| * | cabac: remove leftovers from the cabac encoder | Janne Grunau | 2014-01-14 | 1 | -3/+0 |
| * | cabac: remove unused argument of ff_init_cabac_states() | Michael Niedermayer | 2013-03-13 | 1 | -1/+1 |
| * | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -0/+5 |
* | | h264: ff_init_cabac_states doesnt use its argument thus remove it | Michael Niedermayer | 2012-08-26 | 1 | -1/+1 |
* | | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-14 | 1 | -132/+1 |
|\| |
|
| * | cabac: split cabac.h into declarations and function definitions | Diego Biurrun | 2012-01-12 | 1 | -130/+1 |
| * | cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. | Diego Biurrun | 2012-01-12 | 1 | -1/+0 |
| * | cabac: Remove ff_h264_lps_state array. | Diego Biurrun | 2012-01-12 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -25/+0 |
|\| |
|
| * | cabac: Move code only used within the CABAC test program into the test program. | Diego Biurrun | 2012-01-07 | 1 | -25/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-07 | 1 | -9/+0 |
|\| |
|
| * | cabac: remove unused function renorm_cabac_decoder | Diego Biurrun | 2012-01-06 | 1 | -9/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -61/+0 |
|\| |
|
| * | cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions | Diego Biurrun | 2012-01-04 | 1 | -58/+0 |
| * | cabac: drop unused STRICT_LIMITS code branch | Diego Biurrun | 2012-01-04 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -172/+0 |
|\| |
|
| * | cabac: Move code only used in the cabac test program to cabac.c. | Diego Biurrun | 2011-07-17 | 1 | -172/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -335/+26 |
|\| |
|
| * | cabac: move x86 asm to libavcodec/x86/cabac.h | Mans Rullgard | 2011-06-20 | 1 | -132/+24 |
| * | x86: cabac: change 'a' constraint to 'r' in get_cabac_inline() | Mans Rullgard | 2011-06-20 | 1 | -1/+1 |
| * | x86: cabac: remove hardcoded esi in get_cabac_inline() | Mans Rullgard | 2011-06-20 | 1 | -8/+8 |
| * | x86: cabac: remove hardcoded edx in get_cabac_inline() | Mans Rullgard | 2011-06-20 | 1 | -8/+8 |
| * | x86: cabac: remove unused macro parameter | Mans Rullgard | 2011-06-20 | 1 | -3/+3 |
| * | x86: cabac: remove hardcoded ebx in inline asm | Mans Rullgard | 2011-06-20 | 1 | -26/+27 |
| * | x86: cabac: remove hardcoded struct offsets from inline asm | Mans Rullgard | 2011-06-20 | 1 | -26/+21 |
| * | cabac: remove inline asm under #if 0 | Mans Rullgard | 2011-06-20 | 1 | -31/+0 |
| * | cabac: remove BRANCHLESS_CABAC_DECODER switch | Mans Rullgard | 2011-06-20 | 1 | -105/+1 |
| * | cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED | Mans Rullgard | 2011-06-20 | 1 | -62/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7... | Reimar Döffinger | 2009-08-21 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -7/+7 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -9/+9 |
* | Remove useless #ifdef around #include. | Diego Biurrun | 2008-09-14 | 1 | -2/+0 |
* | Silence a couple of 'defined but not used' warnings by adding an av_unused | Diego Biurrun | 2008-09-02 | 1 | -4/+4 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. | Jeff Downs | 2008-04-16 | 1 | -110/+0 |
* | Revert 12838 to redo it the right way (use svn copy to create new | Jeff Downs | 2008-04-16 | 1 | -0/+110 |
* | Move decode_significance_x86() and decode_significance_8x8_x86() to | Jeff Downs | 2008-04-15 | 1 | -110/+0 |
* | cosmetics: remove useless \-newline escapes | Måns Rullgård | 2008-03-17 | 1 | -6/+6 |