Extend the external fb interface to allocate individual planes.
Merge "VPX: loopfilter_mmx.asm using x86inc"
Merge "VP9: rename vpx_read_mode_info to vp9_read_mode_info"
Merge "VP9: remove x_mis, y_mis calculations"
vp9: 1 pass vbr real-time mode: Adjust gf refresh for scene change.
VP9: rename vpx_read_mode_info to vp9_read_mode_info
VP9: remove x_mis, y_mis calculations
Merge changes from topic 'vp10-missing-alloc-checks'
Merge changes from topic 'vp9-missing-alloc-checks'
Merge changes from topic 'vp8-missing-alloc-checks'
Merge changes from topic 'rm-loopfilter-count-param'
VPX: loopfilter_mmx.asm using x86inc
vp8_dx_iface: add missing alloc checks
vp8/onyx_if: add missing alloc checks
vp8/denoising: add missing alloc check
vp10/resize: add missing alloc checks
vp9_svc_layercontext: add missing alloc checks
vp9_resize: add missing alloc checks
Better workaround for Bug 1089.
vp10/encoder: add missing alloc checks
vp10/decoder,resize_mv_buffer: add missing alloc check
vp10_cyclic_refresh_alloc: correct cleanup on error
vp9_encoder: add missing alloc checks
vp9/decoder,resize_mv_buffer: add missing alloc check
vp9_cyclic_refresh_alloc: correct cleanup on error
lpf_8_test: remove unneeded function wrapper
remove loopfilter 'count' param TODOs
split vpx_highbd_lpf_horizontal_16 in two
split vpx_lpf_horizontal_16 in two
vpx_highbd_lpf_horizontal_4: remove unused count param
vpx_highbd_lpf_horizontal_8: remove unused count param
vpx_highbd_lpf_vertical_4: remove unused count param
vpx_highbd_lpf_vertical_8: remove unused count param
vpx_lpf_horizontal_4: remove unused count param
vpx_lpf_horizontal_8: remove unused count param
vp10,encoder: relocate setjmp
vp10_cx_iface,encode: remove redundant cpi check
vp9_cx_iface,encode: remove redundant cpi check
vpx_lpf_vertical_4: remove unused count param
vpx_lpf_vertical_8: remove unused count param
lpf_8_test: add missing dspr2 tests
lpf_8_test: add missing vpx_lpf_horizontal_4 tests
lpf_8_test: add missing vpx_lpf_vertical_4 tests
lpf_8_test: simplify function wrapper generation
Merge "Fix tsan error in VP9 sub8x8 intra mode search"
Merge "vp9-resize: Fix an issue with external dynamic resize."
vp9-real-time mode: Fix condition for allowing reference masking.
Fix tsan error in VP9 sub8x8 intra mode search
Merge changes from topic 'unused-params'
vp9-resize: Fix an issue with external dynamic resize.
tests: quiet some unused parameter warnings
vp9_error_block_test: prefer EXPECT over assert()
vp9_encoder_parms_get_to_decoder: add missing initializers
vpxenc: quiet unused param warning
vpx_ve_predictor_4x4_c: quiet unused param warning
vp10_receive_raw_frame: add missing setjmp
vp9_receive_raw_frame: add missing setjmp
vp9-resize: Force reference masking off for external dynamic-resizing.
vp9 resize_test: Enable resize_allowed in real-time ExternalResize test.
VP9: Pass NULL scale_factors ptr when not scaling
Merge "VP9: Refactor read_inter_block_mode_info() -- 2"
Merge "intrapred/d135: flatten border results before storing"
Merge "vp8: fix build with mingw+pthreads"
Merge "Restore previous motion search bit-error scale."
VP9: Refactor read_inter_block_mode_info() -- 2
Merge "BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'"
Restore previous motion search bit-error scale.
vp9-dynamic resize: Fix bug on releasing scaled reference.
vp9-aq-mode=3: Reset cyclic refresh under config/external size change.
Merge "Set use_highbitdepth flag to either 1 or 0"
Set use_highbitdepth flag to either 1 or 0
Explicitly set tx_type for sub8x8 blocks
BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'
vp9-denoiser: Allow for checking skin for bsize <=32x32.
Merge "Account for sub8x8 block skip mode cost in RD decision"
Account for sub8x8 block skip mode cost in RD decision
Clean up in vp9_rd_pick_inter_mode_sb
vp8: fix build with mingw+pthreads
vp9-dynamic resize: On a resize trigger frame refresh alt_ref.
intrapred/d135: flatten border results before storing
Fix an uninitialized warning.
vp9_aq_cyclicrefresh: fix unused-function warning
Merge "vp9 aq-mode=3: Keep it on even at low bitrates."
Merge "configure: enable -Wunused-function by default"
Merge "Vidyo patch: Optimization for 1-to-2 downsampling and upsampling."
vp9 aq-mode=3: Keep it on even at low bitrates.
Vidyo patch: Optimization for 1-to-2 downsampling and upsampling.
Define a macro to replace hardcoded values
configure: enable -Wunused-function by default
fdct8x8_test:: quiet unused-function warning
Merge changes from topic 'dead-code'
Merge changes I1171e9c7,I77292e11,I1678ab48,Id7a2c345
Merge "vp9-skinmap. Some adjustments for model=1."
Merge "Use precise rate cost estimate for skip block mode"
Merge "Fix some interger overflow errors"
vp9-skinmap. Some adjustments for model=1.
Use precise rate cost estimate for skip block mode
Merge "Add high bit depth args to arg list"
Merge changes I4a365757,I14a3b328