Merge "Slightly more damped VBR adjustment."
Merge "Change to get_twopass_worst_quality()"
Merge "Removed unused data structure."
Merge "Adjustment to VBR rate correction."
Merge "Adjustment calculation of active worst quality."
Merge "Remove gf_zeromotion_pct."
Merge "Slow pshufb removal in 3 intra prediction functions."
Merge "vp9: Fix valgrind failure for short circuit on low temporal vaiance block."
Slightly more damped VBR adjustment.
Change to get_twopass_worst_quality()
Removed unused data structure.
Adjustment to VBR rate correction.
Adjustment calculation of active worst quality.
Merge "ivfdec: tolerate invalid framerates"
vp9: Fix valgrind failure for short circuit on low temporal vaiance block.
Slow pshufb removal in 3 intra prediction functions.
Disable short circuit feature for low temporal variance.
Merge "Update filter_selectively_vert_row2()"
Merge "firstpass.c: fix an UBSAN/IOC error"
firstpass.c: fix an UBSAN/IOC error
Fix VP8 encoder UBSAN/IOC errors
vp9: Skip some modes when variance is low for big blocks, for 1 pass real-time.
Merge "vp9: Skip computation of best_sad for newmv, unless needed."
Update filter_selectively_vert_row2()
ivfdec: tolerate invalid framerates
vp9: Skip computation of best_sad for newmv, unless needed.
Merge "vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24."
Merge "acm_random,Rand9Signed: correct cast"
Merge "Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10."
Merge "Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2"
acm_random,Rand9Signed: correct cast
Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10.
vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24.
Merge "Convert to unsigned int before left shift"
Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2
Merge "Code clean of sub_pixel_variance4xh -- 2"
Convert to unsigned int before left shift
vp9: Add datarate test for 1 pass VBR mode.
Merge "Fix comments in build_intra_predictors_high()"
Fix comments in build_intra_predictors_high()
Prevent read to invalid RefBuffer
Merge "remove vp9_diamond_search_sad_avx.c"
Move git version extras out of iOS shared framework bundle version
remove vp9_diamond_search_sad_avx.c
Code clean of sub_pixel_variance4xh -- 2
vp9: Remove a redundent condition in sub-pixel filter choosing.
Merge "vp8/error_concealment: remove shift of negative value"
Merge "Revert "Code clean of sub_pixel_variance4xh""
Revert "Code clean of sub_pixel_variance4xh"
Revert "Extend the external fb interface to allocate individual planes."
Merge "vp9: Refactor some denoiser logic in vp9_pick_inter_mode."
vp8/error_concealment: remove shift of negative value
Merge "Extend the external fb interface to allocate individual planes."
vp9: Refactor some denoiser logic in vp9_pick_inter_mode.
Merge "Clarify integer value ranges"
Merge "Prevent invalid read"
Merge "Code clean of sub_pixel_variance4xh"
Merge "Move, rename, and inline high_inter_predictor."
Merge "neon hadamard 8x8"
Extend the external fb interface to allocate individual planes.
Merge "VP9: _get_pred_context_switchable_interp()"
Move, rename, and inline high_inter_predictor.
Code clean of sub_pixel_variance4xh
VP9: _get_pred_context_switchable_interp()
Promote to uint32_t before left shift
Merge "vp9: Update to rc-metric for keeping track of average frame size."
Merge "Add level test for VP9"
Merge "convolve_test: Fix high bit depth IOC runtime errors."
Merge "Add --enable-shared option to iosbuild.sh to build dynamic framework"
Move non-zero mv bias on large block out of vp9_pick_inter_mode.
vp9: Update to rc-metric for keeping track of average frame size.
convolve_test: Fix high bit depth IOC runtime errors.
Merge "Change to use correct check for halfpel"
Merge "twopass_encoder: Add frame limit argument."
Merge "simple_encoder: Add a frame limit argument."
Add --enable-shared option to iosbuild.sh to build dynamic framework
Fix typos in control function for VP9E_SET_TARGET_LEVEL
Merge "remove mmx variance functions"
Merge "vp9: Fix to quality regression issue for 1 pass."
Merge "remove mmx sad functions"
Merge changes I412c24aa,I28a8bbf0
Merge "Added a measure of rc drift."
Merge "Fixed 8K two pass encoder crash."
Added a measure of rc drift.
simple_encoder: Add a frame limit argument.
twopass_encoder: Add frame limit argument.
Fixed 8K two pass encoder crash.
vp9: Fix to quality regression issue for 1 pass.
Change to use correct check for halfpel
remove mmx variance functions
Merge "Add VP9 encoder API for level specification."
mcomp: Remove an obsolete undef.