3d1528846b
Roll chromium_revision d1f67520a7..67970ee192 (470420:470444)
...
Change log: d1f67520a7..67970ee192
Full diff: d1f67520a7..67970ee192
Changed dependencies:
* src/build: fcbd3e2088..5a162d85e0
* src/ios: fe46a87f4d..5921c54a65
* src/third_party: d0c6a80c43..91fc0b0bce
* src/tools: 7ae2d3f8d7..9d9618879e
* src/webrtc/examples/androidtests/third_party/gradle: 158c99261d..fed75fbb7b
DEPS diff: d1f67520a7..67970ee192 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2872103002
Cr-Commit-Position: refs/heads/master@{#18074}
2017-05-10 01:21:14 +00:00
077e5761f0
Roll chromium_revision 14bd822963..d1f67520a7 (470394:470420)
...
Change log: 14bd822963..d1f67520a7
Full diff: 14bd822963..d1f67520a7
Changed dependencies:
* src/ios: 8e9d70dd25..fe46a87f4d
* src/third_party: 983fcb65de..d0c6a80c43
* src/third_party/catapult: b8a441dacc..0e86ab1c3b
* src/tools: 76462cd434..7ae2d3f8d7
DEPS diff: 14bd822963..d1f67520a7 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2874453003
Cr-Commit-Position: refs/heads/master@{#18073}
2017-05-09 22:16:35 +00:00
5171a7f58c
iOS audio session isInterrupted flag does not get reset correctly:
...
BUG=webrtc:7605
Review-Url: https://codereview.webrtc.org/2872953002
Cr-Commit-Position: refs/heads/master@{#18072}
2017-05-09 22:09:37 +00:00
d277a7ccce
Roll chromium_revision f37555b259..14bd822963 (470345:470394)
...
Change log: f37555b259..14bd822963
Full diff: f37555b259..14bd822963
Changed dependencies:
* src/base: 1872e088c2..4cba1aaafd
* src/build: e7a23c4278..fcbd3e2088
* src/ios: 9ead6e3c8f..8e9d70dd25
* src/testing: bcd54255a4..6e4d455263
* src/third_party: 0855307790..983fcb65de
* src/tools: 7369ae2159..76462cd434
* src/webrtc/examples/androidtests/third_party/gradle: b5f5fdac52..158c99261d
DEPS diff: f37555b259..14bd822963 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2868873005
Cr-Commit-Position: refs/heads/master@{#18071}
2017-05-09 19:20:32 +00:00
4461c93799
Roll chromium_revision d3195585a8..f37555b259 (470293:470345)
...
Change log: d3195585a8..f37555b259
Full diff: d3195585a8..f37555b259
Changed dependencies:
* src/base: bff9f32161..1872e088c2
* src/build: 68de216302..e7a23c4278
* src/ios: f25ce98029..9ead6e3c8f
* src/testing: ea51bee87e..bcd54255a4
* src/third_party: 974e4e28a2..0855307790
* src/tools: 0af370fec5..7369ae2159
* src/webrtc/examples/androidtests/third_party/gradle: 136677338c..b5f5fdac52
DEPS diff: d3195585a8..f37555b259 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2868083002
Cr-Commit-Position: refs/heads/master@{#18070}
2017-05-09 16:12:57 +00:00
74973ed847
Adding PRESUBMIT check on orphan headers files.
...
We want all .h files to be tracked by a GN target. This CL adds a
presubmit check to ensure that newly added targets are tracked by
GN.
In this CL we add a directory called 'presubmit_checks_lib' so we
can avoid to put everything in PRESUBMIT.py (especially if we want
to test some checks). I tried to use 'tools-webrtc' but it is not
easy to include a python module from a directory with '-' in the
name.
BUG=webrtc:7514
Review-Url: https://codereview.webrtc.org/2872493002
Cr-Commit-Position: refs/heads/master@{#18069}
2017-05-09 14:58:05 +00:00
77b376c094
Conversational Speech dataset
...
Publicly available dataset of conversational speech audio recordings.
This CL includes the following:
- README.md: dataset description file, it also includes the scripts
- *.wav.sha1: hash files for each audio track in the dataset
The overall size of the wav files is ~36MB.
The primary intended use of this dataset is in combination with the conversational speech tool (see https://chromium.googlesource.com/external/webrtc/+/master/webrtc/modules/audio_processing/test/conversational_speech/ ), using which longer recordings with custom turn switch timing can be created.
BUG=webrtc:7218
Review-Url: https://codereview.webrtc.org/2869833002
Cr-Commit-Position: refs/heads/master@{#18068}
2017-05-09 14:11:03 +00:00
f9e5ebcac7
Roll chromium_revision 5cfc439201..d3195585a8 (470273:470293)
...
Change log: 5cfc439201..d3195585a8
Full diff: 5cfc439201..d3195585a8
Changed dependencies:
* src/ios: 5e9f940632..f25ce98029
* src/third_party: 1c2df8c375..974e4e28a2
* src/tools: 3590d380d5..0af370fec5
* src/webrtc/examples/androidtests/third_party/gradle: 91e2db6576..136677338c
DEPS diff: 5cfc439201..d3195585a8 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2865293002
Cr-Commit-Position: refs/heads/master@{#18067}
2017-05-09 13:12:52 +00:00
c467520fb9
Delete helper class MediaTypePacketReceiver.
...
Unneeded thanks to cl https://codereview.webrtc.org/2794243002 .
BUG=None
Review-Url: https://codereview.webrtc.org/2870713003
Cr-Commit-Position: refs/heads/master@{#18066}
2017-05-09 12:12:00 +00:00
b8b901acac
Roll chromium_revision 12dd72e2ea..5cfc439201 (470258:470273)
...
Change log: 12dd72e2ea..5cfc439201
Full diff: 12dd72e2ea..5cfc439201
Changed dependencies:
* src/base: b72cc3014c..bff9f32161
* src/build: de992cd4b4..68de216302
* src/ios: 00e0828864..5e9f940632
* src/third_party: 47fb064789..1c2df8c375
* src/third_party/catapult: a263e5566d..b8a441dacc
* src/tools: 28e407e3c8..3590d380d5
* src/webrtc/examples/androidtests/third_party/gradle: b762622a18..91e2db6576
DEPS diff: 12dd72e2ea..5cfc439201 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2870893002
Cr-Commit-Position: refs/heads/master@{#18065}
2017-05-09 10:44:27 +00:00
99d9f61ad7
Drop deprecated AudioFrameOperations::Scale method signatures
...
Context:
https://codereview.webrtc.org/2739073003/diff/280003/webrtc/audio/utility/audio_frame_operations.h
To satisfy cpplint, the signature of the Scale* methods needed to be changed from a reference to a pointer. However, not to break internal users, the old signature was kept temporarily. Now it can be removed because it's not used anymore.
BUG=webrtc:5268
Review-Url: https://codereview.webrtc.org/2861003004
Cr-Commit-Position: refs/heads/master@{#18064}
2017-05-09 09:43:51 +00:00
2e3574dd18
Test for Gradle project generation.
...
BUG=webrtc:7608
Review-Url: https://codereview.webrtc.org/2858043006
Cr-Commit-Position: refs/heads/master@{#18063}
2017-05-09 09:10:57 +00:00
9ec47b1e92
MB: Add Win32 ASan bot and remove download of SyzyASan binaries.
...
BUG=chromium:677380
TBR=ehmaldonado@webrtc.org
Review-Url: https://codereview.webrtc.org/2870883002 .
Cr-Commit-Position: refs/heads/master@{#18062}
2017-05-09 09:09:04 +00:00
c81d302ddd
Roll chromium_revision 5bd290cfb9..12dd72e2ea (470187:470258)
...
Change log: 5bd290cfb9..12dd72e2ea
Full diff: 5bd290cfb9..12dd72e2ea
Changed dependencies:
* src/base: 7891310d38..b72cc3014c
* src/build: 17065b9b9e..de992cd4b4
* src/ios: 3f3e24fe98..00e0828864
* src/testing: 062f82cd07..ea51bee87e
* src/third_party: 53b0e1e973..47fb064789
* src/tools: 3d6a9f10a1..28e407e3c8
DEPS diff: 5bd290cfb9..12dd72e2ea /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2871853002
Cr-Commit-Position: refs/heads/master@{#18061}
2017-05-09 07:31:43 +00:00
9e5841a1d8
Moving scripts to download and build apprtc/collider.
...
We are starting to move code to setup our tests from [1].
We are moving only scripts to download and build apprtc, collider and node
(scripts that work on firefox have not been copied by this CL).
[1] - https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS/
BUG=webrtc:7602
NOTRY=True
Review-Url: https://codereview.webrtc.org/2861653005
Cr-Commit-Position: refs/heads/master@{#18060}
2017-05-09 07:13:47 +00:00
90fd7d84fd
Rename tools-webrtc -> tools_webrtc
...
This aligns with established naming convention for all
other directories.
BUG=webrtc:7593
NOTRY=True
NOTREECHECKS=True
R=ehmaldonado@webrtc.org , mbonadei@webrtc.org
TBR=henrika@webrtc.org
Review-Url: https://codereview.webrtc.org/2864213004 .
Cr-Commit-Position: refs/heads/master@{#18059}
2017-05-09 06:30:13 +00:00
858b8504ae
Roll chromium_revision 73b8f7ed8d..5bd290cfb9 (470150:470187)
...
Change log: 73b8f7ed8d..5bd290cfb9
Full diff: 73b8f7ed8d..5bd290cfb9
Changed dependencies:
* src/base: efbb1d2e5a..7891310d38
* src/build: db1fe5b46d..17065b9b9e
* src/ios: 780ba13cdc..3f3e24fe98
* src/third_party: 55cb411eb5..53b0e1e973
* src/tools: ddc4b2fa84..3d6a9f10a1
DEPS diff: 73b8f7ed8d..5bd290cfb9 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2870833002
Cr-Commit-Position: refs/heads/master@{#18058}
2017-05-09 04:34:29 +00:00
ef39d3d8f3
Roll chromium_revision 14204222a6..73b8f7ed8d (470073:470150)
...
Change log: 14204222a6..73b8f7ed8d
Full diff: 14204222a6..73b8f7ed8d
Changed dependencies:
* src/base: 5298bf6fea..efbb1d2e5a
* src/build: ab75dcc805..db1fe5b46d
* src/ios: 5328af2ef3..780ba13cdc
* src/testing: 6152a1a8b7..062f82cd07
* src/third_party: 6339fb697a..55cb411eb5
* src/third_party/catapult: a71975b6f8..a263e5566d
* src/third_party/libvpx/source/libvpx: b35f64241f..f4653c1efc
* src/tools: b87d38d0e9..ddc4b2fa84
DEPS diff: 14204222a6..73b8f7ed8d /DEPS
No update to Clang.
TBR=marpan@webrtc.org ,
BUG=None
Review-Url: https://codereview.webrtc.org/2870583003
Cr-Commit-Position: refs/heads/master@{#18057}
2017-05-09 03:25:48 +00:00
8910a5d083
Roll chromium_revision f6d4d348d9..14204222a6 (469992:470073)
...
Change log: f6d4d348d9..14204222a6
Full diff: f6d4d348d9..14204222a6
Changed dependencies:
* src/base: ddc1e83581..5298bf6fea
* src/ios: d6a3ed1a5f..5328af2ef3
* src/testing: 2f6b51b68d..6152a1a8b7
* src/third_party: 0fd0b31b19..6339fb697a
* src/third_party/catapult: 643994eea8..a71975b6f8
* src/tools: e213d545bb..b87d38d0e9
DEPS diff: f6d4d348d9..14204222a6 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2867153002
Cr-Commit-Position: refs/heads/master@{#18056}
2017-05-08 19:51:54 +00:00
7cb69d5cc7
This will allow me to test that Call invokes SendSideCongestionController::SetBweBitrates as expected (for https://codereview.chromium.org/2793913008 ).
...
FakeRtpTransportController moves to a common header and its constructor is changed to take a SendSideCongestionController to enable injecting the mock.
BUG=webrtc:7395
Review-Url: https://codereview.webrtc.org/2834663003
Cr-Commit-Position: refs/heads/master@{#18055}
2017-05-08 18:52:38 +00:00
966963ac7d
Fixing invalid IPv6 address parsing stack underflow on Windows.
...
Occurred when parsing an address with more than 7 colons. For example:
1::2:3:4:5:6:7::8
BUG=webrtc:7592
Review-Url: https://codereview.webrtc.org/2867653002
Cr-Commit-Position: refs/heads/master@{#18054}
2017-05-08 18:35:56 +00:00
90bdb3d138
Make WebRtcAudioEffects and its create method public.
...
This allows it to be reused with Android AudioRecords created outside
WebRtcAudioRecord. WebRtcAudioEffects provides useful methods for enabling
hardware effects (such as echo cancellation) only on appropriate devices. It
also allows some control of these effects through WebRtcAudioUtils.
BUG=webrtc:7448
Review-Url: https://codereview.webrtc.org/2786603004
Cr-Commit-Position: refs/heads/master@{#18053}
2017-05-08 17:21:30 +00:00
b8b1417ac1
Roll chromium_revision 2f527dbd8d..f6d4d348d9 (469971:469992)
...
Change log: 2f527dbd8d..f6d4d348d9
Full diff: 2f527dbd8d..f6d4d348d9
Changed dependencies:
* src/third_party: a4faff79d2..0fd0b31b19
DEPS diff: 2f527dbd8d..f6d4d348d9 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2872563003
Cr-Commit-Position: refs/heads/master@{#18052}
2017-05-08 16:38:30 +00:00
3e3905d737
Roll chromium_revision d27b3ffe03..2f527dbd8d (469941:469971)
...
Change log: d27b3ffe03..2f527dbd8d
Full diff: d27b3ffe03..2f527dbd8d
Changed dependencies:
* src/base: 1aa92dabf4..ddc1e83581
* src/testing: 08355ee7ba..2f6b51b68d
* src/third_party: e0ec8d0a8b..a4faff79d2
* src/tools: 112c73f687..e213d545bb
DEPS diff: d27b3ffe03..2f527dbd8d /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2869763003
Cr-Commit-Position: refs/heads/master@{#18051}
2017-05-08 14:33:08 +00:00
3f580e24cc
Delete unused class SharedExclusiveLock.
...
Unused since cl https://codereview.webrtc.org/2828223002/
BUG=webrtc:7501
Review-Url: https://codereview.webrtc.org/2865083002
Cr-Commit-Position: refs/heads/master@{#18050}
2017-05-08 13:24:29 +00:00
e61103dc6c
Don't add or rename files in webrtc/ and webrtc/api/ without a proper review
...
NOTRY=true
BUG=none
Review-Url: https://codereview.webrtc.org/2862343002
Cr-Commit-Position: refs/heads/master@{#18049}
2017-05-08 13:01:54 +00:00
3149e09156
Actually move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/
...
The previous reland https://codereview.webrtc.org/2860033002/ didn't
actually move CoreVideoFrameBuffer because of a rebase mistake. This CL
moves the files.
BUG=None
Review-Url: https://codereview.webrtc.org/2864303002
Cr-Commit-Position: refs/heads/master@{#18048}
2017-05-08 12:32:05 +00:00
7eaa4ea75f
Delete method MessageQueue::set_socketserver
...
Instead, make the pointer to the associated socket server a
construction time const, and delete its lock.
Introduces a helper class AutoSocketServerThread for code
(mainly tests) which need a socket server associated with
the current thread.
BUG=webrtc:7501
Review-Url: https://codereview.webrtc.org/2828223002
Cr-Commit-Position: refs/heads/master@{#18047}
2017-05-08 12:25:41 +00:00
d2690ddfff
Roll chromium_revision e36ac75e5c..d27b3ffe03 (469909:469941)
...
Change log: e36ac75e5c..d27b3ffe03
Full diff: e36ac75e5c..d27b3ffe03
Changed dependencies:
* src/ios: 8b5e882a06..d6a3ed1a5f
* src/testing: 621bbbd12c..08355ee7ba
* src/third_party: 894ecfa2af..e0ec8d0a8b
* src/third_party/catapult: ada8f7cc7d..643994eea8
* src/tools: 44a2e26ea2..112c73f687
DEPS diff: e36ac75e5c..d27b3ffe03 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2864323002
Cr-Commit-Position: refs/heads/master@{#18046}
2017-05-08 10:28:21 +00:00
528b7931f8
Update comments for removal of MediaController.
...
Comment-only changes.
TBR=deadbeef@webrtc.org
BUG=webrtc:7135
Review-Url: https://codereview.webrtc.org/2869703002
Cr-Commit-Position: refs/heads/master@{#18045}
2017-05-08 10:21:43 +00:00
fc0acc44e6
Remove deprecated API
...
BUG=none
Review-Url: https://codereview.webrtc.org/2865663002
Cr-Commit-Position: refs/heads/master@{#18044}
2017-05-08 09:59:38 +00:00
32f2505185
Refactor TestClient to use std::unique_ptr, and fix VirtualSocketServerTest leaks.
...
BUG=None
Review-Url: https://codereview.webrtc.org/2859373003
Cr-Commit-Position: refs/heads/master@{#18043}
2017-05-08 08:57:18 +00:00
e8f12406b9
Roll chromium_revision 02ea6568c0..e36ac75e5c (469833:469909)
...
Change log: 02ea6568c0..e36ac75e5c
Full diff: 02ea6568c0..e36ac75e5c
Changed dependencies:
* src/base: 1315ee95f5..1aa92dabf4
* src/build: 225def8ba5..ab75dcc805
* src/testing: 441e621b9d..621bbbd12c
* src/third_party: 1404e9d74d..894ecfa2af
* src/tools: 184039abce..44a2e26ea2
DEPS diff: 02ea6568c0..e36ac75e5c /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2864213003
Cr-Commit-Position: refs/heads/master@{#18042}
2017-05-08 07:51:31 +00:00
7145280954
Unflaking PeerConnectionIntegrationTest.DtmfSenderObserver.
...
The test attempted to call InsertDtmf before verifying that the DTLS
handshake was complete. Unlike a data channel, the DTMF sender doesn't
do any buffering, so this isn't reliable.
BUG=webrtc:7547
NOTRY=True
Review-Url: https://codereview.webrtc.org/2855573004
Cr-Commit-Position: refs/heads/master@{#18041}
2017-05-08 00:21:01 +00:00
6373774106
Roll chromium_revision 34718d4879..02ea6568c0 (469772:469833)
...
Change log: 34718d4879..02ea6568c0
Full diff: 34718d4879..02ea6568c0
Changed dependencies:
* src/third_party: cfdf610284..1404e9d74d
* src/third_party/icu: b34251f8b7..4b06aadd05
* src/tools: 12e367f51e..184039abce
DEPS diff: 34718d4879..02ea6568c0 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2863593006
Cr-Commit-Position: refs/heads/master@{#18040}
2017-05-06 18:49:52 +00:00
a89f89327b
Roll chromium_revision db65a6534a..34718d4879 (469736:469772)
...
Change log: db65a6534a..34718d4879
Full diff: db65a6534a..34718d4879
Changed dependencies:
* src/base: a0b7ae30a8..1315ee95f5
* src/ios: 02c951a7fc..8b5e882a06
* src/third_party: 7b127eb51f..cfdf610284
* src/tools: 54e532a07c..12e367f51e
DEPS diff: db65a6534a..34718d4879 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2864083002
Cr-Commit-Position: refs/heads/master@{#18039}
2017-05-05 22:19:11 +00:00
610800baa7
Add myself as OWNER of webrtc/api/ and webrtc/base/
...
I'm already a root OWNER, but people tend to pick reviewers from the
most specific OWNERS file, so I should probably be in these two.
NOTRY=true
BUG=none
Review-Url: https://codereview.webrtc.org/2869443002
Cr-Commit-Position: refs/heads/master@{#18038}
2017-05-05 21:04:54 +00:00
e2d8c01ba3
Create an OWNERS file in webrtc/api/audio_codecs/
...
So that it's easier to find the right reviewers.
NOTRY=true
BUG=none
Review-Url: https://codereview.webrtc.org/2860093005
Cr-Commit-Position: refs/heads/master@{#18037}
2017-05-05 19:41:15 +00:00
e0ada651dc
Roll chromium_revision e52d6fd182..db65a6534a (469661:469736)
...
Change log: e52d6fd182..db65a6534a
Full diff: e52d6fd182..db65a6534a
Changed dependencies:
* src/base: 1c6f7ace6e..a0b7ae30a8
* src/build: 790117c76a..225def8ba5
* src/ios: c7f3dfa19f..02c951a7fc
* src/testing: d656280cfa..441e621b9d
* src/third_party: d4952ef6e5..7b127eb51f
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/afd88c27f2..ddfcc6a60b
* src/tools: 6891d7726a..54e532a07c
DEPS diff: e52d6fd182..db65a6534a /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2862933004
Cr-Commit-Position: refs/heads/master@{#18036}
2017-05-05 19:19:41 +00:00
121cabbaa6
Fix webrtcsdp_unittest.
...
The test contained an invalid IPv6 address. It should have ":" instead of "::" as separation.
BUG=webrtc:7565
Review-Url: https://codereview.webrtc.org/2868453002
Cr-Commit-Position: refs/heads/master@{#18035}
2017-05-05 19:04:36 +00:00
299c8e0161
When a data channel fails to be created, return nil instead of crashing.
...
BUG=webrtc:4619
Review-Url: https://codereview.webrtc.org/2860353002
Cr-Commit-Position: refs/heads/master@{#18034}
2017-05-05 17:00:18 +00:00
a780cab3a5
Roll chromium_revision bcf1761cd4..e52d6fd182 (469633:469661)
...
Change log: bcf1761cd4..e52d6fd182
Full diff: bcf1761cd4..e52d6fd182
Changed dependencies:
* src/base: f458bf450a..1c6f7ace6e
* src/build: 0fffbdfeb6..790117c76a
* src/ios: 5d354c460c..c7f3dfa19f
* src/third_party: 3bc403e51f..d4952ef6e5
* src/third_party/catapult: d9a69250da..ada8f7cc7d
* src/tools: be29532ccb..6891d7726a
DEPS diff: bcf1761cd4..e52d6fd182 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2862933003
Cr-Commit-Position: refs/heads/master@{#18033}
2017-05-05 16:11:30 +00:00
461a560f22
Enable LSan leak checking for ASan bots.
...
We seem to have lost the LSan leak detection when we migrated
our tests to Swarming last year. Too many layers of wrapping scripts
are involved in this
BUG=chromium:718839
NOTRY=True
Review-Url: https://codereview.webrtc.org/2868443002
Cr-Commit-Position: refs/heads/master@{#18032}
2017-05-05 13:39:16 +00:00
35cf80bcd7
Roll chromium_revision 732f8a4786..bcf1761cd4 (469615:469633)
...
Change log: 732f8a4786..bcf1761cd4
Full diff: 732f8a4786..bcf1761cd4
Changed dependencies:
* src/testing: d8ad996314..d656280cfa
* src/third_party: cf198eb2a9..3bc403e51f
* src/tools: a5f761d3f4..be29532ccb
DEPS diff: 732f8a4786..bcf1761cd4 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2854823008
Cr-Commit-Position: refs/heads/master@{#18031}
2017-05-05 13:16:26 +00:00
8f94cd3419
Prevent residual echo likelihood values greater than 1.0.
...
The residual echo likelihood should report a likelihood between 0.0 and 1.0. Currently it can happen that echo likelihoods > 1.0 are reported. As a temporary mitigation to stop this, this CL enforces a hard maximum of 1.0 for the echo likelihood while we investigate the issue further.
BUG=b/38014838
Review-Url: https://codereview.webrtc.org/2861123002
Cr-Commit-Position: refs/heads/master@{#18030}
2017-05-05 12:50:10 +00:00
2979f55f95
NetEq: Fix a bug in expand_rate and speech_expand_rate calculation
...
After a Merge operation, the statistics for number of samples
generated using Expand must be corrected, and the correction can in
fact be negative. However, a bug was introduced in
https://codereview.webrtc.org/1230503003 which uses a size_t to
represent the correction, which leads to wrap-around of the negative
value. This is not a problem in itself, since this value is added to
another size_t, with the effect that the desired subtraction happens
anyway.
The actual problem arises if the statistics are polled/reset before a
subtraction happens -- that is, between an Expand and a Merge
operation. This will lead to an actual wrap-around of the stats value,
and large expand_rate (16384) is reported.
BUG=webrtc:7554
Review-Url: https://codereview.webrtc.org/2859483005
Cr-Commit-Position: refs/heads/master@{#18029}
2017-05-05 12:04:16 +00:00
2a28035627
Add --retry_failed=3 flag to gtest-parallel.
...
This means the test will be executed 4 times max, one run and three retries.
BUG=chromium:718339
Review-Url: https://codereview.webrtc.org/2861043002
Cr-Commit-Position: refs/heads/master@{#18028}
2017-05-05 11:33:57 +00:00
3568d8d4d4
Roll chromium_revision 5e7caa6732..732f8a4786 (469608:469615)
...
Change log: 5e7caa6732..732f8a4786
Full diff: 5e7caa6732..732f8a4786
Changed dependencies:
* src/base: 733cda54dc..f458bf450a
* src/testing: b14f7dd8df..d8ad996314
* src/third_party: 20cc65f5fd..cf198eb2a9
DEPS diff: 5e7caa6732..732f8a4786 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2856253005
Cr-Commit-Position: refs/heads/master@{#18027}
2017-05-05 10:25:01 +00:00
eaabdf6259
Delete MediaController class, move Call ownership to PeerConnection.
...
BUG=webrtc:7135
Review-Url: https://codereview.webrtc.org/2794943002
Cr-Commit-Position: refs/heads/master@{#18026}
2017-05-05 09:23:02 +00:00
999445a1bb
Blacklisting of HW-AEC/NS and OpenSL must now be done by the WebRTC client.
...
BUG=NONE
Review-Url: https://codereview.webrtc.org/2858263002
Cr-Commit-Position: refs/heads/master@{#18025}
2017-05-05 09:03:32 +00:00