| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | user specified motion estimation range limit | Michael Niedermayer | 2003-02-27 | 1 | -40/+38 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -10/+10 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -3/+3 |
* | direct blocksize in bframes fix (might fix qpel+bframe bug) | Michael Niedermayer | 2003-02-08 | 1 | -2/+8 |
* | mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me | Michael Niedermayer | 2003-02-08 | 1 | -14/+26 |
* | b frame segfault fix (+-1 bug) | Michael Niedermayer | 2003-02-07 | 1 | -6/+15 |
* | 10l / 4mv segfault fix | Michael Niedermayer | 2003-01-28 | 1 | -7/+7 |
* | C99 initializers and kill warnings patch by (mru at users dot sourceforge dot... | Måns Rullgård | 2003-01-19 | 1 | -1/+1 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -52/+147 |
* | bugs | Michael Niedermayer | 2003-01-18 | 1 | -2/+3 |
* | more compare functions (rd & bit) | Michael Niedermayer | 2003-01-15 | 1 | -2/+13 |
* | b frame segfault fix | Michael Niedermayer | 2003-01-06 | 1 | -4/+4 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 1 | -3/+10 |
* | pre motion estimation cleanup/bugfix | Michael Niedermayer | 2003-01-02 | 1 | -18/+13 |
* | motion estimation pre pass | Michael Niedermayer | 2003-01-02 | 1 | -3/+63 |
* | bugfix | Michael Niedermayer | 2003-01-01 | 1 | -15/+15 |
* | shape adaptive diamonds for EPZS | Michael Niedermayer | 2003-01-01 | 1 | -46/+26 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -672/+477 |
* | better? scene change detection | Michael Niedermayer | 2002-12-05 | 1 | -1/+1 |