]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/cabac.c
Fix segault
[frescor/ffmpeg.git] / libavcodec / cabac.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-05-09 diegoUse full path for #includes from another directory.
2008-01-23 diegoFix test program compilation: Add missing #include...
2008-01-20 diegoConsistently use TEST as the preprocessor condition...
2007-11-23 diegomain() --> main(void)
2007-07-19 takisFix the self tests which are contained in some codecs...
2007-07-05 diegolicense header consistency cosmetics
2006-10-18 gpoirierKill a warning with MSVC
2006-10-15 michaelshift CABACContext.range right, this reduces the number...
2006-10-13 michaeldehack *ps_state indexing in the branchless decoder
2006-10-11 michaelmake state transition tables global as they are constan...
2006-10-11 michaelmake lps_range a global table its constant anyway ...
2006-10-10 diegoBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-09 michaelreverse remainder of the failed attempt to optimize...
2006-10-09 michaeloptimize branchless C CABAC decoder
2006-10-09 michaeldecrease ff_h264_norm_shift[] size
2006-10-08 michaelbranchless renormalization (1% faster get_cabac) old...
2006-10-08 michael5% faster get_cabac()
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-01-11 michaelfixing selftest
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-10-26 michaeloptimization
2004-07-08 michaeloverread fix
2004-05-18 michaelsome of the warning fixes by (Michael Roitzsch <mroi...
2004-03-26 michaelh264 - progressive I frame CABAC support patch by ...
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-06-09 michaelniFFV1 codec (our very simple lossless intra only codec...
2003-06-06 michaelnicleanup
2003-05-30 michaelni(truncated) unary binerization
2003-05-28 michaelniCABAC