aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/cabac.c
AgeCommit message (Expand)Author
2006-10-18Kill a warning with MSVCJindřich Makovička
2006-10-15shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer
2006-10-13dehack *ps_state indexing in the branchless decoderMichael Niedermayer
2006-10-11make state transition tables global as they are constant and the code is slig...Michael Niedermayer
2006-10-11make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer
2006-10-10BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun
2006-10-09reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer
2006-10-09optimize branchless C CABAC decoderMichael Niedermayer
2006-10-09decrease ff_h264_norm_shift[] sizeMichael Niedermayer
2006-10-08branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer
2006-10-085% faster get_cabac()Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-01-11fixing selftestMichael Niedermayer
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
2004-10-26optimizationMichael Niedermayer
2004-07-08overread fixMichael Niedermayer
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-03-26h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar
2003-10-12removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
2003-06-09FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer
2003-06-06cleanupMichael Niedermayer
2003-05-30(truncated) unary binerizationMichael Niedermayer
2003-05-28CABACMichael Niedermayer