Merge "Avoid overflow in calc_iframe_target_size" into main
Merge "Add codec control to get loopfilter level" into main
Add codec control to get loopfilter level
ratectrl_rtc.h: quiet MSVC int64_t->int conv warning
Avoid overflow in calc_iframe_target_size
Merge "vp9-rtc: Extract content dependency in cyclic refresh" into main
Merge "Disallow skipping transform and quantization" into main
Disallow skipping transform and quantization
vp9-rtc: Extract content dependency in cyclic refresh
Add constructor to VP9RateControlRtcConfig
Merge "rc: turn off gf constrain for external RC" into main
rc: turn off gf constrain for external RC
Merge "test-data.sha1: add missing sha sums" into main
Merge changes I9f0852a0,Ieecb98a7 into main
Add use_simple_encode_api to oxcf
Fix flaky assertions in SimpleEncode
test-data.sha1: add missing sha sums
Merge "vp9 rc: add vbr to rtc rate control library" into main
vp9 rc: add vbr to rtc rate control library
normalize vp9_calc_[ip]frame declarations and definitions
vp9: Adjust logic for gf update in 1 pass vbr
Initialize VP9EncoderConfig profile and bit depth
Change the data path in svc rate control test
vp9-rtc: Refactor 1 pass vbr rate control
Update some comments for rc_target_bitrate
simple_encode: fix some -Wsign-compare warnings
simple_encode_test: fix input file path
L2E: properly init two pass rc parameters
Fixed redundant wording for decoder algorithm interface
Merge changes I2e86b005,I971c6261,I87fe4dad
Merge "img_alloc_helper: make align var unsigned"
Use 'ptrdiff_t' instead of 'int' for pointer offset parameters
Implement vpx_convolve8_avg_vert_neon using SDOT instruction
Merge transpose and permute in Neon SDOT vertical convolution
Implement vpx_convolve8_avg_horiz_neon using SDOT instruction
Optimize remaining mse and sse functions in variance_neon.c
Implement vertical convolution using Neon SDOT instruction
Implement Neon variance functions using UDOT instruction
Use ABD and UDOT to implement Neon sad_4d functions
Optimize Neon reductions in sum_neon.h using ADDV instruction
img_alloc_helper: make align var unsigned
Manually unroll the inner loop of Neon sad16x_4d()
Optimize Neon SAD reductions using wider ADDP instruction
Merge "Implement horizontal convolution using Neon SDOT instruction"
Implement horizontal convolution using Neon SDOT instruction
vp9_denoiser_neon,horizontal_add_s8x16: use vaddlv w/aarch64
test.mk: enable vp9_denoiser_test w/NEON
Merge "Add assert for zero_motion_factor range"
Add assert for zero_motion_factor range
Merge changes Iebe9842f,I174b67a5,I80ed1a16
Merge "vp8: enc: Fix valid range for under/over_shoot pct"
vpx_convolve_neon: prefer != 0 to > 0 in tests
vpx_convolve_avg_neon: prefer != 0 to > 0 in tests
vpx_convolve_copy_neon: prefer != 0 to > 0 in tests
Add limits to Vizier input parameters.
sync CONTRIBUTING.md w/libwebm
vp8: enc: Fix valid range for under/over_shoot pct
Further normalization of Vizier parameters.
Pass vizier rd parameter values
Merge "Set vizier rc parameters"
Merge "Removed unused constant"
vpx_image: clear user provided vpx_image_t early
Merge "Fix compilation for CONFIG_RATE_CTRL"
Merge "Delete unused constants."
Merge "Change zm_factor for Vizier."
Change zm_factor for Vizier.
Fix compilation for CONFIG_RATE_CTRL
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.