vp8/onyx_if.c: rework #if's to avoid dangling else's
vp8/bitstream.c: rework #if to avoid dangling else
Merge changes from topic 'clang-tidy'
Change to call vp9_post_proc_frame()
vp8/{bitstream,rdopt},y4minput: correct break placement
y4minput.c: correct empty loop formatting
top-level: apply clang-format
Merge "vp8: apply clang-tidy google-readability-braces-around-statements"
Merge "examples: apply clang-format"
Merge changes Ia6004c08,I1954f9d6
Merge "vp9: Allow usage of lookahead for real-time, 1 pass vbr."
Merge "Change 'git cl upload' default to --no-squash"
vp8: apply clang-tidy google-readability-braces-around-statements
cosmetics: Add a few explanatory comments
Merge changes I18982dbf,I15c8976c
Merge "take II: variance_test partial clean-up"
Merge "configure: turn on all unused warnings by default"
examples: apply clang-format
build/make/Makefile: add a 'test_*' default target
build/make/Makefile: remove default suffix rules
take II: variance_test partial clean-up
vp9: Allow usage of lookahead for real-time, 1 pass vbr.
Change 'git cl upload' default to --no-squash
cosmetics: Correct grammar/spelling in comments
prepend ++ instead of post in for loops.
Merge "Revert "variance_test partial clean-up""
vpx_plane_add_noise_c: normalize int types
Revert "variance_test partial clean-up"
Merge "sad_test: add some const to methods"
Merge "vp9_error_block_test: simplify fn wrapper generation"
Merge "remove tuple from 'sad_test.cc'"
sad_test: add some const to methods
vp9_error_block_test: simplify fn wrapper generation
Merge "addnoise : clear out static size for generated noise"
remove tuple from 'sad_test.cc'
vp8: apply clang-format
add .clang-format, based on Google style
addnoise : clear out static size for generated noise
Merge "postproc : fix function parameters for noise functions."
configure: turn on all unused warnings by default
vp9_postproc.c : unused variable if not vp9_highbitdepth.
postproc : fix function parameters for noise functions.
Merge "variance_test partial clean-up"
variance_test partial clean-up
Merge "vp9_intrapred_test: follow-up cleanup"
vp9_intrapred_test: follow-up cleanup
Merge "postproc: noise style fixes."
Merge "Revert "Eliminate isolated and small tail coefficients:""
Merge "clean-up vp9_intrapred_test"
Merge "Fix encoder crashes for odd size input"
gtest-all.cc: quiet an unused variable warning
clean-up vp9_intrapred_test
Merge "Disable trellis optimization when lossless is on"
Merge "postproc - move filling of noise buffer to vpx_dsp."
postproc: noise style fixes.
Revert "Eliminate isolated and small tail coefficients:"
postproc - move filling of noise buffer to vpx_dsp.
deblock: missing const on extern const.
vp9_postproc.c missing extern.
Merge changes from topic 'webp-thread-update'
Merge "vp9 svc: Reuse scaled_temp in two stage downscaling."
Fix encoder crashes for odd size input
vp9 svc: Reuse scaled_temp in two stage downscaling.
Disable trellis optimization when lossless is on
deblock filter : moved from vp8 code branch
Merge "remove *debugmodes.c from the default build"
Merge "vp9_rd_pick_intra_mode_sb(): set interp_filter to"
vp9_rd_pick_intra_mode_sb(): set interp_filter to
Fix non-highbitdepth coding path for HBD build
Merge "vp9: Adjustment of gfu_boost and af_ratio for 1 pass vbr."
Merge "Enable HBD support in real time encoding path"
Merge "vp9: Adjustment to mv bias for non-rd pickmode."
vp9: Adjustment of gfu_boost and af_ratio for 1 pass vbr.
Enable coeff optimization for intra modes
Use precise context to estimate coeff rate cost
Enable uniform quantization with trellis optimization in speed 0
Refactor coeff_cost() function
Merge "Support measure distortion in the pixel domain"
Merge "Fix Visual Studio build warning"
Merge "Add experimental spatial de-noise filter on key frames."
vp9: Adjustment to mv bias for non-rd pickmode.
Fix Visual Studio build warning
Merge "Remove decode asserts from better-hw-compatibility"
Merge "vp9: Choose the scheme for modeling rd for 32x32 based on skin color."
Merge "Modify the name of vp9cx_set_ref example"
Support measure distortion in the pixel domain
Merge "Remove txfrm_block_to_raster_xy() from vp9 encoder"
Enable HBD support in real time encoding path
Remove decode asserts from better-hw-compatibility
vp9: Choose the scheme for modeling rd for 32x32 based on skin color.
Eliminate isolated and small tail coefficients:
Modify the name of vp9cx_set_ref example
Merge "Make set_reference control API work in VP9"
Remove txfrm_block_to_raster_xy() from vp9 encoder
Merge "improve vpx_filter_block1d* based on replace paddsw+psrlw to pmulhrsw"
Merge "Update vpx subpixel 1d filter ssse3 asm"
vpx_thread: use CreateThread for windows phone
vpx_thread: use WaitForSingleObjectEx if available