summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2014-01-24Fixed integer overflow for large input videoYaowu Xu
2014-01-24Merge "Setup pre[0] buffer before calls to {first_pass, zz}_motion_search."Dmitry Kovalev
2014-01-24Merge changes I24ad1f0f,I33be1366Adrian Grange
2014-01-23Cleaning up vp9_firstpass.c file.Dmitry Kovalev
2014-01-23Setup pre[0] buffer before calls to {first_pass, zz}_motion_search.Dmitry Kovalev
2014-01-22Reorder functions to avoid forward declarationAdrian Grange
2014-01-22Fixing simple_weight() function + cleanup.Dmitry Kovalev
2014-01-22Merge "Cleaning up first_pass_motion_search() function."Dmitry Kovalev
2014-01-21Merge "Replacing cpi->twopass with twopass."Dmitry Kovalev
2014-01-21Enforce key frame placementYaowu Xu
2014-01-16Fix key frames for one pass.Alex Converse
2014-01-15Replacing cpi->twopass with twopass.Dmitry Kovalev
2014-01-15Merge "Replacing cpi->rc with rc."Dmitry Kovalev
2014-01-15Merge "Add max burst bitrate control."Yaowu Xu
2014-01-15Replacing cpi->rc with rc.Dmitry Kovalev
2014-01-15calculate_modified_err() cleanup.Dmitry Kovalev
2014-01-14Cleaning up first_pass_motion_search() function.Dmitry Kovalev
2014-01-14Merge "Removing unnecessary casts + cleanup."Dmitry Kovalev
2014-01-14Merge changes I8eda5762,Ia2ffca07Dmitry Kovalev
2014-01-14Merge "Converting int_mv to MV."Dmitry Kovalev
2014-01-14Add max burst bitrate control.Paul Wilkins
2014-01-13Using clamp() function instead of the same raw code.Dmitry Kovalev
2014-01-13Removing unnecessary casts + cleanup.Dmitry Kovalev
2014-01-13Converting int_mv to MV.Dmitry Kovalev
2014-01-13fix a div by zero issueYaowu Xu
2014-01-13No arf right before real scene cut.Paul Wilkins
2014-01-13Further rate control tweaks and fixes.Paul Wilkins
2014-01-10Merge "Don't use gf_update by default for 1-pass CBR."Marco Paniconi
2014-01-10Don't use gf_update by default for 1-pass CBR.Marco Paniconi
2014-01-09Merge "Cleanups on refresh flags"Deb Mukherjee
2014-01-09Cleanups on refresh flagsDeb Mukherjee
2014-01-09Merge "Fix rate allocation bug."Paul Wilkins
2014-01-08Merge "Using struct twopass_rc* instead of VP9_COMP*."Dmitry Kovalev
2014-01-08Merge "Further rate control cleanups"Deb Mukherjee
2014-01-08Fix rate allocation bug.Paul Wilkins
2014-01-07Further rate control cleanupsDeb Mukherjee
2014-01-07Merge "Adding get_ref_frame_buffer() function."Dmitry Kovalev
2014-01-07Merge "Clean up: unused function and variables"Paul Wilkins
2014-01-06Adding get_ref_frame_buffer() function.Dmitry Kovalev
2014-01-06Using struct twopass_rc* instead of VP9_COMP*.Dmitry Kovalev
2014-01-06Corerctly sets frame type in the 2 pass caseDeb Mukherjee
2014-01-06Clean up: unused function and variablesPaul Wilkins
2014-01-06Merge "Modified Handling of min and max vbr rates."Paul Wilkins
2014-01-03Cleaning up get_prediction_decay_rate() function.Dmitry Kovalev
2014-01-03Modified Handling of min and max vbr rates.Paul Wilkins
2013-12-20Merge "Adjust gf_group_error_left for arf groups."Paul Wilkins
2013-12-19Merge "Adding get_block_variance_fn() function."Dmitry Kovalev
2013-12-19Adding get_block_variance_fn() function.Dmitry Kovalev
2013-12-19Begin refactor of frame schedule in rate controlDeb Mukherjee
2013-12-19Adjust gf_group_error_left for arf groups.Paul Wilkins