15779 Commits

Author SHA1 Message Date
buildbot
2c87d9991b Roll chromium_revision 037b19bb21..0dce9fc553 (449745:449806)
Change log: 037b19bb21..0dce9fc553
Full diff: 037b19bb21..0dce9fc553

Changed dependencies:
* src/base: e9b8f47dbe..c246bbf1fc
* src/ios: 783dcf1006..886c498daf
* src/third_party: 58f5bc25b6..2bfcb41506
* src/tools: d468f50468..830238cf77
DEPS diff: 037b19bb21..0dce9fc553/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2692623003
Cr-Commit-Position: refs/heads/master@{#16547}
2017-02-11 02:18:12 +00:00
deadbeef
81baed36bf Add ability to return moved value from FunctorMessageHandler, Optional.
This functionality is desired for this CL:
https://codereview.webrtc.org/2675173003/

BUG=None

Review-Url: https://codereview.webrtc.org/2681283002
Cr-Commit-Position: refs/heads/master@{#16546}
2017-02-11 02:11:11 +00:00
deadbeef
a4549d6588 Fix SDP parsing crash due to missing track ID in "a=msid".
BUG=chromium:686405

Review-Url: https://codereview.webrtc.org/2676293003
Cr-Commit-Position: refs/heads/master@{#16545}
2017-02-11 01:26:22 +00:00
buildbot
ef35b17c76 Roll chromium_revision cc96c42adf..037b19bb21 (449672:449745)
Change log: cc96c42adf..037b19bb21
Full diff: cc96c42adf..037b19bb21

Changed dependencies:
* src/base: 222ab02ee0..e9b8f47dbe
* src/build: 25c0032148..e9f160295f
* src/ios: d878a8f237..783dcf1006
* src/testing: bab7925506..a604a6421d
* src/third_party: 601041dc70..58f5bc25b6
* src/tools: d9f0a93457..d468f50468
DEPS diff: cc96c42adf..037b19bb21/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2692623002
Cr-Commit-Position: refs/heads/master@{#16544}
2017-02-10 23:07:54 +00:00
glaznev
abdc857967 Update list of supported Android codecs based on field trial dynamically.
Currently filed trial value which controls H.264 high profile support is
read once only when factory is created. If field trial value is changed for
the next WebRTC call supported codec list need to be updated as well.

BUG=b/34816463

Review-Url: https://codereview.webrtc.org/2685183004
Cr-Commit-Position: refs/heads/master@{#16543}
2017-02-10 22:40:57 +00:00
flim
9238245d9b Fix nr of bytes sent to Opus decoder in DTX mode
BUG=webrtc:7144

Review-Url: https://codereview.webrtc.org/2693453003
Cr-Commit-Position: refs/heads/master@{#16542}
2017-02-10 21:50:38 +00:00
deadbeef
90f1e1e0d7 Fixing SDP parsing crash due to invalid port numbers.
BUG=chromium:677029

Review-Url: https://codereview.webrtc.org/2675273003
Cr-Commit-Position: refs/heads/master@{#16541}
2017-02-10 20:35:05 +00:00
buildbot
612a497d81 Roll chromium_revision 3f4b691682..cc96c42adf (449626:449672)
Change log: 3f4b691682..cc96c42adf
Full diff: 3f4b691682..cc96c42adf

Changed dependencies:
* src/base: 86e1322a92..222ab02ee0
* src/ios: 415049511f..d878a8f237
* src/testing: ac4d6ca529..bab7925506
* src/third_party: 338442aa0a..601041dc70
DEPS diff: 3f4b691682..cc96c42adf/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2687423002
Cr-Commit-Position: refs/heads/master@{#16540}
2017-02-10 20:06:22 +00:00
deadbeef
5bd5ca344e Rename "PacketTransportInterface" to "PacketTransportInternal".
This is the naming scheme we've been using for internal interfaces.

Also, this CL will introduce a PacketTransportInterface in the webrtc namespace,
which would get too easily confused with the rtc:: one:
https://codereview.webrtc.org/2675173003/

BUG=None

Review-Url: https://codereview.webrtc.org/2679103006
Cr-Commit-Position: refs/heads/master@{#16539}
2017-02-10 19:31:50 +00:00
buildbot
640a200e3d Roll chromium_revision 182bfc3b6c..3f4b691682 (449577:449626)
Change log: 182bfc3b6c..3f4b691682
Full diff: 182bfc3b6c..3f4b691682

Changed dependencies:
* src/base: dfd2e02caf..86e1322a92
* src/ios: 02acac6b76..415049511f
* src/third_party: 743cfb11c3..338442aa0a
* src/tools: 180ba9d6a3..d9f0a93457
DEPS diff: 182bfc3b6c..3f4b691682/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2687993003
Cr-Commit-Position: refs/heads/master@{#16538}
2017-02-10 17:39:11 +00:00
ehmaldonado
88df0bc591 Make functions in fileutils.h use "const std::string&".
This way, the strings are not copied everytime the function is called.

BUG=webrtc:7142
NOTRY=True

Review-Url: https://codereview.webrtc.org/2685583009
Cr-Commit-Position: refs/heads/master@{#16537}
2017-02-10 17:27:14 +00:00
ilnik
46a0021e4e Retransmitted packets are now counted in receive time
BUG=chromium:690358

Review-Url: https://codereview.webrtc.org/2683423002
Cr-Commit-Position: refs/heads/master@{#16536}
2017-02-10 17:16:05 +00:00
henrik.lundin
adb374b4ed Remove henrik.lundin from webrtc/common_video/OWNERS
BUG=none
TBR=stefan@webrtc.org

Review-Url: https://codereview.webrtc.org/2687883004
Cr-Commit-Position: refs/heads/master@{#16535}
2017-02-10 16:44:31 +00:00
kwiberg
087bd34d23 Move AudioDecoder and related stuff to the api/ directory
BUG=webrtc:5805, webrtc:6725

Review-Url: https://codereview.webrtc.org/2668523004
Cr-Commit-Position: refs/heads/master@{#16534}
2017-02-10 16:15:44 +00:00
sprang
84a3759825 Change rtc::VideoSinkWants to have target and a max pixel count
The current method with max_pixel_count and max_pixel_count_step_up,
where only one should be used at a time and this first signaling an
inclusive upper bound and other other an exclusive lower bound, makes
for a lot of confusion.

I've updated this to have a desired target and a maximum instead. The
source should select a resolution as close to the target as possible,
but no higher than the maximum.

I intend to also add similar frame rate settings in an upcoming cl.

BUG=webrtc:4172,webrtc:6850

Review-Url: https://codereview.webrtc.org/2672793002
Cr-Commit-Position: refs/heads/master@{#16533}
2017-02-10 15:04:27 +00:00
stefan
e9ad271db4 Increase the send-time history to 60 seconds.
This helps us avoid time-outs on really bad networks with long queues.
Also adding periodic logging of the fake network pipe's queue in milliseconds.

BUG=webrtc:5079

Review-Url: https://codereview.webrtc.org/2687013005
Cr-Commit-Position: refs/heads/master@{#16532}
2017-02-10 14:09:28 +00:00
ivoc
4ca18696c5 Allow residual echo detector to be enabled/disabled using AudioOptions, and no longer disable it on mobile platforms.
BUG=webrtc:7136

Review-Url: https://codereview.webrtc.org/2679103007
Cr-Commit-Position: refs/heads/master@{#16531}
2017-02-10 13:11:09 +00:00
buildbot
bd344e5c14 Roll chromium_revision 7c7d51c594..182bfc3b6c (449558:449577)
Change log: 7c7d51c594..182bfc3b6c
Full diff: 7c7d51c594..182bfc3b6c

Changed dependencies:
* src/ios: 8dd8ea131e..02acac6b76
* src/third_party: 801c1bc028..743cfb11c3
* src/third_party/catapult: df42e552c4..a6b212171e
* src/tools: 554a718a62..180ba9d6a3
DEPS diff: 7c7d51c594..182bfc3b6c/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2685293002
Cr-Commit-Position: refs/heads/master@{#16530}
2017-02-10 11:47:55 +00:00
ehmaldonado
0d729b3039 Check for use_x11 before runnig desktop_capture_modules_tests on linux.
The tests need "x11/shared_x_display.h" which is not included when use_x11 is false and we're on linux.

The problem is:

screen_capturer_integration_test.cc
 - requires ->
screen_drawer.h
 - requires ->
screen_drawer_linux.cc
 - requires ->
x11/shared_x_display.h
 which is not included when use_x11 is false.

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2684683003
Cr-Commit-Position: refs/heads/master@{#16529}
2017-02-10 09:38:23 +00:00
asapersson
38e9324e4e Add script for plotting statistics from webrtc integration test logs.
Add tests (plot_videoprocessor_integrationtest.cc) to be used to plot stats from (not yet used).

Move VideoProcessorIntegrationTest fixture to separate file. To be used by plot_videoprocessor_integrationtest.cc.

BUG=webrtc:6634

Review-Url: https://codereview.webrtc.org/2643853002
Cr-Commit-Position: refs/heads/master@{#16528}
2017-02-10 09:37:17 +00:00
solenberg
55c5be0a03 Remove unused methods in WebRtcVoiceEngine and VoiceMediaChannel.
These methods relate to typing detection but are not used anymore. Typing detection is enabled through the VoiceDetection module on the APM.

BUG=webrtc:4690

Review-Url: https://codereview.webrtc.org/2684933008
Cr-Commit-Position: refs/heads/master@{#16527}
2017-02-10 09:20:25 +00:00
asapersson
654d54c073 Use std::unique_ptr in VideoProcessor.
Add RTC_CHECKs for failures in VideoProcessor::Init.

BUG=webrtc:6634

Review-Url: https://codereview.webrtc.org/2684223002
Cr-Commit-Position: refs/heads/master@{#16526}
2017-02-10 08:16:07 +00:00
buildbot
c29988cb9a Roll chromium_revision 033d9e89ed..7c7d51c594 (449543:449558)
Change log: 033d9e89ed..7c7d51c594
Full diff: 033d9e89ed..7c7d51c594

Changed dependencies:
* src/base: 06a687ad55..dfd2e02caf
* src/build: 9d467bba90..25c0032148
* src/third_party: 62d7f0d6bc..801c1bc028
DEPS diff: 033d9e89ed..7c7d51c594/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2684693008
Cr-Commit-Position: refs/heads/master@{#16525}
2017-02-10 07:54:47 +00:00
buildbot
8a4976347c Roll chromium_revision 18995b57d5..033d9e89ed (449497:449543)
Change log: 18995b57d5..033d9e89ed
Full diff: 18995b57d5..033d9e89ed

Changed dependencies:
* src/base: a6f48a629b..06a687ad55
* src/build: 333fa7c3dd..9d467bba90
* src/ios: 20b49e5836..8dd8ea131e
* src/third_party: 8818e59139..62d7f0d6bc
* src/third_party/catapult: c50cbdedf9..df42e552c4
* src/tools: 566237dc4c..554a718a62
DEPS diff: 18995b57d5..033d9e89ed/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689663003
Cr-Commit-Position: refs/heads/master@{#16524}
2017-02-10 05:01:31 +00:00
buildbot
a03d438cb4 Roll chromium_revision 5cd331dec1..18995b57d5 (449426:449497)
Change log: 5cd331dec1..18995b57d5
Full diff: 5cd331dec1..18995b57d5

Changed dependencies:
* src/base: d6423823d2..a6f48a629b
* src/ios: f79c898dcc..20b49e5836
* src/testing: d5c5c4d941..ac4d6ca529
* src/third_party: 42b1ec35fb..8818e59139
* src/third_party/catapult: f25bfea252..c50cbdedf9
* src/third_party/ffmpeg: 239c9f9e27..a77cdbfeb7
* src/tools: 959ba2dccf..566237dc4c
DEPS diff: 5cd331dec1..18995b57d5/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689563004
Cr-Commit-Position: refs/heads/master@{#16523}
2017-02-10 01:56:07 +00:00
deadbeef
faedf7f942 Getting rid of "benign blocking error" log spam.
For UDP sockets, instead of calling "recv" with "MSG_PEEK" to see if the socket
is alive, just check whether or not it's been closed. It seems that, at least
on some versions of Android, with some specific conditions involving loopback
sockets, calling "recv" with a buffer that's too small for a UDP packet causes
an EFAULT error.

BUG=webrtc:6715

Review-Url: https://codereview.webrtc.org/2678353006
Cr-Commit-Position: refs/heads/master@{#16522}
2017-02-09 23:09:22 +00:00
buildbot
22e39708c0 Roll chromium_revision ba3e8dd8fa..5cd331dec1 (449304:449426)
Change log: ba3e8dd8fa..5cd331dec1
Full diff: ba3e8dd8fa..5cd331dec1

Changed dependencies:
* src/base: 8cd4b3e177..d6423823d2
* src/build: fa619b2a12..333fa7c3dd
* src/ios: e1e28f1363..f79c898dcc
* src/testing: eafb0c38ce..d5c5c4d941
* src/third_party: 9979a014f0..42b1ec35fb
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/3f2611a98f..dc8c1d962e
* src/third_party/catapult: 5a31d0e078..f25bfea252
* src/tools: 39ce865156..959ba2dccf
DEPS diff: ba3e8dd8fa..5cd331dec1/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2688023002
Cr-Commit-Position: refs/heads/master@{#16521}
2017-02-09 22:37:37 +00:00
kjellander
5d52bf7049 Roll chromium_revision baaeb3f30e..ba3e8dd8fa (449272:449304)
Disabled AVFormatMapperTest.SetFormatWhenFormatIsIncompatible due to failure
with OCMock upgraded to 3.1.5.

Change log: baaeb3f30e..ba3e8dd8fa
Full diff: baaeb3f30e..ba3e8dd8fa

Changed dependencies:
* src/build: ad4a5750d2..fa619b2a12
* src/ios: c60f051132..e1e28f1363
* src/testing: 0136cdb11f..eafb0c38ce
* src/third_party: 1f75580222..9979a014f0
* src/third_party/catapult: 5c71aaccc3..5a31d0e078
DEPS diff: baaeb3f30e..ba3e8dd8fa/DEPS

No update to Clang.

TBR=magjed@webrtc.org
BUG=webrtc:7137
NOTRY=True

Review-Url: https://codereview.webrtc.org/2687963002
Cr-Commit-Position: refs/heads/master@{#16520}
2017-02-09 19:19:31 +00:00
danilchap
3795376ba1 replace NtpTime->Clock with Clock->NtpTime dependency
BUG=None

Review-Url: https://codereview.webrtc.org/2393723004
Cr-Commit-Position: refs/heads/master@{#16519}
2017-02-09 19:15:25 +00:00
ilnik
1e1c84db10 Fixing typo
BUG=webrtc:7095

Review-Url: https://codereview.webrtc.org/2686033004
Cr-Commit-Position: refs/heads/master@{#16518}
2017-02-09 16:32:53 +00:00
Stefan Holmer
85d5ac744b Fix bug in recv-bwe tests introduced when switching to send-side bwe by default in tests.
BUG=chromium:689973
R=brandtr@webrtc.org

Review-Url: https://codereview.webrtc.org/2684113003 .
Cr-Commit-Position: refs/heads/master@{#16517}
2017-02-09 15:25:16 +00:00
buildbot
86a6617ef4 Roll chromium_revision cbcac91f7f..baaeb3f30e (449250:449272)
Change log: cbcac91f7f..baaeb3f30e
Full diff: cbcac91f7f..baaeb3f30e

Changed dependencies:
* src/build: e62b61f097..ad4a5750d2
* src/ios: 0a1f77f367..c60f051132
* src/testing: b97d4b78fc..0136cdb11f
* src/third_party: 744ed5ab06..1f75580222
* src/tools: a2cff40065..39ce865156
DEPS diff: cbcac91f7f..baaeb3f30e/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2687833003
Cr-Commit-Position: refs/heads/master@{#16516}
2017-02-09 14:13:15 +00:00
danilchap
8443238e26 Remove rtcp_utility as mostly unused.
Since the only used class is RTCPUtilitiy::NackStats,
rename it to RtcpNackStats and move it into dedicated file.

BUG=webrtc:5565

Review-Url: https://codereview.webrtc.org/2680183004
Cr-Commit-Position: refs/heads/master@{#16515}
2017-02-09 13:21:42 +00:00
ossu
9def800b70 Added a flag to AudioCodecSpec to indicate adaptive bitrate support.
It's currently only used to ensure transport-cc is enabled for the format in question. It might be used to toggle more things in future.

BUG=webrtc:5806

Review-Url: https://codereview.webrtc.org/2669583002
Cr-Commit-Position: refs/heads/master@{#16514}
2017-02-09 13:14:32 +00:00
solenberg
0289364abc Remove unused voe_stress_test.cc
BUG=webrtc:4690

Review-Url: https://codereview.webrtc.org/2681153003
Cr-Commit-Position: refs/heads/master@{#16513}
2017-02-09 13:03:25 +00:00
ilnik
3dd5ad9d50 Reland of Added VP8 simulcast tests. Fixed analyzer to correctly infer timestamps. (patchset #2 id:150001 of https://codereview.webrtc.org/2687073002/ )
Reason for revert:
Reverting was done incorrectly. Returning patchset.

Original issue's description:
> Revert of Added VP8 simulcast tests. Fixed analyzer to correctly infer timestamps. (patchset #5 id:80001 of https://codereview.webrtc.org/2668763004/ )
>
> Reason for revert:
> Speculative revert due to regression in perf tests.
>
> Original issue's description:
> > Added VP8 simulcast tests. Fixed analyzer to correctly infer timestamps.
> >
> >
> > BUG=webrtc:7095
> >
> > Review-Url: https://codereview.webrtc.org/2668763004
> > Cr-Commit-Position: refs/heads/master@{#16428}
> > Committed: 5f47126865
>
> TBR=sprang@webrtc.org,nisse@webrtc.org,mflodman@webrtc.org,magjed@webrtc.org
> # Not skipping CQ checks because original CL landed more than 1 days ago.
> BUG=webrtc:7095
>
> Review-Url: https://codereview.webrtc.org/2687073002
> Cr-Commit-Position: refs/heads/master@{#16510}
> Committed: e67c59e7d2

TBR=sprang@webrtc.org,nisse@webrtc.org,mflodman@webrtc.org,magjed@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:7095

Review-Url: https://codereview.webrtc.org/2685583006
Cr-Commit-Position: refs/heads/master@{#16512}
2017-02-09 12:58:53 +00:00
sakal
cc452e1179 Reland of Add QP sum stats for received streams. (patchset #2 id:300001 of https://codereview.webrtc.org/2680893002/ )
Reason for revert:
Fix the problem.

Original issue's description:
> Revert of Add QP sum stats for received streams. (patchset #10 id:180001 of https://codereview.webrtc.org/2649133005/ )
>
> Reason for revert:
> Breaks downstream build.
>
> Original issue's description:
> > Add QP sum stats for received streams.
> >
> > This is not implemented yet in any of the decoders.
> >
> > BUG=webrtc:6541
> >
> > Review-Url: https://codereview.webrtc.org/2649133005
> > Cr-Commit-Position: refs/heads/master@{#16475}
> > Committed: ff0e72fd16
>
> TBR=hta@webrtc.org,hbos@webrtc.org,sprang@webrtc.org,magjed@webrtc.org,stefan@webrtc.org,sakal@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=webrtc:6541
>
> Review-Url: https://codereview.webrtc.org/2680893002 .
> Cr-Commit-Position: refs/heads/master@{#16480}
> Committed: 69fb2cca4d

TBR=hta@webrtc.org,hbos@webrtc.org,sprang@webrtc.org,magjed@webrtc.org,stefan@webrtc.org,skvlad@webrtc.org
BUG=webrtc:6541

Review-Url: https://codereview.webrtc.org/2681663005
Cr-Commit-Position: refs/heads/master@{#16511}
2017-02-09 12:53:45 +00:00
ilnik
e67c59e7d2 Revert of Added VP8 simulcast tests. Fixed analyzer to correctly infer timestamps. (patchset #5 id:80001 of https://codereview.webrtc.org/2668763004/ )
Reason for revert:
Speculative revert due to regression in perf tests.

Original issue's description:
> Added VP8 simulcast tests. Fixed analyzer to correctly infer timestamps.
>
>
> BUG=webrtc:7095
>
> Review-Url: https://codereview.webrtc.org/2668763004
> Cr-Commit-Position: refs/heads/master@{#16428}
> Committed: 5f47126865

TBR=sprang@webrtc.org,nisse@webrtc.org,mflodman@webrtc.org,magjed@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=webrtc:7095

Review-Url: https://codereview.webrtc.org/2687073002
Cr-Commit-Position: refs/heads/master@{#16510}
2017-02-09 12:08:56 +00:00
buildbot
ae8121701d Roll chromium_revision 2019b9e075..cbcac91f7f (449230:449250)
Change log: 2019b9e075..cbcac91f7f
Full diff: 2019b9e075..cbcac91f7f

Changed dependencies:
* src/ios: 9cd8c7efcc..0a1f77f367
* src/testing: ce405e1792..b97d4b78fc
* src/third_party: bb222623f9..744ed5ab06
DEPS diff: 2019b9e075..cbcac91f7f/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2682063003
Cr-Commit-Position: refs/heads/master@{#16509}
2017-02-09 11:30:33 +00:00
solenberg
1752a10791 Remove unused voe_cpu_test.cc.
BUG=webrtc:4690

Review-Url: https://codereview.webrtc.org/2686003004
Cr-Commit-Position: refs/heads/master@{#16508}
2017-02-09 11:25:56 +00:00
ivoc
a48e1b6bc3 Fix for left shift of potentially negative value.
Left shifting of negative integers is undefined behavior, and should be prevented. This CL fixes one such instance in the Levinson Durbin function.

BUG=chromium:681377

Review-Url: https://codereview.webrtc.org/2680973005
Cr-Commit-Position: refs/heads/master@{#16507}
2017-02-09 11:05:59 +00:00
solenberg
2324b35890 Remove unused voe_output_test.cc.
BUG=webrtc:4690

Review-Url: https://codereview.webrtc.org/2684933007
Cr-Commit-Position: refs/heads/master@{#16506}
2017-02-09 09:23:25 +00:00
kjellander
3029210c35 Move Android video quality loopback script.
It makes sense it's closer to the source code of the actual test.
Fix a bug that caused --help to fail.

BUG=webrtc:7034
NOTRY=True

Review-Url: https://codereview.webrtc.org/2681833007
Cr-Commit-Position: refs/heads/master@{#16505}
2017-02-09 09:05:54 +00:00
kjellander
234accd8e1 Roll chromium_revision cf2dce6a6d..2019b9e075 (448969:449230)
Minor update in WebRtcJniBootTest.java was needed due to a new check in Chromium.

Change log: cf2dce6a6d..2019b9e075
Full diff: cf2dce6a6d..2019b9e075

Changed dependencies:
* src/base: 2a741233ff..8cd4b3e177
* src/build: c4b2c5ac66..e62b61f097
* src/ios: 53837a325a..9cd8c7efcc
* src/testing: 2d16559171..ce405e1792
* src/third_party: 6549709ce7..bb222623f9
* src/third_party/catapult: f20052d2ac..5c71aaccc3
* src/tools: 644b36a36a..a2cff40065
DEPS diff: cf2dce6a6d..2019b9e075/DEPS

No update to Clang.

TBR=sakal@webrtc.org
BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2681293002
Cr-Commit-Position: refs/heads/master@{#16504}
2017-02-09 07:56:43 +00:00
pthatcher
94a2f21c05 Increase STUN RTOs to work better on poor networks, such as 2G networks.
BUG=b/34822484

Review-Url: https://codereview.webrtc.org/2677743002
Cr-Commit-Position: refs/heads/master@{#16503}
2017-02-08 22:42:22 +00:00
pthatcher
1749bc372e Use fake clock in some more networks tests.
BUG=b/34822484

Review-Url: https://codereview.webrtc.org/2680233002
Cr-Commit-Position: refs/heads/master@{#16502}
2017-02-08 21:18:00 +00:00
zhihuang
4da058c0dd Create an Obj-C wrapper of the RtpReceiverObserverInterface.
Create the RTCRtpReceiverDelegate which is a wrapper over
webrtc::RtpReceiverObserverInterface.
The callback will be called whenever the first rtp packet is received.

Related CL: https://codereview.webrtc.org/2531333003/

BUG=webrtc:6742

Review-Url: https://codereview.webrtc.org/2641923003
Cr-Commit-Position: refs/heads/master@{#16501}
2017-02-08 18:41:20 +00:00
terelius
bb46b95dbe Add option to print information about configured SSRCs from RTC event logs.
BUG=webrtc:7118

Review-Url: https://codereview.webrtc.org/2686823002
Cr-Commit-Position: refs/heads/master@{#16500}
2017-02-08 17:37:30 +00:00
terelius
ed1850a71b Log information (at level LS_INFO) about which overuse estimator is used.
BUG=webrtc:7125

Review-Url: https://codereview.webrtc.org/2682893003
Cr-Commit-Position: refs/heads/master@{#16499}
2017-02-08 16:45:20 +00:00
michaelt
273f31b85c Fix for flaky RemoveOverheadFromBandwidth test.
BUG=webrtc:6886

Review-Url: https://codereview.webrtc.org/2685503002
Cr-Commit-Position: refs/heads/master@{#16498}
2017-02-08 16:21:52 +00:00