summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-191-1/+1
* finetuneing thresholds/factorsMichael Niedermayer2003-01-191-52/+147
* bugsMichael Niedermayer2003-01-181-2/+3
* more compare functions (rd & bit)Michael Niedermayer2003-01-151-2/+13
* b frame segfault fixMichael Niedermayer2003-01-061-4/+4
* qpel in mmx2/3dnowMichael Niedermayer2003-01-051-3/+10
* pre motion estimation cleanup/bugfixMichael Niedermayer2003-01-021-18/+13
* motion estimation pre passMichael Niedermayer2003-01-021-3/+63
* bugfixMichael Niedermayer2003-01-011-15/+15
* shape adaptive diamonds for EPZSMichael Niedermayer2003-01-011-46/+26
* qpel encodingMichael Niedermayer2002-12-271-672/+477
* better? scene change detectionMichael Niedermayer2002-12-051-1/+1
* cleanupMichael Niedermayer2002-12-041-24/+25
* * altivec and pix_norm patch by Brian FoleyBrian Foley2002-11-221-26/+1
* 1l found by kabiMichael Niedermayer2002-11-141-1/+1
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-41/+42
* reversing header gameMichael Niedermayer2002-11-101-2/+2
* fixing another assert q>0.0 issue caused by variance < 0, this fix allso chan...Michael Niedermayer2002-10-311-3/+2
* fixing q>0.0 assert failure caused by overflow of variance for b framesMichael Niedermayer2002-10-301-1/+1
* clip MVs for direct modeMichael Niedermayer2002-10-241-1/+13
* fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer2002-09-231-13/+10
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-231-0/+1
OpenPOWER on IntegriCloud