Refine documentation of vpx_ext_ratectrl.h
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
Add cmd line option to control loopfilter for vpxenc
Download bus_352x288_420_f20_b8.yuv properly
Merge changes I27932c41,I2ff9e54a,I4ebed472
Merge "Add unit test for vp9_ext_ratectrl"
Small changes of vp9_ext_ratectrl_test.cc
Add ref frame info to vpx_rc_encodeframe_info_t
Add vpx_rc_status_t
vp9-rtc: Fix to control for disabling loopfilter
Add unit test for vp9_ext_ratectrl
Add vp9_extrc_update_encodeframe_result()
vp9_extrc_get_encodeframe_decision()
Call vp9_extrc_send_firstpass_stats() properly
Add vp9_extrc_send_firstpass_stats()
Add vp9_extrc_init/create/delete
Add callback functions for external_rate_control
Add codec control for external rate control lib
Add SetEncodeConfig and DumpEncodeConfigs
Add codec control to disable loopfilter for vp9
Merge "ratectrl_rtc_test.cc: fix signed/unsigned comparison"
Merge "Add file for rate control interface test."
Add file for rate control interface test.
ratectrl_rtc_test.cc: fix signed/unsigned comparison
configure.sh: fix arm64-darwin-gcc match
configure: add darwin20 support
Merge "vp9_ratectrl,vp9_resize_one_pass_cbr: rm redundant casts"
vp9_ratectrl,vp9_resize_one_pass_cbr: rm redundant casts
test/encode_test_driver: rm redundant get() w/unique_ptr
vp8: Remove sched_yield on POSIX systems
googletest: enable failure on uninstantiated tests
Upstream GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST
vp9-rtc: Add control to disable maxq on overshoot
Escape number sign in Makefiles
Merge "Refine MMI & MSA detection for mips"
Refine MMI & MSA detection for mips
vp9-svc: Fix to resetting RC for temporal layers
rtc-vp9: Fix to rcstats in vp9_spatial_svc_encoder
Merge "Merge remote-tracking branch 'origin/quacking' into master"
Merge "test/*: use canonical downloads.webmproject url"
Avoid re-allocating fp_motion_vector_info
Cosmetic changes in simple_encode.h
Correct the first pass motion vector scale
Cosmetic change for simple_encode_test.cc
Make target_frame_bits error margin configurable.
Avoid division by zero for rate q_step model
Add rq_history to encode_frame_result
Fix ObserveFirstPassMotionVectors()
test/*: use canonical downloads.webmproject url
Make initial q_index guess at 128
Correct rq_model_update when recode_count == 1
Merge "Cosmetic changes for rate_ctrl experiment"
Cosmetic changes for rate_ctrl experiment
L2E: Add ObserveFirstPassMotionVector
Merge "Add recode loop logics for rate_ctrl experiment"
Add recode loop logics for rate_ctrl experiment
Assign correct values for zcoeff_blk in sub8x8 RDO
Merge remote-tracking branch 'origin/quacking' into master
vp9-svc: Fix the bitrate control for spatial svc
vp9-svc: Fix to setting frame size for dynamic resize
vp9-rtc: Fix to resetting drop_spatial_layer
vp9-svc: Add svc test for denoiser and dynamic resize
vp9-svc: Fix to dynamic resize for svc denoising
NULL -> nullptr in CPP files
Merge "libs.mk: quiet curl output"
Silience warnings about uninitiated test cases
update googletest to release-1.10.0-224-g23b2a3b1
Update README, AUTHORS and libs.mk
Merge "Build libsimple_encode.a separately" into quacking
Merge "vp8,vpx_dsp: [loongson] fix msa optimization bugs"
Merge "Build libsimple_encode.a separately"
Build libsimple_encode.a separately
Add init version of EncodeFrameWithTargetFrameBits()
vp8,vpx_dsp: [loongson] fix msa optimization bugs
Build libsimple_encode.a separately
Merge "test/*: rename *TestCase to TestSuite" into quacking
Add SetEncodeSpeed() to SimpleEncode
Merge "Cap target bitrate to raw rate internally"