]> git.sesse.net Git - ffmpeg/history - libavcodec/motion_est.c
aacenc: Write correct length for long identification strings.
[ffmpeg] / libavcodec / motion_est.c
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-02 Michael Niedermayeroptionally try to encode each MB with MV=<0,0> and...
2003-08-26 Michael Niedermayer100l (forget to reset me.skip for b frames)
2003-08-25 Michael Niedermayeroooooops, having 2 Eterms open and doing cvs diff in...
2003-08-25 Michael Niedermayermpeg2 encoding
2003-08-24 Fabrice Bellardremoved unused variable
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-16 Michael Niedermayeredge fix
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-03-31 Michael Niedermayersome static -> dynamic alloc & 16->8 bit
2003-03-06 Michael Niedermayerper file doxy
2003-02-27 Michael Niedermayeruser specified motion estimation range limit
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-08 Michael Niedermayerdirect blocksize in bframes fix (might fix qpel+bframe...
2003-02-08 Michael Niedermayermpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
2003-02-07 Michael Niedermayerb frame segfault fix (+-1 bug)
2003-01-28 Michael Niedermayer10l / 4mv segfault fix
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-18 Michael Niedermayerbugs
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-06 Michael Niedermayerb frame segfault fix
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2003-01-02 Michael Niedermayerpre motion estimation cleanup/bugfix
2003-01-02 Michael Niedermayermotion estimation pre pass
2003-01-01 Michael Niedermayerbugfix
2003-01-01 Michael Niedermayershape adaptive diamonds for EPZS
2002-12-27 Michael Niedermayerqpel encoding
2002-12-05 Michael Niedermayerbetter? scene change detection
2002-12-04 Michael Niedermayercleanup
2002-11-22 Brian Foley* altivec and pix_norm patch by Brian Foley
2002-11-14 Michael Niedermayer1l found by kabi
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-10 Michael Niedermayerreversing header game
2002-10-31 Michael Niedermayerfixing another assert q>0.0 issue caused by variance...
2002-10-30 Michael Niedermayerfixing q>0.0 assert failure caused by overflow of varia...
2002-10-24 Michael Niedermayerclip MVs for direct mode
2002-09-23 Michael Niedermayerfixing variance scaling for b frames (messed adaptive...
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-13 Michael Niedermayerinterlaced mpeg4 b frame decoding
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-08-28 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-08-25 Michael Niedermayernew ratecontrol code
2002-08-22 Michael Niedermayerbetter scene change detection
2002-07-31 Michael Niedermayerb frame direct mode bugfix (bug found by CM <chenm001...
2002-06-24 Michael Niedermayer4mv bugfix
2002-06-02 Michael Niedermayerdont double check vectors
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-11 Juanjo- pict_type exported to AVCodecContext
2002-04-19 Michael Niedermayermuch better ME for b frames (a bit slow though)
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-01 Michael Niedermayerfixing MVs in hq mode
2002-03-28 Michael Niedermayermpeg4 4MV encoding
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-24 Michael Niedermayerseems the old intra/inter decission is slightly better...
2002-03-24 Michael Niedermayer10l (motion_val was uninitilized)
2002-03-23 Michael Niedermayerbetter inter/intra decission algo (same as xvid)
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayerfixing epzs & mpeg1 (hopefully now really ...)
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-19 Juanjo- Added video coding statistics for ffmpeg. Needs more...
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-02-15 Juanjo- Minor changes on bitrate control
2002-02-10 Juanjo- More work on preliminary bit rate control, just to...
2002-02-10 Juanjo- Now the ME is done for the entire picture when encond...
2002-01-24 Michael Niedermayer(commit by michael)
2001-07-24 Fabrice Bellardadded emms_c() macro which should can used in c code...
2001-07-23 Fabrice Bellardfixed config for direct mplayer build compatibility
2001-07-22 Fabrice BellardInitial revision