]> git.sesse.net Git - ffmpeg/history - libavcodec/motion_est.c
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
[ffmpeg] / libavcodec / motion_est.c
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
2004-08-26 Michael Niedermayerquad tree based motion compensation (currently only...
2004-08-22 Michael Niedermayer4x4 SSE compare function
2004-06-11 Michael Niedermayerchroma me fix
2004-06-10 Michael Niedermayerclip input motion vectors
2004-06-07 Michael Niedermayernsse weight
2004-06-07 Michael Niedermayernoise preserving sum of squares comparission function
2004-06-03 Michael Niedermayerchange qscale -> lambda for the motion estimation
2004-05-11 Michael Niedermayermoving motion estimation specific variables from MpegEn...
2004-05-11 Michael Niedermayerreduce dependancy between motion estimation and MpegEnc...
2004-04-30 Michael Niedermayerdont missuse assert()
2004-04-25 Michael Niedermayersupport reusing mb types and field select values of...
2004-04-24 Michael Niedermayersanity checks
2004-04-24 Michael Niedermayerminor motion estimation cleanup
2004-04-23 Michael Niedermayerreuse motion vectors/mb types/field select values of...
2004-04-22 Michael Niedermayermotion estimation cleanup
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-03-24 Falk Hüffnerwarning patrol
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-01-28 Michael Niedermayer4mv + b frame encoding segfault fix
2004-01-14 Michael Niedermayerdont calculate stuff if its not used ...
2004-01-14 Michael Niedermayerfixing twice added offset bug, was triggered by 4mv...
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayerinterlaced dct decision cleanup
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-11-28 Michael Niedermayercleanup
2003-11-28 Michael Niedermayerh263 OBMC & 4MV support
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-02 Michael Niedermayeroptionally try to encode each MB with MV=<0,0> and...
2003-08-26 Michael Niedermayer100l (forget to reset me.skip for b frames)
2003-08-25 Michael Niedermayeroooooops, having 2 Eterms open and doing cvs diff in...
2003-08-25 Michael Niedermayermpeg2 encoding
2003-08-24 Fabrice Bellardremoved unused variable
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-16 Michael Niedermayeredge fix
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-03-31 Michael Niedermayersome static -> dynamic alloc & 16->8 bit
2003-03-06 Michael Niedermayerper file doxy
2003-02-27 Michael Niedermayeruser specified motion estimation range limit
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-08 Michael Niedermayerdirect blocksize in bframes fix (might fix qpel+bframe...
2003-02-08 Michael Niedermayermpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
2003-02-07 Michael Niedermayerb frame segfault fix (+-1 bug)
2003-01-28 Michael Niedermayer10l / 4mv segfault fix
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-18 Michael Niedermayerbugs
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-06 Michael Niedermayerb frame segfault fix
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2003-01-02 Michael Niedermayerpre motion estimation cleanup/bugfix
2003-01-02 Michael Niedermayermotion estimation pre pass
2003-01-01 Michael Niedermayerbugfix
2003-01-01 Michael Niedermayershape adaptive diamonds for EPZS
2002-12-27 Michael Niedermayerqpel encoding
2002-12-05 Michael Niedermayerbetter? scene change detection
2002-12-04 Michael Niedermayercleanup
2002-11-22 Brian Foley* altivec and pix_norm patch by Brian Foley
2002-11-14 Michael Niedermayer1l found by kabi
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-10 Michael Niedermayerreversing header game
2002-10-31 Michael Niedermayerfixing another assert q>0.0 issue caused by variance...
2002-10-30 Michael Niedermayerfixing q>0.0 assert failure caused by overflow of varia...
2002-10-24 Michael Niedermayerclip MVs for direct mode
2002-09-23 Michael Niedermayerfixing variance scaling for b frames (messed adaptive...
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-13 Michael Niedermayerinterlaced mpeg4 b frame decoding
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-08-28 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-08-25 Michael Niedermayernew ratecontrol code
2002-08-22 Michael Niedermayerbetter scene change detection
2002-07-31 Michael Niedermayerb frame direct mode bugfix (bug found by CM <chenm001...
2002-06-24 Michael Niedermayer4mv bugfix
2002-06-02 Michael Niedermayerdont double check vectors
2002-05-25 Fabrice Bellardlicense/copyright change
next