summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAge
* b frame segfault fixMichael Niedermayer2003-01-06
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* pre motion estimation cleanup/bugfixMichael Niedermayer2003-01-02
* motion estimation pre passMichael Niedermayer2003-01-02
* bugfixMichael Niedermayer2003-01-01
* shape adaptive diamonds for EPZSMichael Niedermayer2003-01-01
* qpel encodingMichael Niedermayer2002-12-27
* better? scene change detectionMichael Niedermayer2002-12-05
* cleanupMichael Niedermayer2002-12-04
* * altivec and pix_norm patch by Brian FoleyBrian Foley2002-11-22
* 1l found by kabiMichael Niedermayer2002-11-14
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* reversing header gameMichael Niedermayer2002-11-10
* fixing another assert q>0.0 issue caused by variance < 0, this fix allso chan...Michael Niedermayer2002-10-31
* fixing q>0.0 assert failure caused by overflow of variance for b framesMichael Niedermayer2002-10-30
* clip MVs for direct modeMichael Niedermayer2002-10-24
* fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer2002-09-23
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
* put/avg_pixels16Michael Niedermayer2002-09-11
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-28
* new ratecontrol codeMichael Niedermayer2002-08-25
* better scene change detectionMichael Niedermayer2002-08-22
* b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer2002-07-31
* 4mv bugfixMichael Niedermayer2002-06-24
* dont double check vectorsMichael Niedermayer2002-06-02
* license/copyright changeFabrice Bellard2002-05-25
* - pict_type exported to AVCodecContextJuanjo2002-05-11
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-19
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
* fixing MVs in hq modeMichael Niedermayer2002-04-01
* mpeg4 4MV encodingMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* seems the old intra/inter decission is slightly better with a threshold, than...Michael Niedermayer2002-03-24
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-24
* better inter/intra decission algo (same as xvid)Michael Niedermayer2002-03-23
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer2002-03-22
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-19
* hopefully better bitrate controllMichael Niedermayer2002-03-17
* - Minor changes on bitrate controlJuanjo2002-02-15
* - More work on preliminary bit rate control, just to be able to get anJuanjo2002-02-10
* - Now the ME is done for the entire picture when enconding, theJuanjo2002-02-10
* (commit by michael)Michael Niedermayer2002-01-24
* added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard2001-07-24
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
* Initial revisionFabrice Bellard2001-07-22