]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/motion_est.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / motion_est.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2008-12-02 michaelFix regression test failure with pthreads on multiproce...
2008-09-01 michael1000l Fix snow regression test that i broke in r15135.
2008-08-31 michaelWarn the user about me_method values that are not suppo...
2008-07-09 michaelRemove ancient code that hasnt worked in many years.
2008-05-28 michaelFix return type of ff_init_me().
2008-05-27 michaelCheck dia size a little more. Fixes CID80.
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2007-07-05 diegoGroup all copyright and author notices together.
2007-06-12 diegomisc typo fixes
2007-06-12 diegomisc spelling fixes
2007-03-31 lorenmdoxy comment tweaks
2007-03-31 gpoirierAdd doxy comments, based on Loren's explanations posted...
2007-02-25 reimarAdd av_ prefix to clip functions
2006-12-22 michaeltest DIRECT{0,0} too if flag mv0 is used
2006-12-21 michaelsimplify
2006-12-21 michaeli think this if() is useless lets abuse our users to...
2006-12-21 michaelskip motion estimation and encoding of non direct-0...
2006-12-17 michael10l
2006-12-17 michaelwarn user if the selected diamond size is larger then...
2006-12-17 michaellimit x/ymin/max to me_range
2006-12-12 gpoirierDoxygen comments about variables described by Michael...
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-12-02 diegospelling cosmetics: cliped --> clipped
2006-11-02 michaelnew I/P frame selection heuristic
2006-10-28 michaelCANDIDATE_MB_TYPE_INTER heuristic doesnt work at really...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-12 gpoirierFix CHECK_BIDIR macro so it works with Intel's Compiler
2006-03-10 michaelasserts to check if assumed conditions really are true
2006-03-08 diego(f)printf --> av_log conversion
2006-01-22 coreysc_factor support for encoding.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-09 lorenm10l: bidir_refine didn't save the new mvs. also improve...
2005-12-25 michaeldont discard least significant bits
2005-12-24 michaelhmm did i mess the scaling of these up at some point?
2005-12-23 michael10l (segfault fix)
2005-12-23 michaelbidir refine support
2005-12-23 michaelminor typo
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-26 michaelCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-08-14 mrukill a bunch of compiler warnings
2005-08-01 michaelfix assertion failure for mpeg2 encoding
2005-07-27 michaelmotion vector limit for mpeg2
2005-06-17 diegospelling fixes
2005-05-05 michaelfix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2...
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-03-26 michaelcheck mb/me_threshold range, fixes assertion failure
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2004-11-16 michaeloverflow fix
2004-10-28 michaelH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-18 michaelfix constrained parameters flag
2004-08-26 michaelquad tree based motion compensation (currently only...
2004-08-22 michael4x4 SSE compare function
2004-06-11 michaelchroma me fix
2004-06-10 michaelclip input motion vectors
2004-06-07 michaelnsse weight
2004-06-07 michaelnoise preserving sum of squares comparission function
2004-06-03 michaelchange qscale -> lambda for the motion estimation
2004-05-11 michaelmoving motion estimation specific variables from MpegEn...
2004-05-11 michaelreduce dependancy between motion estimation and MpegEnc...
2004-04-30 michaeldont missuse assert()
2004-04-25 michaelsupport reusing mb types and field select values of...
2004-04-24 michaelsanity checks
2004-04-24 michaelminor motion estimation cleanup
2004-04-23 michaelreuse motion vectors/mb types/field select values of...
2004-04-22 michaelmotion estimation cleanup
2004-04-16 michaelunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-03-24 mellumwarning patrol
2004-02-13 michaelmultithreaded/SMP motion estimation
2004-01-28 michael4mv + b frame encoding segfault fix
2004-01-14 michaeldont calculate stuff if its not used ...
2004-01-14 michaelfixing twice added offset bug, was triggered by 4mv...
2004-01-10 michaelcopyright year update of the files i touched and rememb...
2004-01-05 michaelinterlaced dct decision cleanup
2003-12-30 michaelinterlaced motion estimation
2003-12-09 michaelmove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-11-28 michaelcleanup
2003-11-28 michaelh263 OBMC & 4MV support
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-02 michaelnioptionally try to encode each MB with MV=<0,0> and...
2003-08-26 michaelni100l (forget to reset me.skip for b frames)
2003-08-25 michaelnioooooops, having 2 Eterms open and doing cvs diff in...
2003-08-25 michaelnimpeg2 encoding
2003-08-24 bellardremoved unused variable
2003-07-29 michaelnirate distortion mb decision support
2003-07-16 michaelniedge fix
2003-04-10 michaelnisimplified adressing of most mb based arrays (mb_x...
2003-03-31 michaelnisome static -> dynamic alloc & 16->8 bit
2003-03-06 michaelniper file doxy
2003-02-27 michaelniuser specified motion estimation range limit
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-02-08 michaelnidirect blocksize in bframes fix (might fix qpel+bframe...
2003-02-08 michaelnimpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
2003-02-07 michaelnib frame segfault fix (+-1 bug)
2003-01-28 michaelni10l / 4mv segfault fix
next