summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-131-2/+2
* put/avg_pixels16Michael Niedermayer2002-09-111-8/+4
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-281-1/+1
* new ratecontrol codeMichael Niedermayer2002-08-251-49/+8
* better scene change detectionMichael Niedermayer2002-08-221-0/+8
* b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer2002-07-311-1/+1
* 4mv bugfixMichael Niedermayer2002-06-241-2/+2
* dont double check vectorsMichael Niedermayer2002-06-021-370/+614
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* - pict_type exported to AVCodecContextJuanjo2002-05-111-1/+1
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-191-24/+245
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-94/+300
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-141-4/+12
* fixing MVs in hq modeMichael Niedermayer2002-04-011-0/+3
* mpeg4 4MV encodingMichael Niedermayer2002-03-281-2/+3
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-271-41/+299
* seems the old intra/inter decission is slightly better with a threshold, than...Michael Niedermayer2002-03-241-3/+9
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-241-39/+17
* better inter/intra decission algo (same as xvid)Michael Niedermayer2002-03-231-8/+30
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-221-9/+110
* fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer2002-03-221-54/+83
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-50/+200
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-191-0/+2
* hopefully better bitrate controllMichael Niedermayer2002-03-171-0/+1
* - Minor changes on bitrate controlJuanjo2002-02-151-1/+1
* - More work on preliminary bit rate control, just to be able to get anJuanjo2002-02-101-3/+6
* - Now the ME is done for the entire picture when enconding, theJuanjo2002-02-101-1/+1
* (commit by michael)Michael Niedermayer2002-01-241-4/+11
* added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard2001-07-241-4/+1
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-231-1/+1
* Initial revisionFabrice Bellard2001-07-221-0/+517
OpenPOWER on IntegriCloud