]> git.sesse.net Git - x264/history - common/macroblock.c
Eliminate edge cases for MV predictors
[x264] / common / macroblock.c
2010-07-15 Fiona GlaserEliminate edge cases for MV predictors
2010-07-15 Fiona GlaserFix 8x8dct+slices+no sliced threads+cavlc+deblock
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-27 Loren MerrittSimplify pixel_ads
2010-06-09 Fiona GlaserTemplate load_pic_pointers based on interlaced
2010-06-09 Fiona GlaserRemove double-dereferences for MB width/height data
2010-06-09 Nathan CaldwellDeduplicate the ALIGN macro, move it to common.h
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-31 Henrik GramnerSome deblocking-related optimizations
2010-05-31 Fiona GlaserFix cavlc+deblock+8x8dct (regression in r1612)
2010-05-26 Fiona GlaserOverhaul deblocking again
2010-05-21 Fiona GlaserRewrite deblock strength calculation, add asm
2010-05-06 Anton MitrofanovMore cosmetics
2010-05-06 Fiona GlaserImprove temporal MV prediction
2010-04-24 Fiona GlaserSplit out MV prediction into mvpred.c
2010-04-23 Fiona GlaserFix 10l in cache_load changes
2010-04-23 Fiona GlaserMove deblocking/hpel into sliced threads
2010-04-23 Fiona GlaserPrefetch MB data in cache_load
2010-04-23 Fiona GlaserFix a ton of pessimization caused by aliasing in cache_...
2010-04-23 Fiona GlaserAdd CP128/M128 macros using SSE
2010-04-14 Fiona GlaserFix various early terminations with slices
2010-04-10 Fiona GlaserMake MV prediction work across slice boundaries
2010-04-10 Fiona GlaserCleanup and simplification of macroblock_load
2010-04-05 Alex WrightBetter b16x8/8x16 early termination in B-frames
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-27 Henrik GramnerCosmetics in mvd handling
2010-03-27 Henrik GramnerCosmetics: use sizeof() where appropriate
2010-03-27 Fiona GlaserSplit up analyse_init
2010-03-27 Fiona GlaserMuch more accurate B-skip detection at 2 < subme < 7
2010-03-27 Fiona GlaserShrink some arrays in x264_t
2010-03-27 Anton MitrofanovFix two nondeterminisms
2010-02-25 Fiona GlaserFix regression in r1449
2010-02-25 Fiona GlaserCut size of MVD arrays by a factor of 2 again
2010-02-23 Fiona GlaserMuch faster and more efficient MVD handling
2010-02-23 Fiona GlaserAdd temporal predictor support to interlaced encoding
2010-02-23 Fiona GlaserKeep track of macroblock partitions
2010-02-23 Fiona GlaserMuch faster and simpler direct spatial calculation
2010-02-15 Fiona GlaserBackport various speed tweak ideas from ffmpeg
2010-02-15 Fiona GlaserImplement direct temporal + interlaced
2010-01-28 Fiona GlaserMerge nnz_backup with scratch buffer
2010-01-21 Fiona GlaserVarious performance optimizations
2010-01-14 David ConradFix x264 compilation on Apple GCC
2009-12-11 Fiona GlaserFix regression in direct=auto/temporal in r1364
2009-12-09 Fiona GlaserBring back slice-based threading support
2009-11-25 Fiona GlaserFix weightb with delta_poc_bottom
2009-11-12 Dylan YudakenVarious weightp fixes
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-11-09 Fiona GlaserFix miscompilation with gcc 4.3 on ARM
2009-10-29 Fiona GlaserMotion compensation optimizations
2009-10-25 Fiona GlaserFix two warnings + some minor optimizations
2009-10-25 Fiona GlaserFix a typo in b-pyramid help
2009-10-25 Henrik GramnerA bit more write-combining in macroblock_cache_load
2009-10-19 Lamont AlstonMake B-pyramid spec-compliant
2009-10-07 Fiona GlaserConstrained intra prediction support
2009-09-21 Fiona GlaserAdd intra prediction modes to output stats
2009-09-02 Steven WaltersThreaded lookahead
2009-08-31 Fiona GlaserMulti-slice encoding support
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-08-13 Loren Merrittfix lowres padding, which failed to extrapolate the...
2009-08-09 Loren Merrittsimd part of x264_macroblock_tree_propagate.
2009-06-19 Fiona GlaserFaster MV prediction
2009-05-14 Fiona GlaserFaster spatial direct MV prediction
2009-02-16 Fiona GlaserOptimize neighbor CBP calculation and fix related regre...
2009-01-27 Fiona GlaserMuch faster chroma encoding and other opts
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2009-01-08 Fiona GlaserFix regression in r1066
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-24 Fiona GlaserOptimize variance asm + minor changes
2008-12-23 Fiona GlaserMinor CABAC cleanups and related optimizations
2008-12-16 Fiona GlaserMore macroblock_cache optimizations
2008-12-15 Fiona GlaserOptimizations in predict_mv_direct
2008-11-11 Fiona GlaserAdd subme=0 (fullpel motion estimation only)
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-28 Loren Merrittavg_weight_ssse3
2008-09-20 Fiona GlaserMerge avg and avg_weight
2008-09-19 Fiona GlaserRewrite avg/avg_weight to take two source pointers
2008-09-17 Fiona GlaserUse low-resolution lookahead motion vectors as an extra...
2008-09-05 Fiona GlaserCAVLC cleanup and optimizations
2008-08-21 Loren Merrittcosmetics
2008-08-20 Fiona GlaserCleanups in macroblock_cache_save/load
2008-07-24 Fiona GlaserFaster temporal predictor calculation
2008-07-12 Fiona GlaserFix bug with PCM and adaptive quantization
2008-07-10 Fiona GlaserFix and enable I_PCM macroblock support
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 GlaserCosmetics and loop unrolling
2008-06-11 Fiona GlaserTweaks and cosmetics in me.c
2008-06-03 Fiona Glaseromit redundant mc after non-rdo dct size decision,...
2008-05-20 Loren Merrittx264_median_mv_mmxext
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-05-17 Fiona Glaserforce unroll macroblock_load_pic_pointers
2008-04-17 Loren Merrittcopy left neighbor pixels directly from previous mb...
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-17 Fiona Glasermemcpy_aligned_sse2
2007-12-20 Loren Merrittfix a nondeterminism involving 8x8dct, rdo, and threads.
2007-12-01 Loren Merrittavoid a division in x264_mb_predict_mv_ref16x16.
2007-11-26 Loren Merrittfix a memleak in h->mb.mvr
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
next