summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est_template.c
Commit message (Expand)AuthorAge
...
* shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at...Loren Merritt2004-07-05
* fewer overflowsMichael Niedermayer2004-06-14
* clip input motion vectorsMichael Niedermayer2004-06-10
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-11
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-11
* motion estimation cleanupMichael Niedermayer2004-04-22
* simplify MV availability check / dont use below last row MV which is always zeroMichael Niedermayer2004-02-13
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* interlaced motion estimationMichael Niedermayer2003-12-30
* removed unused variableFabrice Bellard2003-08-24
* Warning fixes.Falk Hüffner2003-05-15
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-31
* per file doxyMichael Niedermayer2003-03-06
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
* bugsMichael Niedermayer2003-01-18
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* pre motion estimation cleanup/bugfixMichael Niedermayer2003-01-02
* shape adaptive diamonds for EPZSMichael Niedermayer2003-01-01
* qpel encodingMichael Niedermayer2002-12-27