]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ratecontrol.c
Change license headers to say 'FFmpeg' instead of 'this program/this library'
[frescor/ffmpeg.git] / libavcodec / ratecontrol.c
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-29 takisMove the ratecontrol related code from mpegvideo.h...
2006-09-29 takisPull out the ff_eval* from the mpegvideo header, as...
2006-09-27 takisMake ratecontrol use ff_eval2().
2006-09-26 takisHandle possible failure of ff_eval.
2006-09-05 coreysecond pass encoding changes:
2006-09-04 michaelseems the output of that code is never used
2006-09-04 coreyerror message spelling typo
2006-05-29 michaelfabs is better then abs for floats ...
2006-03-18 michaelfix frametypes with xvid_rc
2006-03-17 coreymake ff_rate_control_init() bail out if rc_strategy...
2006-01-25 michael10l forgot #ifdef CONFIG_XVID
2006-01-24 michaelxvid ratecontrol support
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 michaelbetter f_code guessing in 2nd pass
2005-12-19 michaeluse correct qp & lambda for ME on the second pass
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-04-30 michaelswitch to native time bases
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-02-02 michaelmb_lmin/max to limit the per mb quality for the ratecon...
2005-02-02 michaelBorder processing adaptive quant patch by (Christophe...
2005-01-12 michaeldissallow sprintf
2005-01-12 michaelvarious security fixes and precautionary checks
2004-02-14 michaelnormalize adaptive quantizatiuon fix (based upon a...
2004-01-10 michaelcopyright year update of the files i touched and rememb...
2003-12-30 michaelinterlaced motion estimation
2003-12-29 michaelpicture number fixes
2003-12-17 michaelvbv_delay
2003-12-13 michaelcleanup
2003-12-12 michaelstuffing to stay above min_bitrate
2003-12-12 michaelCBR improvements
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-07 michaelniuse lagrange multipler instead of qp for ratecontrol...
2003-09-09 bellardremoved warnings
2003-07-16 michaelnifix qmin==qmax==1 && msmpeg4 && intra bug
2003-05-14 michaelnicleanup
2003-04-11 michaelni10l (adaptve quant fix)
2003-03-17 michaelniqmin/qmax cleanup
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-03-06 michaelniper file doxy
2003-02-10 kabi* static,const,compiler warning cleanup
2003-01-23 bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-07 bellardsuppressed redundant math.h - suppressed M_PI redefinition
2003-01-01 michaelniwarnings patch by (bubu <bubu at bubu dot net>)
2002-12-18 michaelnimb qp limits
2002-12-17 michaelnimore debug output
2002-12-06 michaelnifixing 2pass assert failure
2002-12-04 michaelnicleanup
2002-11-10 michaelnireversing header game
2002-10-14 bellardremoved warnings
2002-09-29 michaelnirenaming variable
2002-09-24 michaelnidarkness masking (lumi masking does only bright stuff...
2002-09-23 michaelniadaptive quantization (lumi/temporal & spatial complexi...
2002-09-18 michaelnibetter min/max rate handling
2002-09-18 michaelnifixing
2002-08-30 michaelniundefined M_PI / M_E fix
2002-08-28 michaelniwarning patch by (Dominik Mierzejewski <dominik at...
2002-08-26 michaelniforgot the const bits in 2pass curve matching (patch...
2002-08-25 michaelnifixing qmin==qmax && qsquish==1
2002-08-25 michaelninew ratecontrol code
2002-06-02 michaelni10l found&patch by D Richard Felker III <dalias at...
2002-06-02 michaelnib_quant_offset (unfinished, should be 0 for now)
2002-05-25 glantauconsistent include usage
2002-05-18 glantauremoved useless header includes - use av memory functions
2002-05-17 michaelniqmin==1 bugfix
2002-04-21 michaelnifixed ratecontrol & b-frames