]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ratecontrol.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / ratecontrol.c
2009-04-17 michaelRemove 2 useless assignments from ff_rate_control_init...
2009-04-17 michaelRemove unused variable in modify_qscale() found by...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-29 stefanoImplement the fields rc_max_available_vbv_use and
2008-10-02 reimarAdd (additional) const to many global tables.
2008-08-16 michaelFix rc_eq mem leak.
2008-06-24 stefangmark read-only data as const
2008-05-27 diegocosmetics: XviD is now called Xvid.
2008-03-22 diegoFix typo in variable name: blured --> blurred.
2008-03-22 diegocosmetics: typo fixes
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-19 reimarMissing const
2007-12-01 michaelstupid code (casting of void*) found by checktree.sh
2007-09-11 michaelfix timestamps used for ratecontrol
2007-07-29 michaelprevent assert failure wit negative quant_offset
2007-07-28 diegocosmetics: misc typo fixes
2007-07-03 diegoCONFIG_XVID --> CONFIG_LIBXVID
2007-06-12 diegomisc spelling fixes
2007-05-31 michaelcheck qblur > 1 (prevent assert failure / segfault)
2007-04-07 diegotypos/grammar
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-24 diegocosmetics: Fix another common typo, dependAnt --> depen...
2006-10-27 ods15update ratecontrol to new ff_eval API
2006-10-11 diegoRename ABS macro to FFABS.
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