summaryrefslogtreecommitdiffstats
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAgeFilesLines
* CONFIG_XVID --> CONFIG_LIBXVIDDiego Biurrun2007-07-031-3/+3
* misc spelling fixesDiego Biurrun2007-06-121-3/+3
* check qblur > 1 (prevent assert failure / segfault)Michael Niedermayer2007-05-311-0/+4
* typos/grammarDiego Biurrun2007-04-071-1/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-2/+2
* update ratecontrol to new ff_eval APIOded Shimon2006-10-271-54/+61
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-5/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-291-0/+1
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-291-0/+1
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-271-2/+3
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-261-0/+6
* second pass encoding changes:Corey Hickey2006-09-051-6/+39
* seems the output of that code is never usedMichael Niedermayer2006-09-041-27/+0
* error message spelling typoCorey Hickey2006-09-041-1/+1
* fabs is better then abs for floats ...Michael Niedermayer2006-05-291-1/+1
* fix frametypes with xvid_rcMichael Niedermayer2006-03-181-2/+3
* make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn'tCorey Hickey2006-03-171-2/+6
* 10l forgot #ifdef CONFIG_XVIDMichael Niedermayer2006-01-251-1/+6
* xvid ratecontrol supportMichael Niedermayer2006-01-241-5/+16
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* better f_code guessing in 2nd passMichael Niedermayer2005-12-221-0/+11
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-191-5/+7
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-63/+63
* switch to native time basesMichael Niedermayer2005-04-301-5/+5
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-021-2/+2
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot freeb...Christophe Massiot2005-02-021-0/+24
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-0/+2
* normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovic...Michael Niedermayer2004-02-141-1/+4
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-1/+1
* interlaced motion estimationMichael Niedermayer2003-12-301-1/+1
* picture number fixesMichael Niedermayer2003-12-291-1/+1
* vbv_delayMichael Niedermayer2003-12-171-7/+20
* cleanupMichael Niedermayer2003-12-131-6/+9
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-121-7/+13
* CBR improvementsMichael Niedermayer2003-12-121-16/+20
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-8/+8
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-071-29/+25
* removed warningsFabrice Bellard2003-09-091-0/+1
* fix qmin==qmax==1 && msmpeg4 && intra bugMichael Niedermayer2003-07-161-3/+6
* cleanupMichael Niedermayer2003-05-141-1/+1
* 10l (adaptve quant fix)Michael Niedermayer2003-04-111-7/+11
* qmin/qmax cleanupMichael Niedermayer2003-03-171-3/+3
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-4/+4
* per file doxyMichael Niedermayer2003-03-061-0/+6
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-2/+2
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-231-4/+4
OpenPOWER on IntegriCloud