]> git.sesse.net Git - x264/history - encoder/me.c
Add video filtering system to x264cli
[x264] / encoder / me.c
2010-06-27 Loren MerrittSimplify pixel_ads
2010-06-15 Fiona GlaserFix compilation on ARM w/ Apple ABI
2010-06-14 Anton MitrofanovFix crash with --subme 0 + --weightp > 0. Regression...
2010-06-09 Henrik GramnerReplace some divisions with shifts
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-31 Henrik GramnerOptimize out some x264_scan8 reads
2010-05-26 Fiona GlaserAvoid a redundant qpel check in lookahead with subme...
2010-05-17 Henrik GramnerShrink even more constant arrays
2010-05-06 Anton MitrofanovMore cosmetics
2010-05-06 Fiona GlaserShrink some more constant arrays
2010-04-29 Loren Merrittr1548 broke subme < 3 + p8x8/b8x8
2010-04-23 Fiona GlaserFaster fullpel predictor checking
2010-04-23 Fiona GlaserDon't check mv0 twice
2010-04-23 Fiona GlaserMMX code for predictor rounding/clipping
2010-04-11 Loren MerrittFix a use of sad_x4 that had non-mod64 stride
2010-04-11 Fiona GlaserFaster mv predictor checking at subme < 3
2010-04-11 Fiona GlaserSpecial case in qpel refine for subme=1
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-27 Fiona GlaserVarious motion estimation optimizations
2010-03-27 Fiona GlaserOverhaul macroblock_cache_rect
2010-02-23 Fiona GlaserMuch faster and more efficient MVD handling
2010-01-21 Fiona GlaserVarious performance optimizations
2010-01-20 Fiona GlaserVarious bugfixes and tweaks in analysis
2010-01-20 Loren MerrittMore --me tesa optimizations
2010-01-14 Fiona GlaserFaster --me tesa
2010-01-14 David ConradFix x264 compilation on Apple GCC
2010-01-14 Fiona GlaserFaster weightp motion search
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
next