summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dehack *ps_state indexing in the branchless decoderMichael Niedermayer2006-10-131-4/+7
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-111-15/+16
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-111-4/+6
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-101-1/+1
* reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer2006-10-091-12/+12
* optimize branchless C CABAC decoderMichael Niedermayer2006-10-091-0/+8
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-091-14/+6
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-081-9/+9
* 5% faster get_cabac()Michael Niedermayer2006-10-081-8/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-24/+24
* fixing selftestMichael Niedermayer2005-01-111-7/+10
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* optimizationMichael Niedermayer2004-10-261-6/+29
* overread fixMichael Niedermayer2004-07-081-0/+1
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-1/+1
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-261-1/+1
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-1/+1
* FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer2003-06-091-0/+1
* cleanupMichael Niedermayer2003-06-061-1/+1
* (truncated) unary binerizationMichael Niedermayer2003-05-301-9/+35
* CABACMichael Niedermayer2003-05-281-0/+179