summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAge
* cleanupMichael Niedermayer2003-05-14
* 10l (adaptve quant fix)Michael Niedermayer2003-04-11
* qmin/qmax cleanupMichael Niedermayer2003-03-17
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* per file doxyMichael Niedermayer2003-03-06
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
* suppressed redundant math.h - suppressed M_PI redefinitionFabrice Bellard2003-01-07
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-01
* mb qp limitsMichael Niedermayer2002-12-18
* more debug outputMichael Niedermayer2002-12-17
* fixing 2pass assert failureMichael Niedermayer2002-12-06
* cleanupMichael Niedermayer2002-12-04
* reversing header gameMichael Niedermayer2002-11-10
* removed warningsFabrice Bellard2002-10-14
* renaming variableMichael Niedermayer2002-09-29
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-24
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
* better min/max rate handlingMichael Niedermayer2002-09-18
* fixingMichael Niedermayer2002-09-18
* undefined M_PI / M_E fixMichael Niedermayer2002-08-30
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-28
* forgot the const bits in 2pass curve matching (patch (with rounding removed) ...Michael Niedermayer2002-08-26
* fixing qmin==qmax && qsquish==1Michael Niedermayer2002-08-25
* new ratecontrol codeMichael Niedermayer2002-08-25
* 10l found&patch by D Richard Felker III <dalias at aerifal.cx>D Richard Felker III2002-06-02
* b_quant_offset (unfinished, should be 0 for now)Michael Niedermayer2002-06-02
* consistent include usageFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* qmin==1 bugfixMichael Niedermayer2002-05-17
* fixed ratecontrol & b-framesMichael Niedermayer2002-04-21