summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAgeFilesLines
...
* remove bytestream_end checks, seems to work fine without them and the bitstre...Michael Niedermayer2006-10-091-2/+0
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-091-3/+3
* cleanupMichael Niedermayer2006-10-081-4/+0
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-081-10/+11
* 5% faster get_cabac()Michael Niedermayer2006-10-081-4/+20
* disable benchmarking codeMichael Niedermayer2006-10-071-3/+3
* renorm_cabac_decoder_once START/STOP_TIMER scores for athlonMichael Niedermayer2006-10-071-6/+6
* refill cabac variables in 16bit steps, 3% faster get_cabac()Michael Niedermayer2006-10-071-6/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* () 10lMichael Niedermayer2006-10-071-1/+1
* several x86 renorm_cabac_decoder_once optimizationsMichael Niedermayer2006-10-071-1/+63
* don't try to inline cabac functions. gcc ignored the hint anyway, and forcing...Loren Merritt2006-10-041-11/+11
* tweak cabac. 0.5% faster h264.Loren Merritt2006-08-271-10/+12
* don't force asserts in release builds. 2% faster h264.Loren Merritt2006-04-291-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-35/+35
* decode h264 end-of-slice flagLoren Merritt2005-05-291-1/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-2/+3
* optimizationMichael Niedermayer2004-10-261-36/+78
* overread fixMichael Niedermayer2004-07-081-2/+7
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-3/+3
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-1/+1
* 10lMichael Niedermayer2003-06-091-3/+3
* FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer2003-06-091-2/+13
* cleanupMichael Niedermayer2003-06-061-1/+5
* (truncated) unary binerizationMichael Niedermayer2003-05-301-0/+134
* CABACMichael Niedermayer2003-05-281-0/+232