]> git.sesse.net Git - ffmpeg/history - libavcodec/motion_est.c
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / motion_est.c
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-07 Reimar Döffingermotion_est: fix implicit truncation warnings
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-02 Michael NiedermayerOptimize bidir_refine a bit.
2010-04-02 Michael NiedermayerChange bidir refine hash code so we only need to perfor...
2010-04-02 Michael NiedermayerReduce the size of the bidir refine hashtable from...
2010-04-02 Michael NiedermayerMove comment that belonged to cmp() back to cmp().
2010-04-02 Michael Niedermayerslice dice, inline and outline cmp()
2010-03-23 Michael NiedermayerChange ref_index structure so it matches how its organi...
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2008-12-02 Michael NiedermayerFix regression test failure with pthreads on multiproce...
2008-09-01 Michael Niedermayer1000l Fix snow regression test that i broke in r15135.
2008-08-31 Michael NiedermayerWarn the user about me_method values that are not suppo...
2008-07-09 Michael NiedermayerRemove ancient code that hasnt worked in many years.
2008-05-28 Michael NiedermayerFix return type of ff_init_me().
2008-05-27 Michael NiedermayerCheck dia size a little more. Fixes CID80.
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-03-31 Loren Merrittdoxy comment tweaks
2007-03-31 Guillaume PoirierAdd doxy comments, based on Loren's explanations posted...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-12-22 Michael Niedermayertest DIRECT{0,0} too if flag mv0 is used
2006-12-21 Michael Niedermayersimplify
2006-12-21 Michael Niedermayeri think this if() is useless lets abuse our users to...
2006-12-21 Michael Niedermayerskip motion estimation and encoding of non direct-0...
2006-12-17 Michael Niedermayer10l
2006-12-17 Michael Niedermayerwarn user if the selected diamond size is larger then...
2006-12-17 Michael Niedermayerlimit x/ymin/max to me_range
2006-12-12 Guillaume PoirierDoxygen comments about variables described by Michael...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-02 Diego Biurrunspelling cosmetics: cliped --> clipped
2006-11-02 Michael Niedermayernew I/P frame selection heuristic
2006-10-28 Michael NiedermayerCANDIDATE_MB_TYPE_INTER heuristic doesnt work at really...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-12 Marco ManfrediniFix CHECK_BIDIR macro so it works with Intel's Compiler
2006-03-10 Michael Niedermayerasserts to check if assumed conditions really are true
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-01-22 Corey Hickeysc_factor support for encoding.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-09 Loren Merritt10l: bidir_refine didn't save the new mvs. also improve...
2005-12-25 Michael Niedermayerdont discard least significant bits
2005-12-24 Michael Niedermayerhmm did i mess the scaling of these up at some point?
2005-12-23 Michael Niedermayer10l (segfault fix)
2005-12-23 Michael Niedermayerbidir refine support
2005-12-23 Michael Niedermayerminor typo
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-08-01 Michael Niedermayerfix assertion failure for mpeg2 encoding
2005-07-27 Michael Niedermayermotion vector limit for mpeg2
2005-06-17 Diego Biurrunspelling fixes
2005-05-05 Michael Niedermayerfix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2...
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-03-26 Michael Niedermayercheck mb/me_threshold range, fixes assertion failure
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-11-16 Michael Niedermayeroverflow fix
2004-10-28 Michael NiedermayerH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-18 Michael Niedermayerfix constrained parameters flag
next