summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.c
Commit message (Expand)AuthorAge
* h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-26
* cabac: use av_assertMichael Niedermayer2012-07-07
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* h264: (trivial) make ff_h264_lps_state staticRoland Scheidegger2012-04-28
* 1000l commit forgotten cabac fixMichael Niedermayer2012-01-14
* 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-10
|\|
| * cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun2012-01-09
* | 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-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
* | cabac test: Change input to test, so a wider range of states is tested.Michael Niedermayer2011-09-10
* | cabac test: match encode and decode sideMichael Niedermayer2011-09-10
* | cabac: fix cabac encoderMichael Niedermayer2011-09-10
* | 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-07-16
|\|
| * Remove unused structs and tables.Diego Biurrun2011-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix test program compilation: Add missing #include and update the callDiego Biurrun2008-01-23
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-20
* main() --> main(void)Diego Biurrun2007-11-23
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Kill a warning with MSVCJindřich Makovička2006-10-18
* shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer2006-10-15
* dehack *ps_state indexing in the branchless decoderMichael Niedermayer2006-10-13
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-11
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-11
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-10
* reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer2006-10-09
* optimize branchless C CABAC decoderMichael Niedermayer2006-10-09
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-09
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-08
* 5% faster get_cabac()Michael Niedermayer2006-10-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12