summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
...
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-261-3/+3
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-3/+2
* overflow fixMichael Niedermayer2004-11-161-3/+3
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-0/+10
* fix constrained parameters flagMichael Niedermayer2004-10-181-3/+11
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-261-10/+12
* 4x4 SSE compare functionMichael Niedermayer2004-08-221-30/+11
* chroma me fixMichael Niedermayer2004-06-111-3/+21
* clip input motion vectorsMichael Niedermayer2004-06-101-3/+23
* nsse weightMichael Niedermayer2004-06-071-1/+1
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-071-0/+1
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-031-7/+6
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-111-65/+67
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-111-157/+161
* dont missuse assert()Michael Niedermayer2004-04-301-2/+8
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-251-31/+80
* sanity checksMichael Niedermayer2004-04-241-0/+3
* minor motion estimation cleanupMichael Niedermayer2004-04-241-52/+52
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-231-0/+157
* motion estimation cleanupMichael Niedermayer2004-04-221-431/+322
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-6/+6
* warning patrolFalk Hüffner2004-03-241-4/+0
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-11/+10
* 4mv + b frame encoding segfault fixMichael Niedermayer2004-01-281-4/+4
* dont calculate stuff if its not used ...Michael Niedermayer2004-01-141-2/+4
* fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmpMichael Niedermayer2004-01-141-2/+2
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-1/+1
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-47/+8
* interlaced motion estimationMichael Niedermayer2003-12-301-317/+502
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-091-26/+26
* cleanupMichael Niedermayer2003-11-281-1/+1
* h263 OBMC & 4MV supportMichael Niedermayer2003-11-281-3/+55
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-1/+1
* optionally try to encode each MB with MV=<0,0> and choose the one with better RDMichael Niedermayer2003-10-021-2/+11
* 100l (forget to reset me.skip for b frames)Michael Niedermayer2003-08-261-3/+11
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer2003-08-251-52/+2
* mpeg2 encodingMichael Niedermayer2003-08-251-5/+56
* removed unused variableFabrice Bellard2003-08-241-0/+2
* rate distortion mb decision supportMichael Niedermayer2003-07-291-10/+10
* edge fixMichael Niedermayer2003-07-161-7/+2
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-101-41/+31
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-311-8/+8
* per file doxyMichael Niedermayer2003-03-061-0/+6
* user specified motion estimation range limitMichael Niedermayer2003-02-271-40/+38
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-10/+10
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-3/+3
* direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer2003-02-081-2/+8
* mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer2003-02-081-14/+26
* b frame segfault fix (+-1 bug)Michael Niedermayer2003-02-071-6/+15
* 10l / 4mv segfault fixMichael Niedermayer2003-01-281-7/+7
OpenPOWER on IntegriCloud