| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -5/+5 |
* | Fixes: | Dominik Mierzejewski | 2006-10-08 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | make zero motion vector threshold user setable | Michael Niedermayer | 2006-05-07 | 1 | -1/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -5/+5 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -101/+101 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -5/+5 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -0/+10 |
* | pre_cmp fix | Michael Niedermayer | 2004-09-13 | 1 | -3/+10 |
* | quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ... | Michael Niedermayer | 2004-08-26 | 1 | -7/+5 |
* | 4x4 SSE compare function | Michael Niedermayer | 2004-08-22 | 1 | -13/+11 |
* | shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at... | Loren Merritt | 2004-07-05 | 1 | -1/+1 |
* | fewer overflows | Michael Niedermayer | 2004-06-14 | 1 | -5/+8 |
* | clip input motion vectors | Michael Niedermayer | 2004-06-10 | 1 | -0/+4 |
* | moving motion estimation specific variables from MpegEncContext -> MotionEstC... | Michael Niedermayer | 2004-05-11 | 1 | -7/+7 |
* | reduce dependancy between motion estimation and MpegEncContext | Michael Niedermayer | 2004-05-11 | 1 | -53/+65 |
* | motion estimation cleanup | Michael Niedermayer | 2004-04-22 | 1 | -221/+131 |
* | simplify MV availability check / dont use below last row MV which is always zero | Michael Niedermayer | 2004-02-13 | 1 | -3/+3 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -14/+20 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -1/+1 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -90/+169 |
* | removed unused variable | Fabrice Bellard | 2003-08-24 | 1 | -0/+2 |
* | Warning fixes. | Falk Hüffner | 2003-05-15 | 1 | -2/+2 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -4/+4 |
* | some static -> dynamic alloc & 16->8 bit | Michael Niedermayer | 2003-03-31 | 1 | -11/+11 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+5 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -9/+70 |
* | bugs | Michael Niedermayer | 2003-01-18 | 1 | -2/+2 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 1 | -17/+28 |
* | pre motion estimation cleanup/bugfix | Michael Niedermayer | 2003-01-02 | 1 | -6/+13 |
* | shape adaptive diamonds for EPZS | Michael Niedermayer | 2003-01-01 | 1 | -45/+296 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -0/+737 |