aboutsummaryrefslogtreecommitdiff
path: root/WATCHLISTS
diff options
context:
space:
mode:
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS119
1 files changed, 79 insertions, 40 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index c89a28e32a..ba7af53d5a 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -16,14 +16,14 @@
},
'all_webrtc': {
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
- 'filepath': 'webrtc/.*',
+ 'filepath': '^webrtc/.*',
},
'root_files': {
# webrtc/build/ and non-recursive contents of ./ and webrtc/
- 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
+ 'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*',
},
'documented_interfaces': {
- 'filepath': 'webrtc/[^/]*\.h$|'\
+ 'filepath': '^webrtc/[^/]*\.h$|'\
'webrtc/voice_engine/include/.*',
},
'build_files': {
@@ -32,9 +32,14 @@
'java_files': {
'filepath': '\.java$|\.xml$',
},
- 'video_engine': {
- 'filepath': 'webrtc/video_engine/.*|'\
- 'webrtc/video/.*',
+ 'audio': {
+ 'filepath': 'webrtc/audio/.*',
+ },
+ 'call': {
+ 'filepath': 'webrtc/call/.*',
+ },
+ 'video': {
+ 'filepath': 'webrtc/video/.*',
},
'voice_engine': {
'filepath': 'webrtc/voice_engine/.*',
@@ -89,59 +94,93 @@
'WATCHLISTS': {
'this_file': [''],
'all_webrtc': ['tterriberry@mozilla.com'],
- 'root_files': ['andrew@webrtc.org',
- 'niklas.enbom@webrtc.org',
- 'yujie.mao@webrtc.org',
+ 'root_files': ['niklas.enbom@webrtc.org',
+ 'peah@webrtc.org',
'qiang.lu@intel.com',
- 'peah@webrtc.org'],
+ 'yujie.mao@webrtc.org'],
'documented_interfaces': ['interface-changes@webrtc.org',
'rwolff@gocast.it'],
'common_audio': ['aluebs@webrtc.org',
'andrew@webrtc.org',
+ 'audio-team@agora.io',
'bjornv@webrtc.org',
+ 'minyue@webrtc.org',
'peah@webrtc.org'],
- 'video_engine': ['andresp@webrtc.org',
- 'mflodman@webrtc.org',
- 'perkj@webrtc.org',
- 'stefan@webrtc.org',
- 'yujie.mao@webrtc.org',
- 'solenberg@webrtc.org'],
- 'voice_engine': ['henrika@webrtc.org',
+ 'audio': ['solenberg@webrtc.org',
+ 'tina.legrand@webrtc.org'],
+ 'call': ['mflodman@webrtc.org',
+ 'pbos@webrtc.org',
+ 'solenberg@webrtc.org',
+ 'stefan@webrtc.org'],
+ 'video': ['andresp@webrtc.org',
+ 'mflodman@webrtc.org',
+ 'pbos@webrtc.org',
+ 'perkj@webrtc.org',
+ 'solenberg@webrtc.org',
+ 'stefan@webrtc.org',
+ 'video-team@agora.io',
+ 'yujie.mao@webrtc.org',
+ 'zhengzhonghou@agora.io'],
+ 'voice_engine': ['andrew@webrtc.org',
+ 'audio-team@agora.io',
+ 'henrika@webrtc.org',
'henrik.lundin@webrtc.org',
- 'solenberg@webrtc.org',
- 'peah@webrtc.org'],
+ 'minyue@webrtc.org',
+ 'peah@webrtc.org',
+ 'solenberg@webrtc.org'],
'video_capture': ['mflodman@webrtc.org',
- 'perkj@webrtc.org'],
+ 'perkj@webrtc.org',
+ 'sdk-team@agora.io',
+ 'zhengzhonghou@agora.io'],
'video_render': ['mflodman@webrtc.org',
- 'perkj@webrtc.org'],
- 'audio_device': ['henrika@webrtc.org',
- 'peah@webrtc.org'],
- 'audio_coding': ['tina.legrand@webrtc.org',
+ 'perkj@webrtc.org',
+ 'sdk-team@agora.io',
+ 'zhengzhonghou@agora.io'],
+ 'audio_device': ['audio-team@agora.io',
+ 'henrika@webrtc.org',
+ 'peah@webrtc.org',
+ 'sdk-team@agora.io'],
+ 'audio_coding': ['audio-team@agora.io',
'henrik.lundin@webrtc.org',
'kwiberg@webrtc.org',
- 'peah@webrtc.org'],
- 'neteq': ['henrik.lundin@webrtc.org'],
+ 'minyue@webrtc.org',
+ 'peah@webrtc.org',
+ 'tina.legrand@webrtc.org'],
+ 'neteq': ['audio-team@agora.io',
+ 'henrik.lundin@webrtc.org',
+ 'minyue@webrtc.org'],
'audio_processing': ['aluebs@webrtc.org',
'andrew@webrtc.org',
+ 'audio-team@agora.io',
'bjornv@webrtc.org',
- 'kwiberg@webrtc.org',
'henrik.lundin@webrtc.org',
+ 'kwiberg@webrtc.org',
+ 'minyue@webrtc.org',
'peah@webrtc.org',
'solenberg@webrtc.org'],
- 'video_coding': ['stefan@webrtc.org',
- 'mflodman@webrtc.org'],
- 'video_processing': ['stefan@webrtc.org'],
- 'bitrate_controller': ['stefan@webrtc.org',
- 'mflodman@webrtc.org'],
- 'remote_bitrate_estimator': ['stefan@webrtc.org',
- 'mflodman@webrtc.org'],
- 'pacing': ['stefan@webrtc.org',
- 'mflodman@webrtc.org'],
+ 'video_coding': ['mflodman@webrtc.org',
+ 'stefan@webrtc.org',
+ 'video-team@agora.io',
+ 'zhengzhonghou@agora.io'],
+ 'video_processing': ['stefan@webrtc.org',
+ 'video-team@agora.io',
+ 'zhengzhonghou@agora.io'],
+ 'bitrate_controller': ['mflodman@webrtc.org',
+ 'stefan@webrtc.org',
+ 'zhuangzesen@agora.io'],
+ 'remote_bitrate_estimator': ['mflodman@webrtc.org',
+ 'stefan@webrtc.org',
+ 'zhuangzesen@agora.io'],
+ 'pacing': ['mflodman@webrtc.org',
+ 'stefan@webrtc.org',
+ 'zhuangzesen@agora.io'],
'rtp_rtcp': ['mflodman@webrtc.org',
- 'stefan@webrtc.org'],
- 'system_wrappers': ['mflodman@webrtc.org',
+ 'stefan@webrtc.org',
+ 'zhuangzesen@agora.io'],
+ 'system_wrappers': ['fengyue@agora.io',
'henrika@webrtc.org',
- 'andrew@webrtc.org',
- 'peah@webrtc.org'],
+ 'mflodman@webrtc.org',
+ 'peah@webrtc.org',
+ 'zhengzhonghou@agora.io'],
},
}