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.
Fixed 8K two pass encoder crash.
vp9: Fix to quality regression issue for 1 pass.
Merge "Add VP9 encoder API for level specification."
mcomp: Remove an obsolete undef.
mcomp: Remove an obsolete comment.
Merge "vpx_dsp: Rename postproc.c add_noise."
Merge "Fix comment for target_bandwidth in VP9 and VP10"
Add VP9 encoder API for level specification.
vpx_dsp: Rename postproc.c add_noise.
Merge "Revert "Skip inttypes.h on Darwin""
Revert "Skip inttypes.h on Darwin"
Merge "pickmode: Fix a pair of unsigned overflows."
Merge "VPX: refactor vpx_idct16x16_1_add_sse2()"
Merge "vp9: 1 pass vbr: Reduce base qp for active_best_quality for inter-frames."
Merge "convolve_test: Fix IOC runtime errors."
Merge "Alignment is required for sad_array8"
Merge "libvpx: vpx_add_plane_noise make c match assembly"
Merge "Remove sixtap/bilinear 4x4 neon implementations"
Alignment is required for sad_array8
Merge changes Id13b97f4,I1d342725
Merge "Use canonical avg_pred functions"
Fix comment for target_bandwidth in VP9 and VP10
convolve_test: Fix IOC runtime errors.
Merge "Skip inttypes.h on Darwin"
pickmode: Fix a pair of unsigned overflows.
vp9: 1 pass vbr: Reduce base qp for active_best_quality for inter-frames.
VPX: refactor vpx_idct16x16_1_add_sse2()
libvpx: vpx_add_plane_noise make c match assembly
Merge "Break exports for spatial_svc out to fix shared builds without it"
Merge "Fix for version.sh when libvpx is checked out as git submodule"
The subfunctions are only defined for sse2
Unlike non-hbd variance, opt2 is never used
Remove sixtap/bilinear 4x4 neon implementations
Merge "md5_utils,MD5Transform: don't check for unsigned overflow"
Merge changes from topic 'missing-proto'
Merge "vp9: Modify logic for gf setting based on up-coming key frame."
vp9: Reduce qp threshold for limiting cyclic refresh on steady blocks.
vp9: Modify logic for gf setting based on up-coming key frame.
Merge changes I05b3028a,I1ad41c09
Merge "vp9-noise estimation. Decrease frame period for estimating noise."
Merge "Change to use proper type in vp{9,10}_token_state"
Merge "yv12extend: make memcpy_short_addr static"
md5_utils,MD5Transform: don't check for unsigned overflow
Break exports for spatial_svc out to fix shared builds without it
Fix for version.sh when libvpx is checked out as git submodule
Merge "iosbuild.sh: Verify fat library targets."
vp9_frame_scale_ssse3.c: make 2 functions static
vp9_pickmode.c: make function static
vp9_noise_estimate.c: make function static
vp9_aq_360.c: add missing include
vp9_idct_intrin_sse2: add missing vp9_rtcd.h include
vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h include
vpx_dsp_common.h: remove circular include
vpx_dsp_common.h: fix include guard
Merge "libvpx: add a unit test for plane_add_noise."
vp9-noise estimation. Decrease frame period for estimating noise.
Change to use proper type in vp{9,10}_token_state
variance aq: Fix a variance calculation overflow bug.
Merge "x86.h,x86_simd_caps: add an explicit cast w/strtol"
Merge "Fix unsigned overflows in temporal filter."
libvpx: add a unit test for plane_add_noise.
yv12extend: make memcpy_short_addr static
Merge "Move vpx_add_plane from codec to vpx_dsp and dedup."
Fix unsigned overflows in temporal filter.
Merge "configure.sh: Remove armv6-darwin target."
Merge "Use signed variables in the lookahead."
Merge "vp9: Refactor vp9_denoiser_NxM_sse2."
Merge "configure.sh: prefer 'which' over 'hash'"
iosbuild.sh: Verify fat library targets.
configure.sh: Remove armv6-darwin target.
vp9: Refactor vp9_denoiser_NxM_sse2.
Move vpx_add_plane from codec to vpx_dsp and dedup.
vp9: Refactor choose_partitioning.
Merge "vp9_ethread_test: replace FramePktHook w/DecompressedFrameHook"
configure.sh: prefer 'which' over 'hash'
Merge "msvs_common.sh: make fix_file_list generic"
Merge "Avoid an unsigned overflow in invert_quant"
Merge "vp9: Don't force block size to 8x8 in denoiser."
vp9: Move the initialization of some rc variables to rc_init.
Merge "Port convolve test refactor to master."
Merge "bitreader: remove an unsigned overflow."
vp9_ethread_test: replace FramePktHook w/DecompressedFrameHook
x86.h,x86_simd_caps: add an explicit cast w/strtol
vp9: Don't force block size to 8x8 in denoiser.
Merge "Declare the operator== overload for M128A in the global namespace."
Declare the operator== overload for M128A in the global namespace.
msvs_common.sh: make fix_file_list generic
Merge changes If45b8931,Ieab273a7
Port convolve test refactor to master.
Tweak casts on vpx_sub_pixel_variance to avoid implicit overflow.
Use signed variables in the lookahead.