| Commit message (Expand) | Author | Age | Files | Lines |
* | Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u... | Michael Niedermayer | 2005-08-26 | 1 | -2/+2 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -2/+1 |
* | fix assertion failure for mpeg2 encoding | Michael Niedermayer | 2005-08-01 | 1 | -3/+1 |
* | motion vector limit for mpeg2 | Michael Niedermayer | 2005-07-27 | 1 | -5/+10 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 1 | -1/+1 |
* | fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi' | Michael Niedermayer | 2005-05-05 | 1 | -1/+1 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -1/+1 |
* | check mb/me_threshold range, fixes assertion failure | Michael Niedermayer | 2005-03-26 | 1 | -3/+3 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -3/+2 |
* | overflow fix | Michael Niedermayer | 2004-11-16 | 1 | -3/+3 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -0/+10 |
* | fix constrained parameters flag | Michael Niedermayer | 2004-10-18 | 1 | -3/+11 |
* | quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ... | Michael Niedermayer | 2004-08-26 | 1 | -10/+12 |
* | 4x4 SSE compare function | Michael Niedermayer | 2004-08-22 | 1 | -30/+11 |
* | chroma me fix | Michael Niedermayer | 2004-06-11 | 1 | -3/+21 |
* | clip input motion vectors | Michael Niedermayer | 2004-06-10 | 1 | -3/+23 |
* | nsse weight | Michael Niedermayer | 2004-06-07 | 1 | -1/+1 |
* | noise preserving sum of squares comparission function | Michael Niedermayer | 2004-06-07 | 1 | -0/+1 |
* | change qscale -> lambda for the motion estimation | Michael Niedermayer | 2004-06-03 | 1 | -7/+6 |
* | moving motion estimation specific variables from MpegEncContext -> MotionEstC... | Michael Niedermayer | 2004-05-11 | 1 | -65/+67 |
* | reduce dependancy between motion estimation and MpegEncContext | Michael Niedermayer | 2004-05-11 | 1 | -157/+161 |
* | dont missuse assert() | Michael Niedermayer | 2004-04-30 | 1 | -2/+8 |
* | support reusing mb types and field select values of the source file, but use ... | Michael Niedermayer | 2004-04-25 | 1 | -31/+80 |
* | sanity checks | Michael Niedermayer | 2004-04-24 | 1 | -0/+3 |
* | minor motion estimation cleanup | Michael Niedermayer | 2004-04-24 | 1 | -52/+52 |
* | reuse motion vectors/mb types/field select values of the source video, if the... | Michael Niedermayer | 2004-04-23 | 1 | -0/+157 |
* | motion estimation cleanup | Michael Niedermayer | 2004-04-22 | 1 | -431/+322 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -6/+6 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 1 | -4/+0 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -11/+10 |
* | 4mv + b frame encoding segfault fix | Michael Niedermayer | 2004-01-28 | 1 | -4/+4 |
* | dont calculate stuff if its not used ... | Michael Niedermayer | 2004-01-14 | 1 | -2/+4 |
* | fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp | Michael Niedermayer | 2004-01-14 | 1 | -2/+2 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -1/+1 |
* | interlaced dct decision cleanup | Michael Niedermayer | 2004-01-05 | 1 | -47/+8 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -317/+502 |
* | move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi... | Wolfgang Hesseler | 2003-12-09 | 1 | -26/+26 |
* | cleanup | Michael Niedermayer | 2003-11-28 | 1 | -1/+1 |
* | h263 OBMC & 4MV support | Michael Niedermayer | 2003-11-28 | 1 | -3/+55 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -1/+1 |
* | optionally try to encode each MB with MV=<0,0> and choose the one with better RD | Michael Niedermayer | 2003-10-02 | 1 | -2/+11 |
* | 100l (forget to reset me.skip for b frames) | Michael Niedermayer | 2003-08-26 | 1 | -3/+11 |
* | oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th... | Michael Niedermayer | 2003-08-25 | 1 | -52/+2 |
* | mpeg2 encoding | Michael Niedermayer | 2003-08-25 | 1 | -5/+56 |
* | removed unused variable | Fabrice Bellard | 2003-08-24 | 1 | -0/+2 |
* | rate distortion mb decision support | Michael Niedermayer | 2003-07-29 | 1 | -10/+10 |
* | edge fix | Michael Niedermayer | 2003-07-16 | 1 | -7/+2 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -41/+31 |
* | some static -> dynamic alloc & 16->8 bit | Michael Niedermayer | 2003-03-31 | 1 | -8/+8 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |