summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
AgeCommit message (Expand)Author
2017-02-09Merge "Fix to avoid abrupt relaxation of max qindex in recode path"Paul Wilkins
2017-02-07vp9: Adjust rate_err threshold for setting active_worst factor.Marco
2017-01-26vp9: Fixes for usage of skin_map for high bit depth.Marco
2017-01-23vp9: Adjust the threshold to set avg_source_sad_sb flag.Jerome Jiang
2017-01-20vp9: Add feature to use block source_sad for realtime mode.Marco
2017-01-16Fix to avoid abrupt relaxation of max qindex in recode pathRanjit Kumar Tulabandu
2017-01-13vp9: Add speed feature flag for computing average source sad.Marco
2017-01-10vp9: 1 pass cbr: Adjustments to usage of gf_cbr_boost and aq=3 mode.Marco
2017-01-09vp9: 1 pass cbr: Fix to qp clamping when gf_cbr_boost_pct is used.Marco
2017-01-09Merge "vp9: 1 pass cbr mode: increase threshold for gf_cbr_boost_pct usage."Marco Paniconi
2017-01-06vp9: 1 pass cbr mode: increase threshold for gf_cbr_boost_pct usage.Marco
2017-01-06vp9: Compute source sad for every superblock when partition copy is on.Jerome Jiang
2016-12-14vp9: Fix to usage of flag USE_ALTREF_FOR_ONE_PASSMarco
2016-10-111 pass vbr: Allow for lookahead alt-ref in real-time mode.Marco
2016-10-11vp9: 1 pass vbr: some adjustments to gf interval.Marco
2016-09-16Merge changes from topic 'clang-format'James Zern
2016-09-15vp9: Small code cleanup.Marco
2016-09-15apply clang-formatclang-format
2016-09-01Merge "Casts to remove some warnings."Yaowu Xu
2016-09-01Casts to remove some warnings.paulwilkins
2016-08-31Modified resize loop constraints.paulwilkins
2016-08-04vp9_ratectrl.c: apply clang-formatclang-format
2016-08-04Merge "vp9 1pass vbr: Adjustment to gf interval."Marco Paniconi
2016-08-03vp9 1pass vbr: Adjustment to gf interval.Marco
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-22vp9 1pass-vbr: Adjust gf setting for nonzero-lag case.Marco
2016-07-20vp9: Fix the clang warning of unsigned int type.jackychen
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-10vp9: Put lower limit on frames_to_key adjustment to gf interval.Marco
2016-06-08vp9: Reduce overshoot factor for setting longer gf interval.Marco
2016-06-07vp9: Replace the avg_size_inter metric, for 1 pass vbr.Marco
2016-06-07vp9: Small ajustment to settings gf_interval, 1 pass vbr.Marco
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