]> git.sesse.net Git - x264/history - common/macroblock.h
Update file headers throughout x264
[x264] / common / macroblock.h
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-24 Fiona GlaserConvert NNZ to raster order and other optimizations
2008-06-15 Fiona GlaserAdd more inline asm and a runtime check for MMXEXT...
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-03-20 Fiona Glaserfaster intra predict 8x8 hu/hd
2008-03-20 Loren Merrittreduce the size of some arrays
2008-01-27 Loren Merrittfaster and smaller x264_macroblock_cache_mv etc
2007-12-20 Loren Merrittfix a nondeterminism involving 8x8dct, rdo, and threads.
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-10-10 Loren Merrittprefetch pixels for motion compensation and deblocking.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-08-16 Loren Merrittcosmetics
2006-05-30 Loren Merrittcheck some mallocs' return value
2006-05-10 Loren Merrittmsvc doesn't like C99 named array initializers
2006-05-10 Loren Merrittfaster intra search: filter i8x8 edges only once, and...
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-09 Loren Merrittkeep transposed dct coefs. ~1% overall speedup.
2006-03-05 Loren Merritt--direct auto
2005-11-06 Loren Merrittmmx dequant. up to 3% speedup w/ RD.
2005-10-29 Loren Merrittcosmetics: change literal cabac_block_cat to an enum.
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-04 Loren Merritttemporal predictors for 16x16 motion search.
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-05-29 Loren Merrittmultithreading (via slices)
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2005-01-08 Loren Merrittimproved mv prediction: 1-3% better compression of...
2004-12-29 Loren Merrittvarious cleanups in macroblock caching.
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...