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"
Cap target bitrate to raw rate internally
test/*: rename *TestCase to TestSuite
Merge "test/*: rename *TestCase to TestSuite"
Cap target bitrate to raw rate internally
test/*: rename *TestCase to TestSuite
vp8,vpx_dsp:[loongson] fix bugs reported by clang
vp9: Update last_q for dropped frames
vp9: Fix to use last_q for resize check
vp9-svc: Fix the bitrate control for spatial svc
vp8,vpx_dsp:[loongson] fix specification of instruction name
vp9-svc: Fix to setting frame size for dynamic resize
vp9-svc: Allow scale_references for single layer svc
update googletest to v1.10.0
vp9_skip_loopfilter_test: make Init() return a bool
Merge "tools/lint-hunks.py: skip third_party files"
Merge changes I07f2c208,I79762df8
tools/lint-hunks.py: skip third_party files
vp9-rtc: Fix to resetting drop_spatial_layer
vp9_skip_loopfilter_test: make Init() return a bool
vp9-rtc: Fixes to resizer for real-time
vp9-svc: Add svc test for denoiser and dynamic resize
vp9-svc: Fix to dynamic resize for svc denoising
Let SetExternalGroupOfPicturesMap use c-style arr
Fix assertion error in simple_encode.cc
Merge "Refactor simple_encode_test.cc"
Merge "Add NV12 support"
Refactor simple_encode_test.cc
Add extra check / unit test to SetExternalGroupOfPicturesMap()
Merge "Refactor decode_api_test and realtime_test"
Add functions to compute/observe key frame map
Init static_scene_max_gf_interval in vp9_rc_init()