summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAge
...
* 10l bugfix for some disabled codeMichael Niedermayer2006-10-09
* first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 d...Michael Niedermayer2006-10-09
* remove bytestream_end checks, seems to work fine without them and the bitstre...Michael Niedermayer2006-10-09
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-09
* cleanupMichael Niedermayer2006-10-08
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-08
* 5% faster get_cabac()Michael Niedermayer2006-10-08
* disable benchmarking codeMichael Niedermayer2006-10-07
* renorm_cabac_decoder_once START/STOP_TIMER scores for athlonMichael Niedermayer2006-10-07
* refill cabac variables in 16bit steps, 3% faster get_cabac()Michael Niedermayer2006-10-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* () 10lMichael Niedermayer2006-10-07
* several x86 renorm_cabac_decoder_once optimizationsMichael Niedermayer2006-10-07
* don't try to inline cabac functions. gcc ignored the hint anyway, and forcing...Loren Merritt2006-10-04
* tweak cabac. 0.5% faster h264.Loren Merritt2006-08-27
* don't force asserts in release builds. 2% faster h264.Loren Merritt2006-04-29
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* decode h264 end-of-slice flagLoren Merritt2005-05-29
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* 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
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* 10lMichael Niedermayer2003-06-09
* 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