summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
AgeCommit message (Expand)Author
2016-06-03Adjustment to VBR rate correction.paulwilkins
2016-06-03Remove gf_zeromotion_pct.paulwilkins
2016-05-13vp9: Update to rc-metric for keeping track of average frame size.Marco
2016-05-11vp9: Fix to quality regression issue for 1 pass.Marco
2016-05-09vp9: 1 pass vbr: Reduce base qp for active_best_quality for inter-frames.Marco
2016-05-05vp9: Modify logic for gf setting based on up-coming key frame.Marco
2016-04-28vp9: Move the initialization of some rc variables to rc_init.Marco
2016-04-25vp9: 1 pass vbr: Adjust gf boost/interval on motion level.Marco
2016-04-25vp9: Add rc quantity to track amount of low motion in scene.Marco
2016-04-20vp9: 1 pass vbr: Small fix on reset avg_intersize_gfint on scene cut.Marco
2016-04-20vp9: 1 pass vbr: small adjustment to active_best factor for inter.Marco
2016-04-19vp9: Adjust gf period for high average Q and overshoot.Marco
2016-04-18vp9: 1 pass vbr: More even spacing for gf near key frame.Marco
2016-04-18vp9: Adjustment to active_best_quality for inter_frame, 1 pass vbr.Marco
2016-04-13Merge "vp9: Adjustment to scene-cut detection."Marco Paniconi
2016-04-13vp9: Adjustment to scene-cut detection.Marco
2016-04-13Fix Visual Studio build warningYunqing Wang
2016-04-12vp9: Adjust threshold for scene-change detection.Marco
2016-04-12Merge "vp9: Fix to active_best for GF/ARF in 1 pass vbr."Marco Paniconi
2016-04-12vp9: Fix to active_best for GF/ARF in 1 pass vbr.Marco
2016-04-09Step towards making the 2-pass cq mode perceptualDebargha Mukherjee
2016-04-07vp9: Some adjustments to scene-cut detection.Marco
2016-03-30vp9-1 pass vbr: Use average QP for active_worst_quality, for inter-frames.Marco
2016-03-22Increase min-max q range for normal inter frames.Paul Wilkins
2016-03-15Merge "Revert "Fix bug in stats output for HBD.""Paul Wilkins
2016-03-15Revert "Fix bug in stats output for HBD."Paul Wilkins
2016-03-15vp9: Fix to scene cut/content change detection.Marco
2016-03-14vp9: Scene cut/content change detection: Adjust gf update.Marco
2016-03-14vp9: Scene cut/slide change detection: Increse min_thresh.Marco
2016-03-11vp9: Fix issue in scene/content change detection.Marco
2016-03-07vp9-svc: Fix to resetting pattern/flags on key frame.Marco
2016-03-04Merge "Fix bug in stats output for HBD."Paul Wilkins
2016-03-04Fix bug in stats output for HBD.paulwilkins
2016-03-02vp9-svc: Fix issues with svc with periodic key frames.Marco
2016-02-23vp9: Update to scene/content change detection.Marco
2016-02-22vp9 aq-mode=3: Allow it to be used for 1 pass VBR mode.Marco
2016-02-19vp9: 1 pass vbr real-time mode: Adjust gf refresh for scene change.Marco
2016-01-25vp9: Be more responsive to massive overshoot.Alex Converse
2015-12-15Fixed interval, fixed Q 1 pass test patch.paulwilkins
2015-12-151 pass VBR mode bug fix.paulwilkins
2015-12-08Changes to exhaustive motion search.paulwilkins
2015-12-03Fix bug when overlaying middle arfs in multi-arf groups.paulwilkins
2015-11-20vp9-svc: Fix the setting of is_key_frame.Marco
2015-11-09VP9 dynamic resize: increase waiting time after key frame.jackychen
2015-10-29Merge "VP9_resizing: add limitation to the downsacling resolution."Jacky Chen
2015-10-29VP9_resizing: add limitation to the downsacling resolution.jackychen
2015-10-27VP9-SVC: Allow frame dropping due to overshoot for spatial layers.Marco
2015-10-23Bug in clamping of base_frame_target.Paul Wilkins
2015-10-15Merge "VP9_resizing: adjust the threshold and another improvement."Jacky Chen
2015-10-15Merge "Fix resetting of cyclic refresh on dynamic resize change."Marco Paniconi