Age | Commit message (Expand) | Author |
2004-11-16 | overflow fix | Michael Niedermayer |
2004-10-28 | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer |
2004-10-18 | fix constrained parameters flag | Michael Niedermayer |
2004-08-26 | quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ... | Michael Niedermayer |
2004-08-22 | 4x4 SSE compare function | Michael Niedermayer |
2004-06-11 | chroma me fix | Michael Niedermayer |
2004-06-10 | clip input motion vectors | Michael Niedermayer |
2004-06-07 | nsse weight | Michael Niedermayer |
2004-06-07 | noise preserving sum of squares comparission function | Michael Niedermayer |
2004-06-03 | change qscale -> lambda for the motion estimation | Michael Niedermayer |
2004-05-11 | moving motion estimation specific variables from MpegEncContext -> MotionEstC... | Michael Niedermayer |
2004-05-11 | reduce dependancy between motion estimation and MpegEncContext | Michael Niedermayer |
2004-04-30 | dont missuse assert() | Michael Niedermayer |
2004-04-25 | support reusing mb types and field select values of the source file, but use ... | Michael Niedermayer |
2004-04-24 | sanity checks | Michael Niedermayer |
2004-04-24 | minor motion estimation cleanup | Michael Niedermayer |
2004-04-23 | reuse motion vectors/mb types/field select values of the source video, if the... | Michael Niedermayer |
2004-04-22 | motion estimation cleanup | Michael Niedermayer |
2004-04-16 | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer |
2004-03-24 | warning patrol | Falk Hüffner |
2004-02-13 | multithreaded/SMP motion estimation | Michael Niedermayer |
2004-01-28 | 4mv + b frame encoding segfault fix | Michael Niedermayer |
2004-01-14 | dont calculate stuff if its not used ... | Michael Niedermayer |
2004-01-14 | fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp | Michael Niedermayer |
2004-01-10 | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer |
2004-01-05 | interlaced dct decision cleanup | Michael Niedermayer |
2003-12-30 | interlaced motion estimation | Michael Niedermayer |
2003-12-09 | move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi... | Wolfgang Hesseler |
2003-11-28 | cleanup | Michael Niedermayer |
2003-11-28 | h263 OBMC & 4MV support | Michael Niedermayer |
2003-11-03 | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux |
2003-10-02 | optionally try to encode each MB with MV=<0,0> and choose the one with better RD | Michael Niedermayer |
2003-08-26 | 100l (forget to reset me.skip for b frames) | Michael Niedermayer |
2003-08-25 | oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th... | Michael Niedermayer |
2003-08-25 | mpeg2 encoding | Michael Niedermayer |
2003-08-24 | removed unused variable | Fabrice Bellard |
2003-07-29 | rate distortion mb decision support | Michael Niedermayer |
2003-07-16 | edge fix | Michael Niedermayer |
2003-04-10 | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer |
2003-03-31 | some static -> dynamic alloc & 16->8 bit | Michael Niedermayer |
2003-03-06 | per file doxy | Michael Niedermayer |
2003-02-27 | user specified motion estimation range limit | Michael Niedermayer |
2003-02-11 | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac |
2003-02-10 | * static,const,compiler warning cleanup | Zdenek Kabelac |
2003-02-08 | direct blocksize in bframes fix (might fix qpel+bframe bug) | Michael Niedermayer |
2003-02-08 | mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me | Michael Niedermayer |
2003-02-07 | b frame segfault fix (+-1 bug) | Michael Niedermayer |
2003-01-28 | 10l / 4mv segfault fix | Michael Niedermayer |
2003-01-19 | C99 initializers and kill warnings patch by (mru at users dot sourceforge dot... | Måns Rullgård |
2003-01-19 | finetuneing thresholds/factors | Michael Niedermayer |