aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
AgeCommit message (Expand)Author
2004-11-16overflow fixMichael Niedermayer
2004-10-28H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer
2004-10-18fix constrained parameters flagMichael Niedermayer
2004-08-26quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer
2004-08-224x4 SSE compare functionMichael Niedermayer
2004-06-11chroma me fixMichael Niedermayer
2004-06-10clip input motion vectorsMichael Niedermayer
2004-06-07nsse weightMichael Niedermayer
2004-06-07noise preserving sum of squares comparission functionMichael Niedermayer
2004-06-03change qscale -> lambda for the motion estimationMichael Niedermayer
2004-05-11moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer
2004-05-11reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer
2004-04-30dont missuse assert()Michael Niedermayer
2004-04-25support reusing mb types and field select values of the source file, but use ...Michael Niedermayer
2004-04-24sanity checksMichael Niedermayer
2004-04-24minor motion estimation cleanupMichael Niedermayer
2004-04-23reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer
2004-04-22motion estimation cleanupMichael Niedermayer
2004-04-16unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer
2004-03-24warning patrolFalk Hüffner
2004-02-13multithreaded/SMP motion estimationMichael Niedermayer
2004-01-284mv + b frame encoding segfault fixMichael Niedermayer
2004-01-14dont calculate stuff if its not used ...Michael Niedermayer
2004-01-14fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmpMichael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2004-01-05interlaced dct decision cleanupMichael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-09move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler
2003-11-28cleanupMichael Niedermayer
2003-11-28h263 OBMC & 4MV supportMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-02optionally try to encode each MB with MV=<0,0> and choose the one with better RDMichael Niedermayer
2003-08-26100l (forget to reset me.skip for b frames)Michael Niedermayer
2003-08-25oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer
2003-08-25mpeg2 encodingMichael Niedermayer
2003-08-24removed unused variableFabrice Bellard
2003-07-29rate distortion mb decision supportMichael Niedermayer
2003-07-16edge fixMichael Niedermayer
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-03-31some static -> dynamic alloc & 16->8 bitMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-27user specified motion estimation range limitMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-02-08direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer
2003-02-08mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer
2003-02-07b frame segfault fix (+-1 bug)Michael Niedermayer
2003-01-2810l / 4mv segfault fixMichael Niedermayer
2003-01-19C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård
2003-01-19finetuneing thresholds/factorsMichael Niedermayer