Separates profile 2 into 2 profiles 2 and 3
Rewrite functions related to first pass block stats
Merge "Some extra bit probability cleanups"
Merge "Fix a potential invalid memory access in non-RD coding flow"
Merge "Silent -wextra warnings"
Merge "[spatial svc]Implement alt reference frames"
Merge "Misc. bit-depth related changes"
Misc. bit-depth related changes
[spatial svc]Implement alt reference frames
Merge "Fix chrome valgrind warning due to the use of mismatched bsize"
invalid_file_test: convert test param from tuple to struct
Merge "Add unit test to test tile decoding error handling."
Merge "vp9_loopfilter.c: cosmetics"
Merge "vpxenc: fix per-frame psnr/size output on a terminal"
Fix a potential invalid memory access in non-RD coding flow
Fix chrome valgrind warning due to the use of mismatched bsize
Add unit test to test tile decoding error handling.
Merge "Remove unnecessary assertions"
Merge "Code refactoring: use defined inline functions"
Some extra bit probability cleanups
Merge "Remove an unused parameter in vp9_init_search_range()"
Merge "Re-factor and simplify arnr filter."
Re-factor and simplify arnr filter.
Remove unnecessary assertions
Remove an unused parameter in vp9_init_search_range()
Code refactoring: use defined inline functions
Merge "update vp9_thread.c"
Merge changes Ie241772d,I3c72e226
Merge "Minor cleanup"
Merge "sh tests: Add support for running tested programs within another program."
Merge "Add warning to temporal SVC test when temporal denoising is disabled."
sh tests: Add support for running tested programs within another program.
Add warning to temporal SVC test when temporal denoising is disabled.
tests: add API_REGISTER_STATE_CHECK
call vp[89]_clear_system_state after longjmp
Merge "Refactor vp9_diamond_search_sad function"
Merge "Refactor refining_search_sad code"
Refactor vp9_diamond_search_sad function
Merge "vp9_decoder_remove: destroy common after thread shutdown"
Refactor refining_search_sad code
Remove repetitive code in mcomp.c
Merge "Adjust full-pixel search method in real-time mode"
Merge "Combined non-rd motion searchs into a single function"
Adjust full-pixel search method in real-time mode
Combined non-rd motion searchs into a single function
Merge "Re-design quantization process for 32x32 transform block"
vpxenc: fix per-frame psnr/size output on a terminal
vp9_decoder_remove: destroy common after thread shutdown
Merge "Move vp9_thread.* to common."
Merge "Vp9 denoiser MC bugfix"
Merge "Fix decoder handling of intra-only frames"
Merge "vp9_cx_iface.c: allow speed greater than 7"
Merge changes I2abd6716,I4a65f7f8
Merge "invalid_file_test: output error detail on mismatch"
Re-design quantization process for 32x32 transform block
Fix decoder handling of intra-only frames
vp9_cx_iface.c: allow speed greater than 7
Move abs() to where it is effective
Merge "Fix build for examples/vp8_multi_resolution_encoder."
Fix build for examples/vp8_multi_resolution_encoder.
Merge "Use the VP9 version of extend_borders"
Merge "Adds support for reading and writing 10/12-bit y4m"
Merge "Tune SSSE3 implementation of fast path quantization"
Merge "Remove an empty line"
Tune SSSE3 implementation of fast path quantization
Cleanup motion search speed features.
Merge "Allow lossless skipping in RD mode decision."
Merge "Neon version of vp8_denoiser_filter_uv()"
Adds support for reading and writing 10/12-bit y4m
Merge "Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure."
Merge "Multi-arf: Add code to turn it on and off."
Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure.
Merge "Cleanup vp9_rd."
Merge "Split vp9_rdopt into vp9_rdopt and vp9_rd."
Merge "vpxdec: add --keep-going option"
Multi-arf: Add code to turn it on and off.
Merge "Cleaning up and simplifying read_frame_stats()."
Split vp9_rdopt into vp9_rdopt and vp9_rd.
Cleaning up and simplifying read_frame_stats().
Merge "Fix rd threshold overflow issue"
Merge "VP9 denoiser implemented FILTER_BLOCK case"
Merge "VP9 denoising enabled by noise_sensitivity param"
Fix rd threshold overflow issue
Merge "Replaced loops with vpx_memcpy()"
VP9 denoiser implemented FILTER_BLOCK case
VP9 denoising enabled by noise_sensitivity param
Replaced loops with vpx_memcpy()
Merge "Added a speed feature controlling a motion search parameter"
Merge "Adapt strength of AQ2."