stefan
a518a39963
Fixes a bug where a video stream can get stuck in the suspended state.
...
This happens if a lot of FEC is allocated when the stream becomes suspended. The required bitrate to unsuspend can then be too high so that the padding bitrate we are allowed to generate is not enough.
This CL also switches the tests from using ISAC to OPUS as RampUpTest.UpDownUpAudioVideoTransportSequenceNumberRtx relies on audio BWE to work (which is only compatible with OPUS). I don't know why it didn't fail before.
BUG=webrtc:7178
Review-Url: https://codereview.webrtc.org/2705603002
Cr-Commit-Position: refs/heads/master@{#16739}
2017-02-21 12:12:23 +00:00
brandtr
872104ac41
Add optional visualization file writers to VideoProcessor tests.
...
The purpose of this visualization CL is to add the ability to record
video at the source, after encode, and after decode, in the VideoProcessor
tests. These output files can then be replayed and used as a subjective
complement to the objective metric plots given by the existing Python
plotting script.
BUG=webrtc:6634
Review-Url: https://codereview.webrtc.org/2700493006
Cr-Commit-Position: refs/heads/master@{#16738}
2017-02-21 11:59:15 +00:00
nisse
7d59f6b1c4
Reland of Delete class SSRCDatabase, and its global ssrc registry. (patchset #1 id:1 of https://codereview.webrtc.org/2700413002/ )
...
Reason for revert:
Intend to fix perf problem and reland.
Original issue's description:
> Revert of Delete class SSRCDatabase, and its global ssrc registry. (patchset #20 id:370001 of https://codereview.webrtc.org/2644303002/ )
>
> Reason for revert:
> Breaks webrtc_perf_tests reliably:
> https://build.chromium.org/p/client.webrtc.perf/builders/Android32%20Tests%20%28L%20Nexus5%29/builds/1780
> https://build.chromium.org/p/client.webrtc.perf/builders/Android32%20Tests%20%28L%20Nexus4%29/builds/178
>
> We're actively working on getting a quick version of webrtc_perf_tests up on the trybots again to prevent breakages like this: https://bugs.chromium.org/p/webrtc/issues/detail?id=7101
>
> Original issue's description:
> > Delete class SSRCDatabase, and its global ssrc registry,
> > and the method RTPSender::GenerateNewSSRC.
> >
> > It's now mandatory for higher layers to call SetSSRC, RTPSender
> > no longer allocates any ssrc by default.
> >
> > BUG=webrtc:4306,webrtc:6887
> >
> > Review-Url: https://codereview.webrtc.org/2644303002
> > Cr-Commit-Position: refs/heads/master@{#16670}
> > Committed: b78d4d1383
>
> TBR=solenberg@webrtc.org ,stefan@webrtc.org,danilchap@webrtc.org,ivoc@webrtc.org,nisse@webrtc.org
> NOTRY=True
> BUG=webrtc:4306,webrtc:6887
>
> Review-Url: https://codereview.webrtc.org/2700413002
> Cr-Commit-Position: refs/heads/master@{#16693}
> Committed: b5848ecbf5
TBR=solenberg@webrtc.org ,stefan@webrtc.org,danilchap@webrtc.org,ivoc@webrtc.org,kjellander@webrtc.org,kjellander@google.com
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=webrtc:4306,webrtc:6887
Review-Url: https://codereview.webrtc.org/2702203002
Cr-Commit-Position: refs/heads/master@{#16737}
2017-02-21 11:40:24 +00:00
ilnik
531100dc7a
Reland of Added GetCpuTime to base/ to get total CPU time consumed by process for perf tests.
...
BUG=webrtc:7095
Review-Url: https://codereview.webrtc.org/2695743003
Cr-Commit-Position: refs/heads/master@{#16665}
Committed: 3ff474b72b
patch from issue 2695743003 at patchset 440001 (http://crrev.com/2695743003#ps440001 )
Review-Url: https://codereview.webrtc.org/2706823002
Cr-Commit-Position: refs/heads/master@{#16736}
2017-02-21 11:33:24 +00:00
philipel
e6f1601d08
Revert of Added kNotAProbe definiton to PacketInfo. (patchset #1 id:1 of https://codereview.chromium.org/2697383004/ )
...
Reason for revert:
Downstream fix landed.
Original issue's description:
> Added kNotAProbe definiton to PacketInfo.
>
> BUG=none
> NOTRY=True
> TBR=nisse@webrtc.org , stefan@webrtc.org
>
> Review-Url: https://codereview.webrtc.org/2697383004
> Cr-Commit-Position: refs/heads/master@{#16668}
> Committed: 4db68e609b
TBR=nisse@webrtc.org ,stefan@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=none
Review-Url: https://codereview.webrtc.org/2706823003
Cr-Commit-Position: refs/heads/master@{#16735}
2017-02-21 09:28:41 +00:00
solenberg
76377c55b7
Remove usage of VoEAudioProcessing from WVoE/MC.
...
Calling APM and TransmitMixer directly instead.
BUG=webrtc:4690
TBR=peah@webrtc.org
Review-Url: https://codereview.webrtc.org/2681033010
Cr-Commit-Position: refs/heads/master@{#16734}
2017-02-21 08:54:31 +00:00
brandtr
11c9eafc69
Build plot_videoprocessor_integrationtest by default.
...
NOTRY=True
BUG=webrtc:6634
Review-Url: https://codereview.webrtc.org/2702333002
Cr-Commit-Position: refs/heads/master@{#16733}
2017-02-21 07:56:39 +00:00
nisse
1e32122168
Delete VideoCaptureCapability::codecType and related logic.
...
The video_capture module includes remnants of support for cameras
producing encoded frames. However, this seems to be unused, and is
explicitly not supported by VideoCaptureImpl::IncomingFrame.
BUG=None
Review-Url: https://codereview.webrtc.org/2668693008
Cr-Commit-Position: refs/heads/master@{#16732}
2017-02-21 07:27:37 +00:00
buildbot
7e560a1bb7
Roll chromium_revision ffd1654da7..ea9d08f494 (451678:451695)
...
Change log: ffd1654da7..ea9d08f494
Full diff: ffd1654da7..ea9d08f494
Changed dependencies:
* src/third_party: e769096234..60563a5812
DEPS diff: ffd1654da7..ea9d08f494 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2708813002
Cr-Commit-Position: refs/heads/master@{#16731}
2017-02-21 05:05:31 +00:00
buildbot
5e57517c49
Roll chromium_revision 9cff5cc970..ffd1654da7 (451661:451678)
...
Change log: 9cff5cc970..ffd1654da7
Full diff: 9cff5cc970..ffd1654da7
Changed dependencies:
* src/third_party: 2ff8056475..e769096234
DEPS diff: 9cff5cc970..ffd1654da7 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2706133002
Cr-Commit-Position: refs/heads/master@{#16730}
2017-02-21 01:52:58 +00:00
buildbot
39c37d5e22
Roll chromium_revision dd475891a5..9cff5cc970 (451650:451661)
...
Change log: dd475891a5..9cff5cc970
Full diff: dd475891a5..9cff5cc970
Changed dependencies:
* src/base: c433f9f232..c3bcfbd180
* src/third_party: 608adc1f70..2ff8056475
DEPS diff: dd475891a5..9cff5cc970 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2701313003
Cr-Commit-Position: refs/heads/master@{#16729}
2017-02-20 23:15:23 +00:00
buildbot
bab198f225
Roll chromium_revision 25a3df81a5..dd475891a5 (451616:451650)
...
Change log: 25a3df81a5..dd475891a5
Full diff: 25a3df81a5..dd475891a5
Changed dependencies:
* src/build: 3e739fd08b..769428e39e
* src/ios: cd5152d69d..725350f413
* src/third_party: 35de0cfee1..608adc1f70
* src/third_party/catapult: df581f5fc8..71c4c9aba8
* src/tools: e2b6ac8dbe..9e102e8e99
DEPS diff: 25a3df81a5..dd475891a5 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2709573002
Cr-Commit-Position: refs/heads/master@{#16728}
2017-02-20 21:02:26 +00:00
deadbeef
4024b9bbe6
Move filerotatingstream_unittest.cc to rtc_base_nonparallel_tests.
...
These tests involve interactions with the file system, so to avoid
flakiness they shouldn't be run in parallel.
BUG=webrtc:7195
NOTRY=True
Review-Url: https://codereview.webrtc.org/2710433003
Cr-Commit-Position: refs/heads/master@{#16727}
2017-02-20 20:07:50 +00:00
magjed
a445b9bca7
Fix partial availability warnings on Mac AppRTCMobile
...
The partial availability problem aries from the fact that the minimum
supported OSX version is set to 10.9, but AppRTCMobile is using
functions available only in 10.10 and later. The minimum OSX version is
set as a declare_args() in build/config/mac/mac_sdk.gni, which makes it
difficult to override for just the AppRTCMobile target in WebRTC.
Instead, this CL solves the problem for now by removing the usage of the
10.10 function, which is trivial.
Also, the flag:
'extra_substitutions = [ "MACOSX_DEPLOYMENT_TARGET=10.8" ]'
is removed since it has no effect.
BUG=webrtc:4695
Review-Url: https://codereview.webrtc.org/2710493002
Cr-Commit-Position: refs/heads/master@{#16726}
2017-02-20 15:56:53 +00:00
philipel
41bb792ce4
Advance picture id of keyframe if the stream has been continuous without a new keyframe for a while.
...
BUG=webrtc:5514
Review-Url: https://codereview.webrtc.org/2708593003
Cr-Commit-Position: refs/heads/master@{#16725}
2017-02-20 15:53:23 +00:00
buildbot
b2f0800a61
Roll chromium_revision 907dd7c27e..25a3df81a5 (451586:451616)
...
Change log: 907dd7c27e..25a3df81a5
Full diff: 907dd7c27e..25a3df81a5
Changed dependencies:
* src/base: 3a2ed470ca..c433f9f232
* src/ios: 3936769367..cd5152d69d
* src/third_party: ed2407e0a0..35de0cfee1
* src/third_party/catapult: 84a7af6610..df581f5fc8
DEPS diff: 907dd7c27e..25a3df81a5 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2701253004
Cr-Commit-Position: refs/heads/master@{#16724}
2017-02-20 15:05:10 +00:00
sakal
8c01fe530e
Move camera implementation details away from the public API.
...
Moves CameraCapturer, CameraSession, Camera1Session and Camera2Session
away from the public API.
BUG=webrtc:7172
Review-Url: https://codereview.webrtc.org/2699713004
Cr-Commit-Position: refs/heads/master@{#16723}
2017-02-20 15:04:03 +00:00
sakal
5fec128de9
Add QP for libvpx VP8 decoder.
...
BUG=webrtc:6541, webrtc:7065
TBR=hta@webrtc.org
Review-Url: https://codereview.webrtc.org/2656603002
Cr-Commit-Position: refs/heads/master@{#16722}
2017-02-20 14:43:58 +00:00
danilchap
4228784609
Replace use Clock::CurrentNtp with CurrentNtpTime
...
BUG=None
Review-Url: https://codereview.webrtc.org/2694713002
Cr-Commit-Position: refs/heads/master@{#16721}
2017-02-20 14:40:18 +00:00
danilchap
9bf610ea8c
Rename ReceiveInfo to TmmbrInfo
...
together with related functions and variables
to stress it is used for Tmmbr only.
This is explicitly pure rename CL with no functional changes.
BUG=webrtc:5565
Review-Url: https://codereview.webrtc.org/2707763004
Cr-Commit-Position: refs/heads/master@{#16720}
2017-02-20 14:03:01 +00:00
terelius
424e6cfd58
Rename some variables and methods in RTC event log.
...
Rename loss based and delay based bwe updates in proto (and correspondingly in the C++ code).
BUG=webrtc:6423
Review-Url: https://codereview.webrtc.org/2705613002
Cr-Commit-Position: refs/heads/master@{#16719}
2017-02-20 13:14:41 +00:00
nisse
21e4e0b0ab
Delete webrtc/base/common.h
...
BUG=webrtc:6424
Review-Url: https://codereview.webrtc.org/2684613002
Cr-Commit-Position: refs/heads/master@{#16718}
2017-02-20 13:01:01 +00:00
ossu
e5c27a5db6
Add a PrintTo function for rtc::Optional to aid with testing.
...
gtest can print objects if they have an operator<< or a PrintTo
function in the same namespace as the object's class. Since
std::optional does not seem to have an operator<<, it'd be preferable
not to rely on rtc::Optional being printable through operator<<.
Currently, gtest errors will just dump the raw bytes of
rtc::Optionals, which make them really annoying to work with in tests.
BUG=webrtc:7196
Review-Url: https://codereview.webrtc.org/2704483002
Cr-Commit-Position: refs/heads/master@{#16717}
2017-02-20 12:41:42 +00:00
brandtr
6bb8e0efd3
Add support for creating HW codecs in the VideoProcessor tests.
...
This CL adds the ability to _create_ HW codecs (Android and iOS) in the
VideoProcessor integration tests. Since the VideoProcessor class is not thread
safe yet, this CL does not add the ability to _use_ HW codecs in the tests. A
follow-up CL is planned that will add this ability.
This CL further adds a separate build target which is used to separate the
"plot" versions of the integration tests from the "correctness" versions. The
former will be run manually on devices, whereas the latter are used on the
trybots/buildbots to find regressions in the SW codecs. The underlying test
is the same, however.
BUG=webrtc:6634
Review-Url: https://codereview.webrtc.org/2695653002
Cr-Commit-Position: refs/heads/master@{#16716}
2017-02-20 12:35:52 +00:00
aleloi
8dd4ec3324
Fix clang style warnings in webrtc/base/thread.h
...
TBR=tommi@webrtc.org
BUG=webrtc:163
NOTRY=True # trivial change, last round of tests passed.
Review-Url: https://codereview.webrtc.org/2706843002
Cr-Commit-Position: refs/heads/master@{#16715}
2017-02-20 12:17:53 +00:00
buildbot
9420af7900
Roll chromium_revision 4e0e67fdb9..907dd7c27e (451573:451586)
...
Change log: 4e0e67fdb9..907dd7c27e
Full diff: 4e0e67fdb9..907dd7c27e
Changed dependencies:
* src/ios: 753d370324..3936769367
* src/third_party: 9da3af69e5..ed2407e0a0
DEPS diff: 4e0e67fdb9..907dd7c27e /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2706023002
Cr-Commit-Position: refs/heads/master@{#16714}
2017-02-20 11:02:05 +00:00
hbos
fe90ad195f
TrackMediaInfoMap: Allow same SSRC for send and receive side.
...
Running video loopback on https://appr.tc/ revealed that it is possible
to use the same SSRC for a local and remote audio or video track. This
caused a DCHECK crash. The constructor of TrackMediaInfoMap is updated
to support this mapping and the unittest is updated (moved and modified
a test from being a death test to being a non-death test).
I've verified that this fixes the bug.
BUG=chromium:693087
Review-Url: https://codereview.webrtc.org/2703783002
Cr-Commit-Position: refs/heads/master@{#16713}
2017-02-20 10:05:13 +00:00
kjellander
6aeef74b6e
Remove uses of #pragma once and add PRESUBMIT check.
...
They violate the C++ coding style guide:
https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++.md#File-headers
BUG=webrtc:7191
NOTRY=True
Review-Url: https://codereview.webrtc.org/2707843002
Cr-Commit-Position: refs/heads/master@{#16712}
2017-02-20 09:13:18 +00:00
nisse
fe5d521a69
Delete unused class FilesystemScope.
...
It became unused in cl https://codereview.webrtc.org/2541453002
BUG=webrtc:6424
Review-Url: https://codereview.webrtc.org/2703793002
Cr-Commit-Position: refs/heads/master@{#16711}
2017-02-20 09:06:47 +00:00
nisse
915bbd53e4
Add gn target rtc_task_runner.
...
This is step 1 in the following process to move the task runner
abstraction over to Chrome, without gettings link errors on duplicate
symbols.
1. Move files from the rtc_base target to a new target
rtc_task_runner, and let rtc_base publicly depend on it.
2. In Chrome, add an explicit dependency on rtc_task_runner where it
depends on rtc_base.
3. Drop the webrtc dependency rtc_base --> rtc_task_runner.
4. Copy task runner code to Chrome (cl
https://codereview.chromium.org/2694903005/ ), and drop its
dependency on webrtc's rtc_task_runner target.
5. Delete the rtc_task_runner target and corresponding source files
from webrtc. Mission accomplished!
BUG=webrtc:6424
Review-Url: https://codereview.webrtc.org/2696703009
Cr-Commit-Position: refs/heads/master@{#16710}
2017-02-20 08:50:22 +00:00
nisse
bf25bbdc63
Delete unused Filesystem methods GetAppDataFolder and GetDiskFreeSpace.
...
BUG=webrtc:6424
Review-Url: https://codereview.webrtc.org/2699143002
Cr-Commit-Position: refs/heads/master@{#16709}
2017-02-20 08:37:21 +00:00
nisse
e29dfb7e36
Delete LoggingSocketAdapter (unused) and AsyncHttpsProxyServerSocket (unimplemented).
...
BUG=webrtc:6424
Review-Url: https://codereview.webrtc.org/2695593012
Cr-Commit-Position: refs/heads/master@{#16708}
2017-02-20 08:29:55 +00:00
buildbot
683ecca8d3
Roll chromium_revision 5e72168448..4e0e67fdb9 (451537:451573)
...
Change log: 5e72168448..4e0e67fdb9
Full diff: 5e72168448..4e0e67fdb9
Changed dependencies:
* src/base: 732f9229cf..3a2ed470ca
* src/build: 6d17aaeb07..3e739fd08b
* src/third_party: 2b94bb4e00..9da3af69e5
DEPS diff: 5e72168448..4e0e67fdb9 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2701393002
Cr-Commit-Position: refs/heads/master@{#16707}
2017-02-20 07:22:34 +00:00
buildbot
7ca43365da
Roll chromium_revision 009add4a66..5e72168448 (451526:451537)
...
Change log: 009add4a66..5e72168448
Full diff: 009add4a66..5e72168448
Changed dependencies:
* src/base: abda15d6dd..732f9229cf
* src/third_party: 8811dd4459..2b94bb4e00
DEPS diff: 009add4a66..5e72168448 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2705923003
Cr-Commit-Position: refs/heads/master@{#16706}
2017-02-20 01:49:29 +00:00
tommi
82ead60076
Replace the stop_event_ in PlatformThread with an atomic flag
...
BUG=webrtc:7187
Review-Url: https://codereview.webrtc.org/2708433002
Cr-Commit-Position: refs/heads/master@{#16705}
2017-02-20 00:09:55 +00:00
buildbot
d95c48a810
Roll chromium_revision 5939cf034a..009add4a66 (451524:451526)
...
Change log: 5939cf034a..009add4a66
Full diff: 5939cf034a..009add4a66
Changed dependencies:
* src/third_party: 27b9a77635..8811dd4459
DEPS diff: 5939cf034a..009add4a66 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2708473002
Cr-Commit-Position: refs/heads/master@{#16704}
2017-02-19 22:55:43 +00:00
deadbeef
8d517c4170
Rewrite of sigslot that avoids vtables.
...
This reduces binary size considerably and solves some other problems.
Also rewrote using variadic templates.
Initial patch contributed by andrey.semashev@gmail.com .
BUG=webrtc:2305
Review-Url: https://codereview.webrtc.org/2509733003
Cr-Commit-Position: refs/heads/master@{#16703}
2017-02-19 22:12:24 +00:00
buildbot
613c819dfc
Roll chromium_revision 0fea64cb0a..5939cf034a (451522:451524)
...
Change log: 0fea64cb0a..5939cf034a
Full diff: 0fea64cb0a..5939cf034a
Changed dependencies:
* src/third_party: c85bad8f80..27b9a77635
DEPS diff: 0fea64cb0a..5939cf034a /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2704093002
Cr-Commit-Position: refs/heads/master@{#16702}
2017-02-19 19:52:11 +00:00
buildbot
1e1c1ff7b9
Roll chromium_revision bfe8b45bd5..0fea64cb0a (451520:451522)
...
Change log: bfe8b45bd5..0fea64cb0a
Full diff: bfe8b45bd5..0fea64cb0a
Changed dependencies:
* src/third_party: 893b877317..c85bad8f80
DEPS diff: bfe8b45bd5..0fea64cb0a /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2707753002
Cr-Commit-Position: refs/heads/master@{#16701}
2017-02-19 16:36:35 +00:00
buildbot
74cdb0d61b
Roll chromium_revision 22f522e10d..bfe8b45bd5 (451516:451520)
...
Change log: 22f522e10d..bfe8b45bd5
Full diff: 22f522e10d..bfe8b45bd5
Changed dependencies:
* src/third_party: 071de702a4..893b877317
* src/tools: 50587ce628..e2b6ac8dbe
DEPS diff: 22f522e10d..bfe8b45bd5 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2705893002
Cr-Commit-Position: refs/heads/master@{#16700}
2017-02-19 10:35:07 +00:00
Henrik Kjellander
5d43f74585
Remove buildbot annotation for video_quality_loopback_test.py
...
In https://codereview.webrtc.org/2704073002 an attempt was made to make
the buildbot step show up as orange, which didn't work. The step showed
up as a test failure, which will confuse sheriffs.
BUG=webrtc:7185
TBR=mandermo@webrtc.org
Review-Url: https://codereview.webrtc.org/2699383002 .
Cr-Commit-Position: refs/heads/master@{#16699}
2017-02-19 08:31:01 +00:00
buildbot
abbd098b14
Roll chromium_revision e86fbe70bb..22f522e10d (451509:451516)
...
Change log: e86fbe70bb..22f522e10d
Full diff: e86fbe70bb..22f522e10d
Changed dependencies:
* src/third_party: 3bb7b75ca8..071de702a4
DEPS diff: e86fbe70bb..22f522e10d /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2706623003
Cr-Commit-Position: refs/heads/master@{#16698}
2017-02-19 07:58:10 +00:00
Henrik Kjellander
6951a28b41
Temporarily disable failing video_quality_loopback_test.py
...
BUG=webrtc:7185
TBR=mandermo@webrtc.org
Review-Url: https://codereview.webrtc.org/2704073002 .
Cr-Commit-Position: refs/heads/master@{#16697}
2017-02-19 05:53:23 +00:00
buildbot
f0b9ee1202
Roll chromium_revision 51d2457c22..e86fbe70bb (451502:451509)
...
Change log: 51d2457c22..e86fbe70bb
Full diff: 51d2457c22..e86fbe70bb
Changed dependencies:
* src/third_party: 91b379b902..3bb7b75ca8
* src/third_party/catapult: 36a5082801..84a7af6610
* src/tools: dbac3dc6b7..50587ce628
DEPS diff: 51d2457c22..e86fbe70bb /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2703073002
Cr-Commit-Position: refs/heads/master@{#16696}
2017-02-19 04:39:47 +00:00
buildbot
6027421681
Roll chromium_revision 19142f86f4..51d2457c22 (451494:451502)
...
Change log: 19142f86f4..51d2457c22
Full diff: 19142f86f4..51d2457c22
Changed dependencies:
* src/third_party: d30f719267..91b379b902
* src/tools: 6cde56923e..dbac3dc6b7
DEPS diff: 19142f86f4..51d2457c22 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2708443002
Cr-Commit-Position: refs/heads/master@{#16695}
2017-02-19 01:35:49 +00:00
buildbot
d30de066dc
Roll chromium_revision 8a40fe5f00..19142f86f4 (451463:451494)
...
Change log: 8a40fe5f00..19142f86f4
Full diff: 8a40fe5f00..19142f86f4
Changed dependencies:
* src/third_party: 9ef8f687fb..d30f719267
* src/third_party/ffmpeg: 38d84d205c..3f3ad2ea90
* src/tools: fed2712e80..6cde56923e
DEPS diff: 8a40fe5f00..19142f86f4 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2704043002
Cr-Commit-Position: refs/heads/master@{#16694}
2017-02-18 22:43:50 +00:00
kjellander
b5848ecbf5
Revert of Delete class SSRCDatabase, and its global ssrc registry. (patchset #20 id:370001 of https://codereview.webrtc.org/2644303002/ )
...
Reason for revert:
Breaks webrtc_perf_tests reliably:
https://build.chromium.org/p/client.webrtc.perf/builders/Android32%20Tests%20%28L%20Nexus5%29/builds/1780
https://build.chromium.org/p/client.webrtc.perf/builders/Android32%20Tests%20%28L%20Nexus4%29/builds/178
We're actively working on getting a quick version of webrtc_perf_tests up on the trybots again to prevent breakages like this: https://bugs.chromium.org/p/webrtc/issues/detail?id=7101
Original issue's description:
> Delete class SSRCDatabase, and its global ssrc registry,
> and the method RTPSender::GenerateNewSSRC.
>
> It's now mandatory for higher layers to call SetSSRC, RTPSender
> no longer allocates any ssrc by default.
>
> BUG=webrtc:4306,webrtc:6887
>
> Review-Url: https://codereview.webrtc.org/2644303002
> Cr-Commit-Position: refs/heads/master@{#16670}
> Committed: b78d4d1383
TBR=solenberg@webrtc.org ,stefan@webrtc.org,danilchap@webrtc.org,ivoc@webrtc.org,nisse@webrtc.org
NOTRY=True
BUG=webrtc:4306,webrtc:6887
Review-Url: https://codereview.webrtc.org/2700413002
Cr-Commit-Position: refs/heads/master@{#16693}
2017-02-18 20:00:50 +00:00
buildbot
6db7cd220d
Roll chromium_revision aebdbddd1c..8a40fe5f00 (451457:451463)
...
Change log: aebdbddd1c..8a40fe5f00
Full diff: aebdbddd1c..8a40fe5f00
Changed dependencies:
* src/tools: da5fd72bf2..fed2712e80
DEPS diff: aebdbddd1c..8a40fe5f00 /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2704893002
Cr-Commit-Position: refs/heads/master@{#16692}
2017-02-18 16:40:15 +00:00
buildbot
3e4c842fdd
Roll chromium_revision 469e3d5d1a..aebdbddd1c (451449:451457)
...
Change log: 469e3d5d1a..aebdbddd1c
Full diff: 469e3d5d1a..aebdbddd1c
Changed dependencies:
* src/third_party: ec419f6280..9ef8f687fb
* src/tools: 9b54dd394b..da5fd72bf2
DEPS diff: 469e3d5d1a..aebdbddd1c /DEPS
No update to Clang.
TBR=
BUG=None
Review-Url: https://codereview.webrtc.org/2707623003
Cr-Commit-Position: refs/heads/master@{#16691}
2017-02-18 13:29:25 +00:00
solenberg
e654b63879
Remove audio_mixer_manager_win.cc/.h.
...
Not used after Wave support dropped in https://codereview.webrtc.org/2700983002/ .
BUG=webrtc:7183
Review-Url: https://codereview.webrtc.org/2699333002
Cr-Commit-Position: refs/heads/master@{#16690}
2017-02-18 12:05:35 +00:00