| OLD | NEW |
| 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 # Inspired by chromium.org: | 9 # Inspired by chromium.org: |
| 10 # http://dev.chromium.org/developers/contributing-code/watchlists | 10 # http://dev.chromium.org/developers/contributing-code/watchlists |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 'sdk-team@agora.io'], | 147 'sdk-team@agora.io'], |
| 148 'audio_coding': ['audio-team@agora.io', | 148 'audio_coding': ['audio-team@agora.io', |
| 149 'henrik.lundin@webrtc.org', | 149 'henrik.lundin@webrtc.org', |
| 150 'kwiberg@webrtc.org', | 150 'kwiberg@webrtc.org', |
| 151 'minyue@webrtc.org', | 151 'minyue@webrtc.org', |
| 152 'peah@webrtc.org', | 152 'peah@webrtc.org', |
| 153 'tina.legrand@webrtc.org'], | 153 'tina.legrand@webrtc.org'], |
| 154 'neteq': ['audio-team@agora.io', | 154 'neteq': ['audio-team@agora.io', |
| 155 'henrik.lundin@webrtc.org', | 155 'henrik.lundin@webrtc.org', |
| 156 'minyue@webrtc.org'], | 156 'minyue@webrtc.org'], |
| 157 'audio_mixer': ['henrik.lundin@webrtc.org'], | 157 'audio_mixer': ['aleloi@webrtc.org', |
| 158 'audio_processing': ['aluebs@webrtc.org', | 158 'henrik.lundin@webrtc.org' |
| 159 ], |
| 160 'audio_processing': ['aleloi@webrtc.org', |
| 161 'aluebs@webrtc.org', |
| 159 'andrew@webrtc.org', | 162 'andrew@webrtc.org', |
| 160 'audio-team@agora.io', | 163 'audio-team@agora.io', |
| 161 'bjornv@webrtc.org', | 164 'bjornv@webrtc.org', |
| 162 'henrik.lundin@webrtc.org', | 165 'henrik.lundin@webrtc.org', |
| 163 'kwiberg@webrtc.org', | 166 'kwiberg@webrtc.org', |
| 164 'minyue@webrtc.org', | 167 'minyue@webrtc.org', |
| 165 'peah@webrtc.org', | 168 'peah@webrtc.org', |
| 166 'solenberg@webrtc.org'], | 169 'solenberg@webrtc.org'], |
| 167 'video_coding': ['mflodman@webrtc.org', | 170 'video_coding': ['mflodman@webrtc.org', |
| 168 'stefan@webrtc.org', | 171 'stefan@webrtc.org', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 184 'stefan@webrtc.org', | 187 'stefan@webrtc.org', |
| 185 'danilchap@webrtc.org', | 188 'danilchap@webrtc.org', |
| 186 'zhuangzesen@agora.io'], | 189 'zhuangzesen@agora.io'], |
| 187 'system_wrappers': ['fengyue@agora.io', | 190 'system_wrappers': ['fengyue@agora.io', |
| 188 'henrika@webrtc.org', | 191 'henrika@webrtc.org', |
| 189 'mflodman@webrtc.org', | 192 'mflodman@webrtc.org', |
| 190 'peah@webrtc.org', | 193 'peah@webrtc.org', |
| 191 'zhengzhonghou@agora.io'], | 194 'zhengzhonghou@agora.io'], |
| 192 }, | 195 }, |
| 193 } | 196 } |
| OLD | NEW |