]> git.sesse.net Git - x264/history - encoder/me.c
Periodic intra refresh
[x264] / encoder / me.c
2010-01-14 Fiona GlaserPeriodic intra refresh
2009-12-09 Fiona Glaserqpel RD no longer needs mbcmp_unaligned
2009-12-05 Fiona GlaserActually do r1356
2009-12-05 Fiona GlaserSignificantly faster qpel-RD
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-10-29 Fiona GlaserFurther reduce code size in bime
2009-10-29 Fiona GlaserTake into account chroma MV offset during interlaced...
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-09-07 Fiona GlaserImprove x264 help
2009-09-06 Fiona GlaserFactor out a redundant RD call in qpel-RD
2009-08-31 Loren MerrittFaster me=tesa
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-07-29 Fiona GlaserFix another 10L in QPRD
2009-07-28 Loren Merritt15% faster refine_bidir_satd, 10% faster refine_bidir_r...
2009-07-28 Fiona GlaserFaster bidir_rd plus some bugfixes
2009-07-26 Fiona GlaserFix a nondeterminism with threads and subme>7
2009-07-20 Anton MitrofanovNew AQ algorithm option
2009-05-27 Loren Merritta better way to keep track of mv candidates.
2009-05-27 Loren Merrittreorder some motion estimation patterns.
2009-05-24 Fiona GlaserFix 10L in r1155
2009-04-17 Fiona GlaserRemove various bits of dead code found by CLANG.
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-11-11 Fiona GlaserAdd subme=0 (fullpel motion estimation only)
2008-10-22 Fiona GlaserSub-8x8 Qpel-RD in P-frames
2008-10-22 Fiona GlaserFaster qpel-RD
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-09-21 Fiona GlaserResolve possible crash in bime, improve the fix in...
2008-09-20 Loren Merrittr980 borked weighted bime
2008-09-20 Fiona GlaserMerge avg and avg_weight
2008-09-19 Fiona GlaserRewrite avg/avg_weight to take two source pointers
2008-09-05 Fiona GlaserAdd sad_aligned for faster subme=1 mbcmp
2008-08-21 Loren Merrittcosmetics
2008-08-09 Fiona GlaserImprove subme7 at low QPs and add subme7 support in...
2008-07-06 Fiona GlaserVarious optimizations and cosmetics
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-12 Fiona GlaserMore tweaks to me.c
2008-06-11 Fiona GlaserTweaks and cosmetics in me.c
2008-06-03 Fiona Glasermemzero_aligned_mmx
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-04-27 Loren Merrittearlier termination in SEA if mvcost exceeds residual
2008-03-25 Loren Merrittfix an arithmetic overflow that disabled SEA threshold...
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-22 Loren Merrittmore alignment
2008-01-27 Loren Merrittremove a useless bit of me=umh (originally copied from...
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2008-01-08 Loren Merrittslightly wrong memory allocation in r717, fixes a poten...
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2008-01-06 Loren Merrittround esa range to a multiple of 4
2007-12-01 Loren Merrittfaster removal of duplicate mv predictors
2007-12-01 Loren Merrittavoid a division in umh.
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
2007-11-16 Loren Merrittcosmetics: use symbolic constants for frame padding...
2007-11-01 Loren Merrittfix a possible nondeterminism with me=umh + threads.
2007-10-29 Loren Merrittuse hex instead of dia for rdo mv refinement. ~0.5...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-06 Loren Merrittcosmetics
2007-05-26 Alex Izvorskireplace alloca with malloc everywhere. per manpage...
2007-04-02 Loren Merrittin hpel search, merge two 16x16 mc calls into one 16x17...
2006-12-15 Loren MerrittNew threading method:
2006-09-24 Loren Merrittworkaround: on some systems, alloca() isn't aligned
2006-09-12 Loren Merrittfaster ESA
2006-09-12 Loren Merrittfaster ESA
2006-04-24 Loren MerrittBefore evaluating the RD score of any mode, check satd...
2006-04-24 Loren MerrittWhen evaluating predictors to start fullpel motion...
2006-04-10 Loren Merrittmore interleaved SAD.
2006-04-10 Loren Merrittmore interleaved SAD.
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-01-18 Loren Merrittearly termination in UMH search
2006-01-18 Loren Merrittsplit mv_range enforcement from edge-of-frame clipping...
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-09 Loren Merrittearly termination within large SADs. ~1% faster UMH...
2005-12-30 Loren MerrittMSVC compatibility fixes
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-12-03 Loren Merrittfaster subpel motion search.
2005-11-22 Loren Merrittsubpel search: always check mvp.
2005-11-03 Loren Merrittskip a few duplicate candidates in qpel search.
2005-11-03 Loren Merrittskip a few duplicate candidates in fullpel hex&umh...
2005-11-03 Loren MerrittX264_ABS => abs
2005-10-15 Loren MerrittUse SAD instead of SATD for halfpel motion search.
2005-10-08 Loren Merrittnew option: --mixed-refs
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-05-24 Loren MerrittUMHex motion seach (but no early termination yet)
2005-05-11 Loren MerrittNew ratecontrol options:
2005-05-11 Loren Merrittuse a predicted mv as starting point for subpel refinement.
2005-04-19 Loren MerrittAllow manual selection of fullpel ME method. New method...
2005-03-15 Loren Merrittmacroblock_analyse: simplify cost comparisons. (cosmetic)
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-02 Loren MerrittFix a buffer overrun with very long MVs.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-14 Loren MerrittPrecalculate lambda*bits for all allowed mvs. 1-2%...
2005-02-14 Loren MerrittSave some memcopies in halfpel ME.
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2005-02-10 Loren Merrittcosmetics
next