summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
AgeCommit message (Expand)Author
2014-02-26Merge "Using clamp() for active_{best, worst}_quality."Dmitry Kovalev
2014-02-25Using clamp() for active_{best, worst}_quality.Dmitry Kovalev
2014-02-25Adds variance based fixed size partitioningDeb Mukherjee
2014-02-18Remove comment from calls to vp9_clear_system_state.Adrian Grange
2014-02-14Enforce max-intra-pct in one-pass cbr modeDeb Mukherjee
2014-02-14vp9_ratectrl - convert buffers to int64 to avoid castingJim Bankoski
2014-02-13Fix target frame size setting, for 1pass cbr.Marco Paniconi
2014-02-13Merge "static analysis warning in vp9_ratectrl.c"Jim Bankoski
2014-02-12static analysis warning in vp9_ratectrl.cJim Bankoski
2014-02-12Merge "Removes active_worst_quality feedback"Deb Mukherjee
2014-02-11Removes active_worst_quality feedbackDeb Mukherjee
2014-02-11Merge "Use more meaningful names for speed features"Jingning Han
2014-02-10Use more meaningful names for speed featuresJingning Han
2014-02-10Further one-pass vbr rate control changesDeb Mukherjee
2014-02-10Some updates and fixes for layered CBR mode.Marco Paniconi
2014-02-07Cleaning up vp9_ratectl.c.Dmitry Kovalev
2014-02-06Parameter fixes for one-pass non-cbr modeDeb Mukherjee
2014-02-06Layer based rate control for CBR mode.Marco Paniconi
2014-02-05Merge "Clamping active_{best, worst}_quality values."Dmitry Kovalev
2014-02-05One-pass rate control cleanups/fixes/refactoringDeb Mukherjee
2014-02-04One-pass rate control fixes and cleanupsDeb Mukherjee
2014-01-31vp9/encoder: fix function prototypesJames Zern
2014-01-29Enables alt-ref frames in one pass modeDeb Mukherjee
2014-01-27Clamping active_{best, worst}_quality values.Dmitry Kovalev
2014-01-24Cleaning up vp9_ratectl.c file.Dmitry Kovalev
2014-01-22Simplifying target_size_from_buffer_level() function.Dmitry Kovalev
2014-01-17Cleaning up vp9_ratectrl.c.Dmitry Kovalev
2014-01-16Fix key frames for one pass.Alex Converse
2014-01-15Merge "Cleaning up reatectrl.c file."Dmitry Kovalev
2014-01-15Merge "Add max burst bitrate control."Yaowu Xu
2014-01-14Minor fix on an assertDeb Mukherjee
2014-01-14Add max burst bitrate control.Paul Wilkins
2014-01-10Cleaning up reatectrl.c file.Dmitry Kovalev
2014-01-10Cleaning up vp9_rc_postencode_update() function.Dmitry Kovalev
2014-01-10Merge "Adding {get, set}_rate_correction_factor() functions."Dmitry Kovalev
2014-01-09Cleanups on refresh flagsDeb Mukherjee
2014-01-08Adding {get, set}_rate_correction_factor() functions.Dmitry Kovalev
2014-01-08Merge "Further rate control cleanups"Deb Mukherjee
2014-01-07Further rate control cleanupsDeb Mukherjee
2014-01-06Code cleanup: remove unneeded lines.Marco Paniconi
2014-01-06Corerctly sets frame type in the 2 pass caseDeb Mukherjee
2013-12-19Begin refactor of frame schedule in rate controlDeb Mukherjee
2013-12-18Updates for 1-pass CBR rate control.Marco Paniconi
2013-12-16Rate control changes on active_worst_qualityDeb Mukherjee
2013-12-06Merge "Renaming constants."Dmitry Kovalev
2013-12-05Further rate control cleanupsDeb Mukherjee
2013-12-05Renaming constants.Dmitry Kovalev
2013-11-27Fixing inadvertent changeDeb Mukherjee
2013-11-27Continued rate control clean-upsDeb Mukherjee
2013-11-26Merge "Fix unit test failures"Yaowu Xu