aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cabac.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cabac: force get_cabac to be not inlinedMichael Niedermayer2013-12-091-1/+1
* avcodec/cabac: remove h264_lps_stateMichael Niedermayer2013-09-251-7/+1
* Merge commit 'cab8c5f8e140c96ba3725ab709d823abfd1e31a5'Michael Niedermayer2013-09-251-0/+6
|\
| * h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2013-09-241-0/+6
* | Merge commit 'e880418660c80e2f12a123e131975cdb6b12cd13'Michael Niedermayer2013-09-251-7/+3
|\|
| * cabac: remove write-only h264_mps_state[]Anton Khirnov2013-09-241-6/+2
* | avcodec: fix duplicate includesMichael Niedermayer2013-09-211-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-131-1/+2
|\|
| * cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-131-1/+2
| * Drop broken and unused CABAC test program.Diego Biurrun2012-11-141-147/+0
| * h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-281-23/+31
* | h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-261-2/+2
* | cabac: use av_assertMichael Niedermayer2012-07-071-1/+1
* | h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-281-23/+31
* | h264: (trivial) make ff_h264_lps_state staticRoland Scheidegger2012-04-281-7/+7
* | 1000l commit forgotten cabac fixMichael Niedermayer2012-01-141-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-141-6/+5
|\|
| * cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-121-0/+1
| * cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun2012-01-121-4/+4
| * cabac: Remove ff_h264_lps_state array.Diego Biurrun2012-01-121-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-101-74/+0
|\|
| * cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun2012-01-091-73/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-0/+25
|\|
| * cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-071-0/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-051-31/+0
|\|
| * cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2012-01-041-15/+0
| * cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2012-01-041-16/+0
* | cabac test: Change input to test, so a wider range of states is tested.Michael Niedermayer2011-09-101-1/+2
* | cabac test: match encode and decode sideMichael Niedermayer2011-09-101-1/+2
* | cabac: fix cabac encoderMichael Niedermayer2011-09-101-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-0/+134
|\|
| * cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2011-07-171-0/+134
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-161-12/+1
|\|
| * Remove unused structs and tables.Diego Biurrun2011-07-161-12/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-8/+0
|\|
| * cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-201-8/+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
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-3/+3
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-2/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Fix test program compilation: Add missing #include and update the callDiego Biurrun2008-01-231-1/+2
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-201-2/+2
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-191-0/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Kill a warning with MSVCJindřich Makovička2006-10-181-3/+3
* shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer2006-10-151-6/+29