Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-02-08direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer
2003-02-08mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer
2003-02-07b frame segfault fix (+-1 bug)Michael Niedermayer
2003-01-2810l / 4mv segfault fixMichael Niedermayer
2003-01-19C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård
2003-01-19finetuneing thresholds/factorsMichael Niedermayer
2003-01-18bugsMichael Niedermayer
2003-01-15more compare functions (rd & bit)Michael Niedermayer
2003-01-06b frame segfault fixMichael Niedermayer
2003-01-05qpel in mmx2/3dnowMichael Niedermayer
2003-01-02pre motion estimation cleanup/bugfixMichael Niedermayer
2003-01-02motion estimation pre passMichael Niedermayer
2003-01-01bugfixMichael Niedermayer
2003-01-01shape adaptive diamonds for EPZSMichael Niedermayer
2002-12-28qpel encodingMichael Niedermayer
2002-12-06better? scene change detectionMichael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-22* altivec and pix_norm patch by Brian FoleyBrian Foley
2002-11-141l found by kabiMichael Niedermayer
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-10reversing header gameMichael Niedermayer
2002-10-31fixing another assert q>0.0 issue caused by variance < 0, this fix allso chan...Michael Niedermayer
2002-10-31fixing q>0.0 assert failure caused by overflow of variance for b framesMichael Niedermayer
2002-10-24clip MVs for direct modeMichael Niedermayer
2002-09-23fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer
2002-09-23adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer
2002-09-13interlaced mpeg4 b frame decodingMichael Niedermayer
2002-09-11put/avg_pixels16Michael Niedermayer
2002-08-28warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski
2002-08-26new ratecontrol codeMichael Niedermayer
2002-08-22better scene change detectionMichael Niedermayer
2002-07-31b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer
2002-06-244mv bugfixMichael Niedermayer
2002-06-02dont double check vectorsMichael Niedermayer
2002-05-26license/copyright changeFabrice Bellard
2002-05-12- pict_type exported to AVCodecContextJuanjo
2002-04-19much better ME for b frames (a bit slow though)Michael Niedermayer
2002-04-17fixed mpeg4 time stuff on encodingMichael Niedermayer
2002-04-14- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo
2002-04-01fixing MVs in hq modeMichael Niedermayer
2002-03-28mpeg4 4MV encodingMichael Niedermayer
2002-03-284MV motion estimation (not finished yet)Michael Niedermayer
2002-03-24seems the old intra/inter decission is slightly better with a threshold, than...Michael Niedermayer
2002-03-2410l (motion_val was uninitilized)Michael Niedermayer
2002-03-23better inter/intra decission algo (same as xvid)Michael Niedermayer
2002-03-23mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer
2002-03-22fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer
2002-03-22new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer
2002-03-19- Added video coding statistics for ffmpeg. Needs more work.Juanjo