]> git.sesse.net Git - ffmpeg/history - libavcodec/cabac.h
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / cabac.h
2006-10-10 Michael Niedermayerreplace a few and/sub/... by cmov
2006-10-09 Michael Niedermayerreading 8bit mem into a 8bit register needs 2 uops...
2006-10-09 Michael Niedermayeron the P4 inc needs twice as much time a add
2006-10-09 Michael Niedermayer10l
2006-10-09 Michael Niedermayerreverse remainder of the failed attempt to optimize...
2006-10-09 Michael Niedermayerx86 branchless cabac decoder
2006-10-09 Michael Niedermayeroptimize branchless C CABAC decoder
2006-10-09 Michael Niedermayermove outcommented START/STOP_TIMER to a hopefully bette...
2006-10-09 Michael Niedermayerdrop failed attempt to optimize *state= c->mps_state[s];
2006-10-09 Michael Niedermayer10l bugfix for some disabled code
2006-10-09 Michael Niedermayerfirst try of a handwritten get_cabac() for x86, this...
2006-10-09 Michael Niedermayerremove bytestream_end checks, seems to work fine withou...
2006-10-09 Michael Niedermayerdecrease ff_h264_norm_shift[] size
2006-10-08 Michael Niedermayercleanup
2006-10-08 Michael Niedermayerbranchless renormalization (1% faster get_cabac) old...
2006-10-08 Michael Niedermayer5% faster get_cabac()
2006-10-07 Michael Niedermayerdisable benchmarking code
2006-10-07 Michael Niedermayerrenorm_cabac_decoder_once START/STOP_TIMER scores for...
2006-10-07 Michael Niedermayerrefill cabac variables in 16bit steps, 3% faster get_ca...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Michael Niedermayer() 10l
2006-10-07 Michael Niedermayerseveral x86 renorm_cabac_decoder_once optimizations
2006-10-04 Loren Merrittdon't try to inline cabac functions. gcc ignored the...
2006-08-27 Loren Merritttweak cabac. 0.5% faster h264.
2006-04-29 Loren Merrittdon't force asserts in release builds. 2% faster h264.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-29 Loren Merrittdecode h264 end-of-slice flag
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-10-26 Michael Niedermayeroptimization
2004-07-08 Michael Niedermayeroverread fix
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2003-06-09 Michael Niedermayer10l
2003-06-09 Michael NiedermayerFFV1 codec (our very simple lossless intra only codec...
2003-06-06 Michael Niedermayercleanup
2003-05-30 Michael Niedermayer(truncated) unary binerization
2003-05-28 Michael NiedermayerCABAC