Fix an ioc warning in vp9_pick_inter_mode
Merge "Remove duplicate clamping"
Merge "Remove ineffective newmv skip checking from vp9_pick_inter_mode"
Merge "Simplify prediction filter search in rtc coding mode"
Merge "Refactor column integral projection computation"
Merge "change the order of inter modes evaluated"
Remove ineffective newmv skip checking from vp9_pick_inter_mode
Simplify prediction filter search in rtc coding mode
change the order of inter modes evaluated
Merge changes I67890f52,I33c72799
Refactor column integral projection computation
Merge "Fix indent in choose_partitioning"
Fix indent in choose_partitioning
vp9_pick_inter_mode(): minor optimizations
Merge "Fix choose_partitioning threshold setup for speed -5"
Fix 1-step refinement search table
usage.dox: fix encoder/decoder subpage list indent
usage.dox: fix doxygen warnings in 1.8.x
Fix choose_partitioning threshold setup for speed -5
Merge "Fix comments for vpx_codec_enc_config_default()"
Fix comments for vpx_codec_enc_config_default()
Merge "Provide information on codec controls"
Merge "Set default encode test driver to 1 column and 1 thread."
Merge "Fix crash with vp9 denoiser on."
Merge "Use sdx4df to do 1-step refinement"
Provide information on codec controls
Merge "Lower bitrate threshold below which cyclic refresh is turned off."
Merge "Reconcile active_map and cyclic refresh"
Merge "Reset src buffer only once in vp9_int_pro_motion_estimation"
Merge "Reduce the number of full block SAD calls"
Use sdx4df to do 1-step refinement
Lower bitrate threshold below which cyclic refresh is turned off.
Merge "Shorten GF/arf interval in hard scenes."
Set default encode test driver to 1 column and 1 thread.
Merge changes Ic54c88ec,I6f120b65
Reset src buffer only once in vp9_int_pro_motion_estimation
Merge "vp9_pick_inter_mode(): Use single loop to evaluate inter modes"
Added comment for vp9 only codec controls
Rename a vp9 only control with vp9e prefix
Reduce the number of full block SAD calls
Merge "Minorly modify model_rd_for_sb_y function"
Merge "Fix fdct8x8_quant ssse3 overflow issue"
Reconcile active_map and cyclic refresh
vp9_pick_inter_mode(): Use single loop to evaluate inter modes
Minorly modify model_rd_for_sb_y function
Fix fdct8x8_quant ssse3 overflow issue
Merge "Some rate control adjustments to control overshoot"
Merge "Prevent integer overflow in choose_partitioning"
Merge "Remove unnecessary speed feature checking"
Merge "Apply fast motion search to golden reference frame"
Merge "Refactor to remove GLOBAL_MOTION"
Fix a typo introduced in #94401aff
Merge "Fix visual studio build failure."
Prevent integer overflow in choose_partitioning
Merge "Refactor the block decode code to make it simpler."
Remove unnecessary speed feature checking
Merge "Clamp rate correction factor after scaling it"
Apply fast motion search to golden reference frame
Refactor to remove GLOBAL_MOTION
Shorten GF/arf interval in hard scenes.
vpx_temporal_svc_encoder: Update some default settings.
Refactor the block decode code to make it simpler.
Merge "Separate rd_thresh adaption by ref_frame"
Clamp rate correction factor after scaling it
Separate rd_thresh adaption by ref_frame
Some rate control adjustments to control overshoot
Merge "Modify update golden reference update under aq-mode=3 mode."
Modify update golden reference update under aq-mode=3 mode.
Merge "Accumulate tx_totals counters in multi-threaded encoder"
Merge "Enable using Golden reference in choose_partition()"
Merge "Allow q adjustment for VPX_CQ and VPX_CBR."
Accumulate tx_totals counters in multi-threaded encoder
Fix vp9_compute_qdelta_by_rate loop behavior
Enable using Golden reference in choose_partition()
Allow q adjustment for VPX_CQ and VPX_CBR.
Refactor read_intra_frame_mode_info
Merge "Don't waste time partitioning skip superblocks."
Merge "Skip golden ref frame check when it is same as last ref frame"
Skip golden ref frame check when it is same as last ref frame
Don't waste time partitioning skip superblocks.
Merge "vp9_ethread: fix me consts initialization to support aq_mode=3 encoding"
Merge "Move pred_mv assign outside integral projection motion search"
Merge "Reduce default overshoot/undershoot params to 25"
Merge "Modify the setting of transform skip flags in non-rd mode"
vp9_ethread: fix me consts initialization to support aq_mode=3 encoding
Merge "Cherry pick libyuv VS fix"
Remove some unnecessary code in thread context copy.
Merge "Only wait for previous frame's motion vector if needed."
Merge "Set the threads/tile_columns in vpx_temporal_svc_encoder."
Set the threads/tile_columns in vpx_temporal_svc_encoder.
Modify the setting of transform skip flags in non-rd mode
Merge changes I1b972c94,I9c897d32
Only wait for previous frame's motion vector if needed.
Merge "Fix a tsan error bug in frame parallel decode."