Merge "Delete unused constants."
Merge "Change zm_factor for Vizier."
Change zm_factor for Vizier.
Pass vizier rc parameter values with range check
Revert "Pass vizier rc parameter values from command line to twopass"
Merge "Change calculation of rd multiplier."
Merge "vp9_ext_ratectrl_test: use uintptr_t for void* value"
Change calculation of rd multiplier.
Merge "Convert Vizier RD parameters to normalized factors"
Pass vizier rc parameter values from command line to twopass
Add command line options for a few rc parameters
vp9_ext_ratectrl_test: use uintptr_t for void* value
Convert Vizier RD parameters to normalized factors
Merge "Change SR_diff calculation and representation"
Change SR_diff calculation and representation
Msvc builds convert to windows path w/msys env
Msvc builds convert to windows path w/msys env
Merge "vp8: restrict 1st pass cpu_used range"
vp9-rtc: Add postencode_drop control to sample encoder
Prepare for v1.10.0 release.
Vizer: Added in experimental max KF boost values.
Vizier: Add in field for min kf frame boost.
Merge "Vizier: Add defaults for > 1080P"
Merge "L2E: let vp9 encoder respect external max frame size constraint"
Merge "Further integration for Vizier."
Vizier: Add defaults for > 1080P
Further integration for Vizier.
L2E: let vp9 encoder respect external max frame size constraint
Check for _WIN32 instead of WIN32.
Merge "Add fields into RC for Vizier ML experiments."
Merge "override assembler with --as option on msvs"
Use -std=gnu++11 instead of -std=c++11
override assembler with --as option on msvs
Add fields into RC for Vizier ML experiments.
Remove comments for removed 'active_map' parameter
Remove two pass related code from svc sample encoder.
vp8_denoiser_sse2_test: disable BitexactCheck w/gcc-8+
svc: Fix an existing unittest for flexible mode
Merge "L2E: let external rate control pass in a max frame size"
Merge "svc: Unittest for ksvc flexible mode with no updates on TL > 0"
Merge "vp8_denoiser_sse2_test: use ASSERT instead of EXPECT"
svc: Unittest for ksvc flexible mode with no updates on TL > 0
vp8_denoiser_sse2_test: use ASSERT instead of EXPECT
L2E: let external rate control pass in a max frame size
Fix to vpx_temporal_svc_encoder
Relax constraints on Y4M header parsing
Relax constraints on Y4M header parsing
Merge changes I43d9d477,I8d4661ec
Merge "svc: turn off use_base_mv on non base layer."
svc: turn off use_base_mv on non base layer.
vp9_end_to_end_test: fix compile with gcc 4.8.5
sad_test: fix compilation w/gcc 4.8.5
Merge "Do not reuse mv in base spatial layer if curr buf same as prev."
Do not reuse mv in base spatial layer if curr buf same as prev.
Merge changes Ib016ab5a,Ie6d63a68,I96b18436,I0b98741d
Use VPX_CODEC_INVALID_PARAM when ext_ratectrl=NULL
Handle vp9_extrc functions' return status properly
Add return to vp9_extrc_update_encodeframe_result
Add status in vp9_extrc_get_encodeframe_decision
Return status in vp9_extrc_send_firstpass_stats
Return status in vp9_extrc_create/init/delete
{highbd_,}loopfilter_neon.c: quiet -Wmaybe-uninitialized
Relax constraints on Y4M header parsing
vpxenc: initalize the image object
Fix show_index in vp9_extrc_encodeframe_decision()
Correct pixel_count in encode_frame_result
First pass: skip motion search for intra-only
Merge "configure: add darwin20 cross-compile support"
configure: add darwin20 cross-compile support
Fix typos in simple_encode.h
Merge "Revert "Close out file in EndEncode()""
Revert "Close out file in EndEncode()"
Merge "Close out file in EndEncode()"
Merge "Refine documentation of vpx_ext_ratectrl.h"
Merge "Allow user to set rc_mode and cq_level in SimpleEncode"
Refine documentation of vpx_ext_ratectrl.h
Allow user to set rc_mode and cq_level in SimpleEncode
Add gop_index to vpx_ext_ratectrl.h
Capitalize VPX_RC_OK / VPX_RC_ERROR
Add doxygen for vpx_rc_funcs_t
Add doxygen for vpx_rc_config
Copy first pass stats documentation from AV1 to VP9
Add doxygen to structs in vpx_ext_ratectrl.h
Merge changes I12a72d3a,I1a6c5752
Remove condition on copying svc loopfilter flag
Fix uninitialized warning in resize_test.cc
Fix the warning of C90 mixed declarations and code
Merge "vp9: Allow for disabling loopfilter per spatial layer"
vp9: Allow for disabling loopfilter per spatial layer
Accumulate frame tpl stats and pass through rate control api
Merge "libs.mk: set LC_ALL=C w/egrep invocations"
Merge "Add a comment about bitdeptharg and inbitdeptharg"
libs.mk: set LC_ALL=C w/egrep invocations
Add a comment about bitdeptharg and inbitdeptharg
Merge "Add cmd line option to control loopfilter for vpxenc"
vp9_ext_ratectrl_test: add missing override