summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.h
AgeCommit message (Expand)Author
2016-10-111 pass vbr: Allow for lookahead alt-ref in real-time mode.Marco
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-18vp9: Allow usage of lookahead for real-time, 1 pass vbr.Marco
2016-07-07vp9: Adjustment of gfu_boost and af_ratio for 1 pass vbr.Marco
2016-06-07vp9: Replace the avg_size_inter metric, for 1 pass vbr.Marco
2016-05-13vp9: Update to rc-metric for keeping track of average frame size.Marco
2016-04-25vp9: Add rc quantity to track amount of low motion in scene.Marco
2016-04-19vp9: Adjust gf period for high average Q and overshoot.Marco
2016-04-13vp9: Adjustment to scene-cut detection.Marco
2015-12-15Fixed interval, fixed Q 1 pass test patch.paulwilkins
2015-10-02Turn on two-steps scaling in VP9 encoder dynamic resizing.JackyChen
2015-10-01Two-steps scaling in VP9 encoder dynamic resizing.jackychen
2015-08-18Allow for re-encoding frame if high overshoot.Marco
2015-07-06Expose params min-gf-interval/max-gf-intervalDebargha Mukherjee
2015-06-18Add dynamic resize logic for 1 pass CBR.Marco
2015-05-20Fast feedback of bits on undershoot.paulwilkins
2015-05-15vp9: correct some function signaturesJames Zern
2015-05-01Adjust ARF min and max interval.paulwilkins
2015-02-10Auto-adaptive encoder frame resizing logicAdrian Grange
2015-01-28Change to update of rate control factors.Paul Wilkins
2015-01-21Bug when last group before forced key frame is short.Paul Wilkins
2014-12-01Cyclic refresh: factor segment delta-q into rate control.Marco Paniconi
2014-11-18Prevent severe rate control errors in CBR modeYaowu Xu
2014-11-13Prepare for dynamic frame resizing in the recode loopAdrian Grange
2014-10-13Add adaptation option for VBR.Paul Wilkins
2014-10-10Revert "Add adaptation option for VBR."Alex Converse
2014-10-10Add adaptation option for VBR.Paul Wilkins
2014-09-18Substantial reworking of code for arf and kf groups.Paul Wilkins
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-06-03Using 2 instead of 3 elements for avg_frame_qindex array.Dmitry Kovalev
2014-06-03Adding buffer levels to RATE_CONTROL struct.Dmitry Kovalev
2014-05-30Merge "Re-factor some duplicate code."Paul Wilkins
2014-05-28Re-factor some duplicate code.Paul Wilkins
2014-05-27Using 2 instead of 3 elements for last_q array.Dmitry Kovalev
2014-04-30Moving #defines to *.c from *.h.Dmitry Kovalev
2014-04-21Merge "Add experimental VBR adaptation method."Yaowu Xu
2014-04-18Renaming VP9_CONFIG to VP9EncoderConfig.Dmitry Kovalev
2014-04-16Add experimental VBR adaptation method.Paul Wilkins
2014-04-15Renaming av_per_frame_bandwidth to avg_frame_bandwidth.Dmitry Kovalev
2014-04-11Adding vp9_rc_update_framerate() function.Dmitry Kovalev
2014-04-10Moving last_frame_type update out from vp9_rc_postencode_update.Dmitry Kovalev
2014-04-08Merge "Moving init_rate_control() to vp9_ratectrl.{c, h}."Dmitry Kovalev
2014-04-08Merge "vp9_firstpass: Get rid of magic number in bits per MB calculation"Yaowu Xu
2014-04-07Moving compute_qdelta functions into vp9_ratectrl.{h, c}.Dmitry Kovalev
2014-04-07Moving init_rate_control() to vp9_ratectrl.{c, h}.Dmitry Kovalev
2014-04-07Moving {restore, save}_coding_context to vp9_onyx_if.cDmitry Kovalev
2014-04-07vp9_firstpass: Get rid of magic number in bits per MB calculationGuillaume Martres
2014-04-02Rate ctrl changes to track target bitrates closerDeb Mukherjee