aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* 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