summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.c
Commit message (Expand)AuthorAge
* 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
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fixing selftestMichael Niedermayer2005-01-11
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* optimizationMichael Niedermayer2004-10-26
* overread fixMichael Niedermayer2004-07-08
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-26
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer2003-06-09
* cleanupMichael Niedermayer2003-06-06
* (truncated) unary binerizationMichael Niedermayer2003-05-30
* CABACMichael Niedermayer2003-05-28