Commit Graph

18491 Commits

Author SHA1 Message Date
210cb8d656 Roll chromium_revision 7cda0c1776..75a129138b (471023:471081)
Change log: 7cda0c1776..75a129138b
Full diff: 7cda0c1776..75a129138b

Changed dependencies:
* src/base: c38b9af470..1071c08fdb
* src/build: 59c78fcba7..3faa8285ab
* src/ios: 61346bc59b..b438314412
* src/third_party: 30f50ea3de..6e43f633f3
* src/tools: 8b9310562d..b00985252b
DEPS diff: 7cda0c1776..75a129138b/DEPS

Clang version changed 300839:301384
Details: 7cda0c1776..75a129138b/tools/clang/scripts/update.py

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2877873002
Cr-Commit-Position: refs/heads/master@{#18109}
2017-05-11 23:13:51 +00:00
ad7cad8aba An example of Unity native plugin of webrtc for Windows OS
Unity native plugin has to use Pinvoke technology in its APIs
This plugin dll can also be used by Windows C# applications other than
Unity.

BUG=webrtc:7389

Review-Url: https://codereview.webrtc.org/2823783002
Cr-Commit-Position: refs/heads/master@{#18108}
2017-05-11 23:10:03 +00:00
38605965bd Make AudioSinkInterface::Data hold a const pointer to the audio buffer.
This is in preparation for https://codereview.webrtc.org/2750783004/, where
requiring a non-const pointer for AudioSinkInterface would force an unmuting
and zeroing of every frame.

BUG=webrtc:7343

Review-Url: https://codereview.webrtc.org/2873803002
Cr-Commit-Position: refs/heads/master@{#18107}
2017-05-11 20:35:28 +00:00
f512c92ab2 Disabling orphan headers presubmit check
It is not working correctly on Windows. I will fix tomorrow morning,
but I prefer to disable it so https://codereview.webrtc.org/2823783002
can land.

BUG=webrtc:7635
NOTRY=True
TBR=kjellander@webrtc.org

Review-Url: https://codereview.webrtc.org/2876043002
Cr-Commit-Position: refs/heads/master@{#18106}
2017-05-11 19:29:26 +00:00
a3390f40f6 Roll chromium_revision b498d333fc..7cda0c1776 (470969:471023)
Change log: b498d333fc..7cda0c1776
Full diff: b498d333fc..7cda0c1776

Changed dependencies:
* src/base: 1885a2ebab..c38b9af470
* src/ios: 656e432309..61346bc59b
* src/testing: 295d6d75f4..bf568bf57a
* src/third_party: 2abe33238e..30f50ea3de
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/ddfcc6a60b..1e5cb820de
* src/third_party/catapult: 6adf18ab78..59e58189c5
* src/tools: a4180791f7..8b9310562d
DEPS diff: b498d333fc..7cda0c1776/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2873843005
Cr-Commit-Position: refs/heads/master@{#18105}
2017-05-11 19:13:57 +00:00
7c004de355 Roll chromium_revision c6737bb033..b498d333fc (470941:470969)
Change log: c6737bb033..b498d333fc
Full diff: c6737bb033..b498d333fc

Changed dependencies:
* src/ios: 5d7034da11..656e432309
* src/third_party: 215b4ab41d..2abe33238e
* src/tools: d26dc97add..a4180791f7
DEPS diff: c6737bb033..b498d333fc/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2879633002
Cr-Commit-Position: refs/heads/master@{#18104}
2017-05-11 16:23:45 +00:00
d2ef314292 Make Call::OnRecoveredPacket parse RTP header and call OnRtpPacket.
To make the distinction for stats, add a |recovered| flag to
RtpPacketReceived.

BUG=webrtc:7135

Review-Url: https://codereview.webrtc.org/2693123002
Cr-Commit-Position: refs/heads/master@{#18103}
2017-05-11 15:00:58 +00:00
198c80d0af Roll chromium_revision 41c0a94446..c6737bb033 (470905:470941)
Change log: 41c0a94446..c6737bb033
Full diff: 41c0a94446..c6737bb033

Changed dependencies:
* src/ios: e7f1113f0b..5d7034da11
* src/testing: 7da3da7166..295d6d75f4
* src/third_party: d7ae1aa118..215b4ab41d
* src/third_party/catapult: 27f7008827..6adf18ab78
* src/tools: 43fb62020f..d26dc97add
DEPS diff: 41c0a94446..c6737bb033/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2873393003
Cr-Commit-Position: refs/heads/master@{#18102}
2017-05-11 14:53:30 +00:00
a8e2c63a99 Add untracked header files to GN targets in audio_coding
BUG=webrtc:7619

Review-Url: https://codereview.webrtc.org/2875033002
Cr-Commit-Position: refs/heads/master@{#18101}
2017-05-11 14:18:06 +00:00
8a329652de DCHECK that we don't insert nullptr into event log.
BUG=None

Review-Url: https://codereview.webrtc.org/2874753003
Cr-Commit-Position: refs/heads/master@{#18100}
2017-05-11 13:05:27 +00:00
2077f2f9fc Add some unit tests to ReceiveStatsticsProxy.
Add logging of some histogram stats at the end of a call.

BUG=none

Review-Url: https://codereview.webrtc.org/2873303002
Cr-Commit-Position: refs/heads/master@{#18099}
2017-05-11 12:37:35 +00:00
712338eed2 Add support for I444 in VideoFrameBuffer
VideoFrameBuffer is currently hard coded to be either I420 or Native.
This CL makes VideoFrameBuffer more generic by moving the I420 specific
functions into their own class, and adds an enum tag that represents the
format and storage type of the buffer. Each buffer type is then
represented as a subclass. See webrtc/api/video/video_frame_buffer.h for
more info.

This CL also adds support for representing I444 in VideoFrameBuffer
using the new interface. Possible future buffer type candidates are
RGB and NV12.

BUG=webrtc:7632
TBR=stefan@webrtc.org

Review-Url: https://codereview.webrtc.org/2847383002
Cr-Commit-Position: refs/heads/master@{#18098}
2017-05-11 12:11:57 +00:00
28e9433b95 Roll chromium_revision 17c3a61f0c..41c0a94446 (470798:470905)
Change log: 17c3a61f0c..41c0a94446
Full diff: 17c3a61f0c..41c0a94446

Changed dependencies:
* src/base: c9bd306044..1885a2ebab
* src/build: 4b491532cb..59c78fcba7
* src/ios: c63cb8923d..e7f1113f0b
* src/testing: d07877434e..7da3da7166
* src/third_party: d481cda2b0..d7ae1aa118
* src/tools: 7f80c7c421..43fb62020f
DEPS diff: 17c3a61f0c..41c0a94446/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2878563003
Cr-Commit-Position: refs/heads/master@{#18097}
2017-05-11 11:02:38 +00:00
27ce02eb06 Do not delete temporary directory if user specified it manually.
This prevents user from accidentally specifying a directory that contains
files that the user wants to keep.

BUG=webrtc:7608
NOTRY=True

Review-Url: https://codereview.webrtc.org/2876803002
Cr-Commit-Position: refs/heads/master@{#18096}
2017-05-11 10:36:21 +00:00
55dad1b9d0 Restore Syzygy binaries in DEPS.
This is probably what causes failures on the new Win32 ASan bot.
It was removed in https://codereview.webrtc.org/2870883002/
based on the assumption it was no longer needed.

BUG=chromium:677380
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2872373003 .
Cr-Commit-Position: refs/heads/master@{#18095}
2017-05-11 10:00:54 +00:00
5e56d6ab94 Do not autoroll gradle and roll gradle back to 3.5.0.
We want to use stable gradle releases for testing.

BUG=webrtc:7608
NOTRY=True

Review-Url: https://codereview.webrtc.org/2877723002
Cr-Commit-Position: refs/heads/master@{#18094}
2017-05-11 09:41:40 +00:00
e6b16194c7 Add write support for the RtpStreamId and RepairedRtpStreamId header extensions.
BUG=webrtc:7433

Review-Url: https://codereview.webrtc.org/2871813003
Cr-Commit-Position: refs/heads/master@{#18093}
2017-05-11 09:36:32 +00:00
198a9300cd Tune ObjC clang-format configuration
This CL sets some options for ObjC in the .clang-format file to closer
match our style guide.

NOTRY=True
BUG=webrtc:7406

Review-Url: https://codereview.webrtc.org/2869593002
Cr-Commit-Position: refs/heads/master@{#18092}
2017-05-11 09:14:18 +00:00
221cc56684 Updating VCM owners to reflect current active persons in the project.
BUG=none
R=asapersson@webrtc.org, brandtr@google.com

Review-Url: https://codereview.webrtc.org/2877713002 .
Cr-Commit-Position: refs/heads/master@{#18091}
2017-05-11 07:28:18 +00:00
0f23fa8768 Disable the residual echo detector in audio mixer.
The audio mixer has a subcomponent called FrameCombiner, which uses an
AudioProcessing instance as a limiter. The limiter smoothly increases
the volume to avoid causing clipping.

The limiter was created in a default configuration causing the
ResidualEchoDetector submodule of AudioProcessing to be
activated. That submodule operates in the band-split domain (see
AudioProcessingImpl::ApmSubmoduleStates::RenderMultiBandSubModulesActive()).

There is a goal to remove the (expensive and unnecessary)
band-splitting from AudioMixer. This change helps accomplish that. (It
can't be done yet, because the actual limiter sub-component of APM
also operates in the band-split domain).

BUG=webrtc:6185

Review-Url: https://codereview.webrtc.org/2875623002
Cr-Commit-Position: refs/heads/master@{#18090}
2017-05-11 07:25:45 +00:00
77c6e9dfa5 Roll chromium_revision b895cae903..17c3a61f0c (470551:470798)
Removed the clang_format_merge_driver download hook as it was removed from Chromium.

Change log: b895cae903..17c3a61f0c
Full diff: b895cae903..17c3a61f0c

Changed dependencies:
* src/base: 1923248197..c9bd306044
* src/build: 5be6ed1a48..4b491532cb
* src/ios: 7ae2aeeb51..c63cb8923d
* src/testing: ac8e76c707..d07877434e
* src/third_party: da115387bc..d481cda2b0
* src/third_party/catapult: 9e43159fc6..27f7008827
* src/tools: e7226f9d0d..7f80c7c421
* src/tools/swarming_client: 11e31afa5d..e6fc9383ad
* src/webrtc/examples/androidtests/third_party/gradle: 47ecd621bd..f0033cd6fd
DEPS diff: b895cae903..17c3a61f0c/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2870333004
Cr-Commit-Position: refs/heads/master@{#18089}
2017-05-11 07:07:35 +00:00
c4b126d70e Fix audio device excessive logging on Windows
In the windows audio device implementation, play block size should be
number of samples per 10ms times the number of channels. Meanwhile
RequestPlayoutData is expecting number of samples per channel in a
block, and we should pass in the per channel number here to avoid debug
check.

BUG=7627

Review-Url: https://codereview.webrtc.org/2876593003
Cr-Commit-Position: refs/heads/master@{#18088}
2017-05-11 01:08:24 +00:00
a7507ebb1c Roll chromium_revision faace60759..b895cae903 (470521:470551)
Also, add third_party/gtest-parallel/gtest_parallel.py as a swarming
dependency.

Change log: faace60759..b895cae903
Full diff: faace60759..b895cae903

Changed dependencies:
* src/base: 3527b70975..1923248197
* src/ios: 1423885de8..7ae2aeeb51
* src/testing: 8a6aee5860..ac8e76c707
* src/third_party/gtest-parallel: c3e4b0a6d1..605f146238
* src/tools: 3847c42e2c..e7226f9d0d
* src/webrtc/examples/androidtests/third_party/gradle: fed75fbb7b..47ecd621bd
DEPS diff: faace60759..b895cae903/DEPS

No update to Clang.

TBR=
BUG=None

patch from issue 2869393002 at patchset 1 (http://crrev.com/2869393002#ps1)

Review-Url: https://codereview.webrtc.org/2871213002
Cr-Commit-Position: refs/heads/master@{#18087}
2017-05-10 20:40:29 +00:00
b2a318bb8e Configured VCMTiming with sender defining delay times.
BUG=webrtc:7590

Review-Url: https://codereview.webrtc.org/2870823003
Cr-Commit-Position: refs/heads/master@{#18086}
2017-05-10 16:21:33 +00:00
2d9d21f328 Add untracked headers in modules/rtp_rtcp
BUG=webrtc:7623

Review-Url: https://codereview.webrtc.org/2876533003
Cr-Commit-Position: refs/heads/master@{#18085}
2017-05-10 15:41:13 +00:00
84ab581e0b Supporting orphan headers check on ios_framework_bundle
ios_framework_bundle does not have 'sources' but 'common_objc_headers'
and it was causins a couple of false positives.

BUG=webrtc:7514
NOTRY=True

Review-Url: https://codereview.webrtc.org/2872303003
Cr-Commit-Position: refs/heads/master@{#18084}
2017-05-10 15:04:34 +00:00
b8c55b15a3 Handle padded audio packets correctly
RTP packets can be padded with extra data at the end of the payload. The usable
payload length of the packet should then be reduced with the padding length,
since the padding must be discarded. This was not the case; instead, the entire
payload, including padding data, was forwarded to the audio channel and in the
end to the decoder.

A special case of padding is packets which are empty except for the padding.
That is, they carry no usable payload. These packets are sometimes used for
probing the network and were discarded in
RTPReceiverAudio::ParseAudioCodecSpecific. The result is that NetEq never sees
those empty packets, just the holes in the sequence number series; this can
throw off the target buffer calculations.

With this change, the empty (after removing the padding) packets are let through,
all the way down to NetEq, to a new method called NetEq::InsertEmptyPacket. This
method notifies the DelayManager that an empty packet was received.

BUG=webrtc:7610, webrtc:7625

Review-Url: https://codereview.webrtc.org/2870043003
Cr-Commit-Position: refs/heads/master@{#18083}
2017-05-10 14:38:01 +00:00
423a288a12 Delete left-over declaration of AdjustCurrentProcessPrivilege.
Implementation was deleted in https://codereview.webrtc.org/2571763002.

BUG=webrtc:6424

Review-Url: https://codereview.webrtc.org/2872303002
Cr-Commit-Position: refs/heads/master@{#18082}
2017-05-10 13:04:45 +00:00
f93752a2ee Reland of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2853383005/ )
Reason for revert:
Downstream projects have been fixed.

Original issue's description:
> Revert of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2854873003/ )
>
> Reason for revert:
> More downstream breakage discovered.
>
> Original issue's description:
> > Reland of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2854883002/ )
> >
> > Reason for revert:
> > Will make another attempt to track down and fix downstream projects.
> >
> > Original issue's description:
> > > Revert of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2852303002/ )
> > >
> > > Reason for revert:
> > > Unfortunately, more downstream updates needed.
> > >
> > > Original issue's description:
> > > > Reland of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/2845333002/ )
> > > >
> > > > Reason for revert:
> > > > Downstream projects being updated.
> > > >
> > > > For Chrome, relanding depends on cl
> > > > https://codereview.chromium.org/2855783003/
> > > >
> > > > Original issue's description:
> > > > > Revert of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #17 id:320001 of https://codereview.webrtc.org/2622263002/ )
> > > > >
> > > > > Reason for revert:
> > > > > Broke Chrome build, see, e.g.,
> > > > > http://build.chromium.org/p/chromium.webrtc.fyi/builders/Linux%20Builder/builds/16237
> > > > >
> > > > > Original issue's description:
> > > > > > Delete deprecated and transitional stuff related to video frame refactoring.
> > > > > >
> > > > > > BUG=webrtc:5880
> > > > > >
> > > > > > Review-Url: https://codereview.webrtc.org/2622263002
> > > > > > Cr-Commit-Position: refs/heads/master@{#17928}
> > > > > > Committed: 713a3bbcc7
> > > > >
> > > > > TBR=mflodman@webrtc.org,perkj@webrtc.org
> > > > > # Skipping CQ checks because original CL landed less than 1 days ago.
> > > > > NOPRESUBMIT=true
> > > > > NOTREECHECKS=true
> > > > > NOTRY=true
> > > > > BUG=webrtc:5880
> > > > >
> > > > > Review-Url: https://codereview.webrtc.org/2845333002
> > > > > Cr-Commit-Position: refs/heads/master@{#17929}
> > > > > Committed: aec49d2b49
> > > >
> > > > TBR=mflodman@webrtc.org,perkj@webrtc.org
> > > > # Not skipping CQ checks because original CL landed more than 1 days ago.
> > > > BUG=webrtc:5880
> > > >
> > > > Review-Url: https://codereview.webrtc.org/2852303002
> > > > Cr-Commit-Position: refs/heads/master@{#17974}
> > > > Committed: d71ebd70f6
> > >
> > > TBR=mflodman@webrtc.org,perkj@webrtc.org
> > > # Skipping CQ checks because original CL landed less than 1 days ago.
> > > NOPRESUBMIT=true
> > > NOTREECHECKS=true
> > > NOTRY=true
> > > BUG=webrtc:5880
> > >
> > > Review-Url: https://codereview.webrtc.org/2854883002
> > > Cr-Commit-Position: refs/heads/master@{#17978}
> > > Committed: 6e6a485a02
> >
> > TBR=mflodman@webrtc.org,perkj@webrtc.org
> > # Skipping CQ checks because original CL landed less than 1 days ago.
> > NOPRESUBMIT=true
> >
> > BUG=webrtc:5880
> >
> > Review-Url: https://codereview.webrtc.org/2854873003
> > Cr-Commit-Position: refs/heads/master@{#18006}
> > Committed: 3870a071c4
>
> TBR=mflodman@webrtc.org,perkj@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=webrtc:5880
>
> Review-Url: https://codereview.webrtc.org/2853383005
> Cr-Commit-Position: refs/heads/master@{#18008}
> Committed: 61b22dde13

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

Review-Url: https://codereview.webrtc.org/2867703002
Cr-Commit-Position: refs/heads/master@{#18081}
2017-05-10 12:25:59 +00:00
a644ad3280 Orphan headers should check only added files
This CL makes the presubmit check less strict. We can modify untracked
headers but we cannot added them anymore.

In the meatime I am spawning a lot of bugs to fix the currently
untracked headers.

BUG=webrtc:7514
NOTRY=True
TBR=kjellander@webrtc.org

Review-Url: https://codereview.webrtc.org/2873223004
Cr-Commit-Position: refs/heads/master@{#18080}
2017-05-10 12:21:55 +00:00
48368ad6c6 Fixing video loopback test with encoder factory.
BUG=webrtc:5806

Review-Url: https://codereview.webrtc.org/2870123002
Cr-Commit-Position: refs/heads/master@{#18079}
2017-05-10 11:06:11 +00:00
8e3bf36a08 Roll chromium_revision 43612cbba3..faace60759 (470504:470521)
Change log: 43612cbba3..faace60759
Full diff: 43612cbba3..faace60759

Changed dependencies:
* src/ios: 37491b5448..1423885de8
* src/testing: 77b87362a2..8a6aee5860
* src/third_party: 24e270b0e5..da115387bc
* src/tools: e564e0ad0c..3847c42e2c
DEPS diff: 43612cbba3..faace60759/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2868303002
Cr-Commit-Position: refs/heads/master@{#18078}
2017-05-10 10:09:39 +00:00
e077ee472a Deleted unused method EstimateMTU, and the WinPing class.
BUG=None

Review-Url: https://codereview.webrtc.org/2866183004
Cr-Commit-Position: refs/heads/master@{#18077}
2017-05-10 08:56:54 +00:00
e0308bb54a Roll chromium_revision 0dc3090c6e..43612cbba3 (470445:470504)
Change log: 0dc3090c6e..43612cbba3
Full diff: 0dc3090c6e..43612cbba3

Changed dependencies:
* src/base: 4cba1aaafd..3527b70975
* src/build: 5a162d85e0..5be6ed1a48
* src/ios: 5921c54a65..37491b5448
* src/testing: 6e4d455263..77b87362a2
* src/third_party: 91fc0b0bce..24e270b0e5
* src/third_party/catapult: 0e86ab1c3b..9e43159fc6
* src/tools: 6c96ad6e16..e564e0ad0c
DEPS diff: 0dc3090c6e..43612cbba3/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2876483002
Cr-Commit-Position: refs/heads/master@{#18076}
2017-05-10 07:19:13 +00:00
5bb5bf2c90 Roll chromium_revision 67970ee192..0dc3090c6e (470444:470445)
Change log: 67970ee192..0dc3090c6e
Full diff: 67970ee192..0dc3090c6e

Changed dependencies:
* src/tools: 9d9618879e..6c96ad6e16
DEPS diff: 67970ee192..0dc3090c6e/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2875573002
Cr-Commit-Position: refs/heads/master@{#18075}
2017-05-10 04:10:38 +00:00
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