summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAge
...
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-22
* cosmetics: typo fixesDiego Biurrun2008-03-22
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Missing constReimar Döffinger2008-02-19
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* fix timestamps used for ratecontrolMichael Niedermayer2007-09-11
* prevent assert failure with negative quant_offsetMichael Niedermayer2007-07-29
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* CONFIG_XVID --> CONFIG_LIBXVIDDiego Biurrun2007-07-03
* misc spelling fixesDiego Biurrun2007-06-12
* check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer2007-05-31
* typos/grammarDiego Biurrun2007-04-07
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* update ratecontrol to new ff_eval APIOded Shimon2006-10-27
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-29
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-29
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-27
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26
* second pass encoding changes:Corey Hickey2006-09-05
* seems the output of that code is never usedMichael Niedermayer2006-09-04
* error message spelling typoCorey Hickey2006-09-04
* fabs is better then abs for floats ...Michael Niedermayer2006-05-29
* fix frametypes with xvid_rcMichael Niedermayer2006-03-18
* make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn'tCorey Hickey2006-03-17
* 10l forgot #ifdef CONFIG_XVIDMichael Niedermayer2006-01-25
* xvid ratecontrol supportMichael Niedermayer2006-01-24
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* better f_code guessing in 2nd passMichael Niedermayer2005-12-22
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* switch to native time basesMichael Niedermayer2005-04-30
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-02
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot freeb...Christophe Massiot2005-02-02
* dissallow sprintfMichael Niedermayer2005-01-12
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovic...Michael Niedermayer2004-02-14
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* interlaced motion estimationMichael Niedermayer2003-12-30
* picture number fixesMichael Niedermayer2003-12-29
* vbv_delayMichael Niedermayer2003-12-17
* cleanupMichael Niedermayer2003-12-13
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-12
* CBR improvementsMichael Niedermayer2003-12-12
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-07