]> git.sesse.net Git - x264/history - encoder/macroblock.c
Update file headers throughout x264
[x264] / encoder / macroblock.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-03 Fiona Glaserdenoise_dct asm
2008-07-02 Fiona GlaserOptimizations and cosmetics in macroblock.c
2008-06-24 Fiona GlaserConvert NNZ to raster order and other optimizations
2008-06-03 Fiona Glaseromit redundant mc after non-rdo dct size decision,...
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-05-17 Fiona Glaserforce unroll macroblock_load_pic_pointers
2008-05-17 Fiona Glaserr836 borked lossless cabac nnz
2008-05-14 Fiona Glaserfaster probe_skip
2008-04-27 Fiona Glaserremove some redundant nnz counts
2008-04-27 Fiona Glaseromit P/B-skip mc from macroblock_encode if the pixels...
2008-03-30 Loren Merrittr784 borked lossless dc zigzag
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-19 Fiona Glaserskip intra pred+dct+quant in cases where it's redundant...
2008-03-03 Loren Merrittincrease the alignment of the i8x8 edge cache, needed...
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-04-04 Loren Merrittwhen encoding with a cqm, probe_skip now also uses...
2007-01-11 Loren Merrittmake array_non_zero() compatible with -fstrict-aliasing
2006-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-10-29 Loren Merrittcompute chroma_qp only once per mb
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-10-09 Loren Merrittcompute pskip_mv only once per macroblock, and store it
2006-10-01 Loren Merrittallow custom deadzones for non-trellis quantization.
2006-10-01 Loren Merrittmove zigzag scan functions to dsp function pointers.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-08-16 Loren Merrittcosmetics
2006-05-10 Loren Merrittfaster intra search: filter i8x8 edges only once, and...
2006-04-20 Loren Merritt10l in r463 (q0 i16x16 dc was permuted)
2006-04-19 Loren MerrittBefore, we eliminated dct blocks containing only a...
2006-03-24 Loren Merrittuse FDEC_STRIDE instead of a parameter in mmx dct
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-09 Loren Merrittkeep transposed dct coefs. ~1% overall speedup.
2006-03-06 Loren Merrittno --nr in intra blocks. intra prediction doesn't work...
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2005-11-22 Loren Merrittskip dequant+idct of decimated blocks.
2005-11-07 Loren Merrittuse array_non_zero() when we don't need a full array_no...
2005-11-06 Loren Merrittmmx dequant. up to 3% speedup w/ RD.
2005-11-03 Loren MerrittTrellis RD quantization.
2005-10-30 Loren Merrittfaster decimation
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-08 Loren Merrittcosmetics: move some stuff from macroblock_encode to...
2005-09-24 Loren Merrittallow i4x4 and i8x8 down-left prediction with emulated...
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2005-01-28 Loren MerrittClipping mvs to within picture + emulated border when...
2005-01-27 Loren MerrittFix clipping of mvs in probe_pskip. (Previously it...
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-07-23 Laurent Aimar * encoder.c, analyse.c, macroblock: fixed when using...
2004-06-03 Laurent Aimar * all: re-import of the CVS.