]> git.sesse.net Git - x264/history - encoder/ratecontrol.c
eliminate some divisions
[x264] / encoder / ratecontrol.c
2009-10-12 Fiona GlaserReduce the aggressiveness of 2-pass VBV
2009-10-12 Fiona GlaserAdd row-based VBV for B-frames
2009-10-12 Fiona GlaserImprove VBV, fix bug in 2-pass VBV introduced in MB...
2009-10-07 Fiona GlaserReorder reference frames optimally on second pass
2009-10-07 Fiona GlaserFix typo in ratecontrol_summary
2009-10-07 Fiona GlaserAdd support for single-frame VBV, improve compliance
2009-09-21 Fiona GlaserFix integer overflow in 2-pass VBV
2009-09-21 Fiona GlaserMajor API change: encapsulate NALs within libx264
2009-09-14 Fiona GlaserAdd missing fclose for mbtree input statsfile on second...
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-09-02 Steven WaltersThreaded lookahead
2009-08-31 Fiona GlaserMulti-slice encoding support
2009-08-27 Fiona GlaserFaster x264_exp2fix8
2009-08-24 Fiona Glaser2-pass VBV fixes
2009-08-19 Fiona GlaserAdd support for frame-accurate parameter changes
2009-08-17 Fiona GlaserLookahead VBV
2009-08-14 Fiona GlaserFix a potential failure in VBV
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-08-05 Fiona GlaserVarious 1-pass VBV tweaks
2009-07-28 Fiona GlaserUpdate help and cleanup in ratecontrol.c
2009-07-26 Fiona GlaserAdd QPRD support as subme=10
2009-07-20 Anton MitrofanovNew AQ algorithm option
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-01-28 Fiona GlaserHack around a potential failure point in VBV
2009-01-18 Fiona GlaserWarn if direct auto wasn't set on the first pass
2008-12-31 Steven WaltersUse the correct strtok under MSVC
2008-12-31 Fiona GlaserAdd stack alignment for lookahead functions
2008-12-24 Fiona GlaserOptimize variance asm + minor changes
2008-12-11 Loren Merrittuse lookup tables instead of actual exp/pow for AQ
2008-12-11 Fiona GlaserSuppress saveptr warnings on Windows GCC
2008-11-25 BugMasterFix rare warning messages in ratecontrol due to r1020
2008-11-10 Fiona GlaserVarious cosmetics and minor fixes
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
2008-11-06 Fiona GlaserFix potential crash in the case that the input statsfil...
2008-11-05 Gabriel BouvigneFix potential infinite loop in VBV under GCC 4.2
2008-10-22 Gabriel BouvigneFurther improve prediction of bitrate and VBV in thread...
2008-09-22 Fiona GlaserFix deblocking + threads + AQ bug
2008-09-16 Gabriel BouvigneCorrect misprediction of bitrate in threaded mode
2008-09-16 Gabriel BouvigneFix a case in which VBV underflows can occur
2008-09-15 Fiona GlaserFix regression in b-adapt patch: encoder_open failed...
2008-09-15 Fiona GlaserAdd optional more optimal B-frame decision method
2008-09-14 Fiona GlaserMove adaptive quantization to before ratecontrol, elimi...
2008-08-30 Loren Merrittremove the distinction between itex and ptex
2008-08-30 Loren Merritthardcode the ratecontrol equation, and remove the rceq...
2008-08-25 Gabriel BouvigneImprove VBV accuracy
2008-08-21 Loic Le Loarershut up various gcc warnings
2008-08-21 Loren Merrittcosmetics
2008-08-16 David PethesAdd dedicated variance function instead of using SAD+SSD
2008-08-16 Loren Merritt6% faster deblock: remove some clips, earlier termianti...
2008-08-09 Fiona GlaserPrevent VBV from lowering quantizer too much
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-02 Fiona GlaserFix bug in adaptive quantization
2008-06-11 Gabriel BouvigneCosmetics in VBV handling
2008-06-08 Fiona GlaserVarious cosmetic changes.
2008-06-05 Fiona GlaserCosmetic: fix C99-ism
2008-06-05 Fiona GlaserUse a gaussian window for cplxblur
2008-06-02 Fiona Glaserallow fractional CRF values with AQ.
2008-06-02 Gabriel Bouvigne2-pass VBV support and improved VBV handling
2008-04-27 Loren Merritts/x264_cpu_restore/x264_emms/
2008-04-22 Fiona GlaserAQ now treats perfectly flat blocks as low energy,...
2008-03-30 Fiona Glaservariance-based psy adaptive quantization
2008-01-27 Loren Merrittprint average of macroblock QPs instead of frame's...
2007-09-12 Loren Merrittfix some integer overflows. now vbv size can exceed...
2007-09-09 Loren Merrittallow --vbv-init to take absolute values (in kbit)...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-12 Loren Merrittextend zones to support (some) encoding parameters...
2006-12-15 Loren MerrittNew threading method:
2006-11-23 Loren Merrittdon't treat vbv_maxrate as a minrate too if it's higher...
2006-10-30 Loren Merrittdisplay final ratefactor in abr when a loose vbv is...
2006-10-13 Loren Merrittallow fractional values of crf
2006-09-27 Loren Merrittallow --zones in cqp encodes
2006-08-16 Loren Merrittcosmetics
2006-08-01 Loren Merrittselect initial qp for abr and cbr baased on satd and...
2006-07-31 Loren Merrittfix a rare NaN in ratecontrol
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-07-16 Loren MerrittOpenBSD build fixes.
2006-05-24 Loren Merrittconvert non-fatal errors to message level "warning".
2006-05-03 Loren Merritttypo in expand_border_mod16
2006-04-30 Loren Merritttypo impaired 2pass bitrate prediction.
2006-04-20 Loren Merrittupdate msvc project files.
2006-03-25 Loren Merrittsilence some gcc warnings
2006-03-09 Loren Merritt10l in vbv + 2pass
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-03-05 Loren Merritt--direct auto
2006-02-16 Sam Hocevar * encoder/ratecontrol.c: OS X support for exp2f and...
2006-02-14 Loren Merrittratecontrol didn't always account for header bits,...
2006-02-06 Loren Merrittmsvc: #define isfinite()
2006-02-02 Loren Merrittfix a check for NaN in ratecontrol
2006-01-23 Loren Merrittprint --nr in sei params. tweak ratecontrol param checking.
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-01 Loren Merrittmore error checking of input parameters
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-22 Loren Merrittafter a 1pass ABR, print the value of --crf which would...
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-11-01 Loren Merrittallow 1pass ratecontrol with keyint=1
2005-10-29 Loren Merrittcosmetics: fix an erroneous warning from r340.
2005-10-26 Loren MerrittIf frame count is known at init time (cli & vfw), then...
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
next