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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'qiang.lu@intel.com'], | 95 'qiang.lu@intel.com'], |
96 'documented_interfaces': ['interface-changes@webrtc.org', | 96 'documented_interfaces': ['interface-changes@webrtc.org', |
97 'rwolff@gocast.it'], | 97 'rwolff@gocast.it'], |
98 'common_audio': ['aluebs@webrtc.org', | 98 'common_audio': ['aluebs@webrtc.org', |
99 'andrew@webrtc.org', | 99 'andrew@webrtc.org', |
100 'bjornv@webrtc.org'], | 100 'bjornv@webrtc.org'], |
101 'video_engine': ['andresp@webrtc.org', | 101 'video_engine': ['andresp@webrtc.org', |
102 'mflodman@webrtc.org', | 102 'mflodman@webrtc.org', |
103 'perkj@webrtc.org', | 103 'perkj@webrtc.org', |
104 'stefan@webrtc.org', | 104 'stefan@webrtc.org', |
105 'yujie.mao@webrtc.org'], | 105 'yujie.mao@webrtc.org', |
| 106 'solenberg@webrtc.org'], |
106 'voice_engine': ['henrika@webrtc.org', | 107 'voice_engine': ['henrika@webrtc.org', |
107 'henrik.lundin@webrtc.org'], | 108 'henrik.lundin@webrtc.org', |
| 109 'solenberg@webrtc.org'], |
108 'video_capture': ['mflodman@webrtc.org', | 110 'video_capture': ['mflodman@webrtc.org', |
109 'perkj@webrtc.org'], | 111 'perkj@webrtc.org'], |
110 'video_render': ['mflodman@webrtc.org', | 112 'video_render': ['mflodman@webrtc.org', |
111 'perkj@webrtc.org'], | 113 'perkj@webrtc.org'], |
112 'audio_device': ['henrika@webrtc.org'], | 114 'audio_device': ['henrika@webrtc.org'], |
113 'audio_coding': ['tina.legrand@webrtc.org', | 115 'audio_coding': ['tina.legrand@webrtc.org', |
114 'henrik.lundin@webrtc.org', | 116 'henrik.lundin@webrtc.org', |
115 'kwiberg@webrtc.org'], | 117 'kwiberg@webrtc.org'], |
116 'neteq': ['henrik.lundin@webrtc.org'], | 118 'neteq': ['henrik.lundin@webrtc.org'], |
117 'audio_processing': ['aluebs@webrtc.org', | 119 'audio_processing': ['aluebs@webrtc.org', |
118 'andrew@webrtc.org', | 120 'andrew@webrtc.org', |
119 'bjornv@webrtc.org', | 121 'bjornv@webrtc.org', |
120 'kwiberg@webrtc.org', | 122 'kwiberg@webrtc.org', |
121 'henrik.lundin@webrtc.org'], | 123 'henrik.lundin@webrtc.org', |
| 124 'solenberg@webrtc.org'], |
122 'video_coding': ['stefan@webrtc.org', | 125 'video_coding': ['stefan@webrtc.org', |
123 'mflodman@webrtc.org'], | 126 'mflodman@webrtc.org'], |
124 'video_processing': ['stefan@webrtc.org'], | 127 'video_processing': ['stefan@webrtc.org'], |
125 'bitrate_controller': ['stefan@webrtc.org', | 128 'bitrate_controller': ['stefan@webrtc.org', |
126 'mflodman@webrtc.org'], | 129 'mflodman@webrtc.org'], |
127 'remote_bitrate_estimator': ['stefan@webrtc.org', | 130 'remote_bitrate_estimator': ['stefan@webrtc.org', |
128 'mflodman@webrtc.org'], | 131 'mflodman@webrtc.org'], |
129 'pacing': ['stefan@webrtc.org', | 132 'pacing': ['stefan@webrtc.org', |
130 'mflodman@webrtc.org'], | 133 'mflodman@webrtc.org'], |
131 'rtp_rtcp': ['mflodman@webrtc.org', | 134 'rtp_rtcp': ['mflodman@webrtc.org', |
132 'stefan@webrtc.org'], | 135 'stefan@webrtc.org'], |
133 'system_wrappers': ['mflodman@webrtc.org', | 136 'system_wrappers': ['mflodman@webrtc.org', |
134 'henrika@webrtc.org', | 137 'henrika@webrtc.org', |
135 'andrew@webrtc.org'], | 138 'andrew@webrtc.org'], |
136 }, | 139 }, |
137 } | 140 } |
OLD | NEW |