summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est_template.c
Commit message (Expand)AuthorAge
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
* fix indentionMichael Niedermayer2006-12-02
* dia_size=-1 -> funny_diamond_search()Michael Niedermayer2006-12-02
* hexagon searchMichael Niedermayer2006-12-02
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-01
* typo in umhMichael Niedermayer2006-12-01
* UMH support (dia_size=-1 activates it)Michael Niedermayer2006-12-01
* cosmetic (prevent name clashes of variables in a macro with surrounding code)Michael Niedermayer2006-12-01
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-30
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Fixes:Dominik Mierzejewski2006-10-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* pre_cmp fixMichael Niedermayer2004-09-13
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-26
* 4x4 SSE compare functionMichael Niedermayer2004-08-22
* 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