]> git.sesse.net Git - ffmpeg/history - libavcodec/cabac.c
Simplify l1mv/l1ref calculation.
[ffmpeg] / libavcodec / cabac.c
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-23 Diego BiurrunFix test program compilation: Add missing #include...
2008-01-20 Diego BiurrunConsistently use TEST as the preprocessor condition...
2007-11-23 Diego Biurrunmain() --> main(void)
2007-07-19 Panagiotis IssarisFix the self tests which are contained in some codecs...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2006-10-18 Jindřich MakovičkaKill a warning with MSVC
2006-10-15 Michael Niedermayershift CABACContext.range right, this reduces the number...
2006-10-13 Michael Niedermayerdehack *ps_state indexing in the branchless decoder
2006-10-11 Michael Niedermayermake state transition tables global as they are constan...
2006-10-11 Michael Niedermayermake lps_range a global table its constant anyway ...
2006-10-10 Diego BiurrunBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-09 Michael Niedermayerreverse remainder of the failed attempt to optimize...
2006-10-09 Michael Niedermayeroptimize branchless C CABAC decoder
2006-10-09 Michael Niedermayerdecrease ff_h264_norm_shift[] size
2006-10-08 Michael Niedermayerbranchless renormalization (1% faster get_cabac) old...
2006-10-08 Michael Niedermayer5% faster get_cabac()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-01-11 Michael Niedermayerfixing selftest
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
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-03-26 Laurent Aimarh264 - progressive I frame CABAC support patch by ...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
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