]> git.sesse.net Git - x264/history - common/cabac.h
Bump dates to 2016
[x264] / common / cabac.h
2016-01-16 Henrik GramnerBump dates to 2016
2015-02-23 Anton MitrofanovBump dates to 2015
2014-12-16 Janne Grunauaarch64: cabac_encode_{decision,bypass,terminal}_asm
2014-01-08 Henrik GramnerBump dates to 2014
2013-01-09 Loren MerrittBump dates to 2013
2012-02-04 HiiBump dates to 2012
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-01-25 Sean McGovernBump dates to 2011
2010-09-18 Fiona GlaserUpdate source file headers
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-05-26 Fiona GlaserFix CABAC+PCM, regression in r1592
2010-05-17 Fiona GlaserOverhaul CABAC: faster, less cache usage
2010-03-27 Fiona GlaserMake a bunch of small functions ALWAYS_INLINE
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2008-10-27 Fiona GlaserOptimize CABAC bit cost calculation
2008-08-21 Loren Merrittcosmetics
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-15 Fiona GlaserCosmetics and loop unrolling
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-04-21 Loren Merrittcheckasm cabac
2008-03-25 Fiona Glaserrearrange cabac struct to reduce code size
2008-03-24 Loren Merrittfaster cabac_encode_ue_bypass
2008-03-24 Loren Merrittcosmetics in cabac
2008-03-23 Loren Merrittinline cabac_size_decision
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-17 Fiona Glasermemcpy_aligned_sse2
2008-01-27 Loren Merrittshave a couple cycles off cabac functions
2007-04-21 Loren Merrittcabac: use bytestream instead of bitstream.
2006-10-10 Loren Merrittno more decoder. it never worked anyway, and the presen...
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2005-11-03 Loren MerrittTrellis RD quantization.
2005-10-29 Loren Merrittcabac: merge i_state with i_mps. bs_write multiple...
2005-10-29 Loren Merrittremove unused adaptive cabac_idc code
2005-10-15 Loren Merrittduring RDO, skip the bitstream writing and just calcula...
2005-10-09 Loren Merrittremove cabac byte-stuffing code, because it just wastes...
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...