summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAge
...
* fix assertion failure for mpeg2 encodingMichael Niedermayer2005-08-01
* motion vector limit for mpeg2Michael Niedermayer2005-07-27
* spelling fixesDiego Biurrun2005-06-17
* fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer2005-05-05
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-26
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* overflow fixMichael Niedermayer2004-11-16
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* fix constrained parameters flagMichael Niedermayer2004-10-18
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-26
* 4x4 SSE compare functionMichael Niedermayer2004-08-22
* chroma me fixMichael Niedermayer2004-06-11
* clip input motion vectorsMichael Niedermayer2004-06-10
* nsse weightMichael Niedermayer2004-06-07
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-07
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-03
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-11
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-11
* dont missuse assert()Michael Niedermayer2004-04-30
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-25
* sanity checksMichael Niedermayer2004-04-24
* minor motion estimation cleanupMichael Niedermayer2004-04-24
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-23
* motion estimation cleanupMichael Niedermayer2004-04-22
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* warning patrolFalk Hüffner2004-03-24
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* 4mv + b frame encoding segfault fixMichael Niedermayer2004-01-28
* dont calculate stuff if its not used ...Michael Niedermayer2004-01-14
* fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmpMichael Niedermayer2004-01-14
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* interlaced dct decision cleanupMichael Niedermayer2004-01-05
* interlaced motion estimationMichael Niedermayer2003-12-30
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-09
* cleanupMichael Niedermayer2003-11-28
* h263 OBMC & 4MV supportMichael Niedermayer2003-11-28
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* optionally try to encode each MB with MV=<0,0> and choose the one with better RDMichael Niedermayer2003-10-02
* 100l (forget to reset me.skip for b frames)Michael Niedermayer2003-08-26
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer2003-08-25
* mpeg2 encodingMichael Niedermayer2003-08-25
* removed unused variableFabrice Bellard2003-08-24
* rate distortion mb decision supportMichael Niedermayer2003-07-29
* edge fixMichael Niedermayer2003-07-16
* 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
* user specified motion estimation range limitMichael Niedermayer2003-02-27
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11