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
2006-10-28update ratecontrol to new ff_eval APIOded Shimon
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-29Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris
2006-09-29Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris
2006-09-27Make ratecontrol use ff_eval2().Panagiotis Issaris
2006-09-26Handle possible failure of ff_eval.Panagiotis Issaris
2006-09-05second pass encoding changes:Corey Hickey
2006-09-05seems the output of that code is never usedMichael Niedermayer
2006-09-04error message spelling typoCorey Hickey
2006-05-29fabs is better then abs for floats ...Michael Niedermayer
2006-03-18fix frametypes with xvid_rcMichael Niedermayer
2006-03-17make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn'tCorey Hickey
2006-01-2510l forgot #ifdef CONFIG_XVIDMichael Niedermayer
2006-01-25xvid ratecontrol supportMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-23better f_code guessing in 2nd passMichael Niedermayer
2005-12-19use correct qp & lambda for ME on the second passMichael Niedermayer
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-01switch to native time basesMichael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-02-02mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer
2005-02-02Border processing adaptive quant patch by (Christophe Massiot |cmassiot freeb...Christophe Massiot
2005-01-12dissallow sprintfMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-02-14normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovic...Michael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-30picture number fixesMichael Niedermayer
2003-12-17vbv_delayMichael Niedermayer
2003-12-13cleanupMichael Niedermayer
2003-12-13stuffing to stay above min_bitrateMichael Niedermayer
2003-12-12CBR improvementsMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-07use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer
2003-09-10removed warningsFabrice Bellard
2003-07-16fix qmin==qmax==1 && msmpeg4 && intra bugMichael Niedermayer
2003-05-15cleanupMichael Niedermayer
2003-04-1110l (adaptve quant fix)Michael Niedermayer
2003-03-17qmin/qmax cleanupMichael Niedermayer
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2003-01-08suppressed redundant math.h - suppressed M_PI redefinitionFabrice Bellard
2003-01-01warnings patch by (bubu <bubu at bubu dot net>)bubu
2002-12-18mb qp limitsMichael Niedermayer
2002-12-17more debug outputMichael Niedermayer
2002-12-06fixing 2pass assert failureMichael Niedermayer
2002-12-04cleanupMichael Niedermayer