]> git.sesse.net Git - x264/history - encoder/me.h
checkasm: Check the right output range for integral_initXh
[x264] / encoder / me.h
2015-02-23 Anton MitrofanovBump dates to 2015
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-03-24 Kieran KunhyaCosmetics: make struct definition braces consistent
2011-01-25 Fiona GlaserVBV emergency mode
2011-01-25 Sean McGovernBump dates to 2011
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-03-27 Fiona GlaserVarious motion estimation optimizations
2010-03-27 Fiona GlaserMake a bunch of small functions ALWAYS_INLINE
2010-01-20 Loren MerrittMore --me tesa optimizations
2010-01-14 Fiona GlaserFaster weightp motion search
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-10-29 Fiona GlaserFurther reduce code size in bime
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-08-31 Loren MerrittFaster me=tesa
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-05-24 Fiona GlaserSave some memory on mv cost arrays
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-10-22 Fiona GlaserSub-8x8 Qpel-RD in P-frames
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-08-09 Fiona GlaserImprove subme7 at low QPs and add subme7 support in...
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-15 Fiona GlaserUse aligned memcpy for x264_me_t struct and cosmetics
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-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-17 Håkan Hjortincrease alignment of mv arrays
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2007-10-29 Loren Merrittuse hex instead of dia for rdo mv refinement. ~0.5...
2006-04-24 Loren MerrittBefore evaluating the RD score of any mode, check satd...
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-10-08 Loren Merrittnew option: --mixed-refs
2005-03-15 Loren Merrittmacroblock_analyse: simplify cost comparisons. (cosmetic)
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-02-14 Loren MerrittPrecalculate lambda*bits for all allowed mvs. 1-2%...
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2005-01-31 Loren MerrittMore accurate clipping rectangle for motion search...
2004-12-30 Loren Merrittreplace EPZS diamond with a hexagon search pattern.
2004-11-22 Loren Merrittmultiple hypothesis mv prediction:
2004-06-03 Laurent Aimar * all: re-import of the CVS.