13052 Commits

Author SHA1 Message Date
sakal
f4433ef14e Add argument support for stand-alone WebRTC tracing.
BUG=webrtc:6186

Review-Url: https://codereview.webrtc.org/2215153003
Cr-Commit-Position: refs/heads/master@{#13670}
2016-08-08 11:10:17 +00:00
buildbot
d4664d4f44 Roll chromium_revision 039ff70eec..c020edf5c5 (410288:410323)
Change log: 039ff70eec..c020edf5c5
Full diff: 039ff70eec..c020edf5c5

No dependencies changed.
Clang version changed 274369:277962
Details: 039ff70eec..c020edf5c5/tools/clang/scripts/update.py

TBR=pbos@webrtc.org

Review-Url: https://codereview.webrtc.org/2227603002
Cr-Commit-Position: refs/heads/master@{#13669}
2016-08-08 11:02:16 +00:00
tkchin
04dbb34d51 iOS: Add support for rendering native CVPixelBuffers directly
This CL adds support in RTCEAGLVideoView for rendering CVPixelBuffers as
OpenGL ES textures directly, compared to the current code that first
converts the CVPixelBuffers to I420, and then reuploads them as
textures. This is only supported on iOS with the use of a
CVOpenGLESTextureCache.

The I420 rendering and native rendering are separated in two different
implementations of a simple shader interface:
@protocol Shader
- (BOOL)drawFrame:(RTCVideoFrame*)frame;
@end
GL resources are allocated when the shader is instantiated and released
when the shader is destroyed. RTCEAGLVideoView will lazily instantiate
the necessary shader when it receives the first frame of that kind. This
is primarily done to avoid allocating GL resources for both I420 and
native rendering.

Some other changes are:
 - Print GL shader compilation errors.
 - Remove updateTextureSizesForFrame() function. The textures will
   resize automatically anyway when the texture data is uploaded with
   glTexImage2D().

patch from issue 2154243002 at patchset 140001 (http://crrev.com/2154243002#ps140001)
Continuing magjed@'s work since he is OOO this week.

BUG=

Review-Url: https://codereview.webrtc.org/2202823004
Cr-Commit-Position: refs/heads/master@{#13668}
2016-08-08 10:10:12 +00:00
peah
c3ec1fd23c Adding GN targets for audioproc, audioproc_f and unpack_aecdump
BUG=webrtc:6171
NOTRY=True

Review-Url: https://codereview.webrtc.org/2222643002
Cr-Commit-Position: refs/heads/master@{#13667}
2016-08-08 06:19:35 +00:00
tkchin
2ddfdba989 GN: Add targets for AppRTCDemo on Mac+iOS
BUG=webrtc:6022
NOTRY=True

Review-Url: https://codereview.webrtc.org/2211413003
Cr-Commit-Position: refs/heads/master@{#13666}
2016-08-08 04:37:56 +00:00
buildbot
968c9ccfe8 Roll chromium_revision c792d1ca22..039ff70eec (410283:410288)
Change log: c792d1ca22..039ff70eec
Full diff: c792d1ca22..039ff70eec

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2224823002
Cr-Commit-Position: refs/heads/master@{#13665}
2016-08-08 02:58:15 +00:00
buildbot
7064d648e5 Roll chromium_revision 7ac4976476..c792d1ca22 (410281:410283)
Change log: 7ac4976476..c792d1ca22
Full diff: 7ac4976476..c792d1ca22

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2224773002
Cr-Commit-Position: refs/heads/master@{#13664}
2016-08-07 19:21:22 +00:00
buildbot
08bbcc4eb3 Roll chromium_revision 8577969f1d..7ac4976476 (410275:410281)
Change log: 8577969f1d..7ac4976476
Full diff: 8577969f1d..7ac4976476

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2220843002
Cr-Commit-Position: refs/heads/master@{#13663}
2016-08-07 10:46:55 +00:00
buildbot
4d14d24790 Roll chromium_revision 8d0c21dddb..8577969f1d (410266:410275)
Change log: 8d0c21dddb..8577969f1d
Full diff: 8d0c21dddb..8577969f1d

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2221763002
Cr-Commit-Position: refs/heads/master@{#13662}
2016-08-07 02:46:20 +00:00
buildbot
14ac655b90 Roll chromium_revision 066f6569a1..8d0c21dddb (410263:410266)
Change log: 066f6569a1..8d0c21dddb
Full diff: 066f6569a1..8d0c21dddb

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2224703002
Cr-Commit-Position: refs/heads/master@{#13661}
2016-08-06 18:49:48 +00:00
buildbot
ef3852952a Roll chromium_revision d90908aa34..066f6569a1 (410251:410263)
Change log: d90908aa34..066f6569a1
Full diff: d90908aa34..066f6569a1

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2222583003
Cr-Commit-Position: refs/heads/master@{#13660}
2016-08-06 10:56:30 +00:00
buildbot
92f4d6e818 Roll chromium_revision b7b51c4bcf..d90908aa34 (410104:410251)
Change log: b7b51c4bcf..d90908aa34
Full diff: b7b51c4bcf..d90908aa34

Changed dependencies:
* src/buildtools: 9c6ad6f5cb..e4aa960cb9
DEPS diff: b7b51c4bcf..d90908aa34/DEPS

No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2223643003
Cr-Commit-Position: refs/heads/master@{#13659}
2016-08-06 03:33:42 +00:00
buildbot
f31e87f10d Roll chromium_revision 9ace14b3b2..b7b51c4bcf (410022:410104)
Change log: 9ace14b3b2..b7b51c4bcf
Full diff: 9ace14b3b2..b7b51c4bcf

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2223483003
Cr-Commit-Position: refs/heads/master@{#13658}
2016-08-05 18:47:15 +00:00
zhihuang
9763d56464 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage.
To allow end-to-end QuicDataChannel usage with a
PeerConnection, RTCConfiguration has been modified to
include a boolean for whether to do QUIC, since negotiation of
QUIC is not implemented. If one peer does QUIC, then it will be
assumed that the other peer must do QUIC or the connection
will fail.

PeerConnection has been modified to create data channels of type
QuicDataChannel when the peer wants to do QUIC.

WebRtcSession has ben modified to use a QuicDataTransport
instead of a DtlsTransportChannelWrapper/DataChannel
when QUIC should be used

QuicDataTransport implements the generic functions of
BaseChannel to manage the QuicTransportChannel.

Committed: https://crrev.com/34b54c36a533dadb6ceb70795119194e6f530ef5
Review-Url: https://codereview.webrtc.org/2166873002
Cr-Original-Commit-Position: refs/heads/master@{#13645}
Cr-Commit-Position: refs/heads/master@{#13657}
2016-08-05 18:14:54 +00:00
johan
3859c89b2e Add decoder-specific settings with proper lifetime.
Utilize these settings for h264 sprop-parameter-sets.

BUG=webrtc:5948

Review-Url: https://codereview.webrtc.org/2185953002
Cr-Commit-Position: refs/heads/master@{#13656}
2016-08-05 16:19:33 +00:00
mflodman
4cd2790f17 Move RTP for synchroninzation and rename classes, files and variables.
This CL removes (almost) the last RTP references in VideoReceiveStream.
There are still references to RTPFragmentationHeader and SSRCs, which
will be dealt with later.

There are also new GUARDED_BY and thred checker added to the
synchronization class.

When there are othre transports than RTP, there will instead be an
interface + inheritance for RtpStreamReceiver and
RtpStreamSynchronizattion in VideoReceiveStream. This work will be done
when we actually know how we want to make thee transport interface.

BUG=webrtc:5838

Review-Url: https://codereview.webrtc.org/2216533002
Cr-Commit-Position: refs/heads/master@{#13655}
2016-08-05 13:28:50 +00:00
danilchap
b7b9dca4e4 Reland Enable socketservers unittests on windows.
Original CL: https://codereview.webrtc.org/2199193004/
Revert CL: https://codereview.webrtc.org/2209333002/

NOTRY=true
BUG=webrtc:6167,webrtc:6178

Review-Url: https://codereview.webrtc.org/2218853002
Cr-Commit-Position: refs/heads/master@{#13654}
2016-08-05 12:55:49 +00:00
buildbot
ac86c68e22 Roll chromium_revision 9d5d9721db..9ace14b3b2 (409966:410022)
Change log: 9d5d9721db..9ace14b3b2
Full diff: 9d5d9721db..9ace14b3b2

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2222443002
Cr-Commit-Position: refs/heads/master@{#13653}
2016-08-05 10:55:22 +00:00
danilchap
262e486128 TMMBRHelp::FindBoundingSet function cleaned
it become static to clearly state input, output and temporary variables
style updated with minor improvments to actual algorithm.

Review-Url: https://codereview.webrtc.org/1989363006
Cr-Commit-Position: refs/heads/master@{#13652}
2016-08-05 10:37:43 +00:00
ehmaldonado
1f8ed10aae Add win trybots to the default trybot set.
Adds win_x64_dbg to the default trybot set.
Replaces win_compile_dbg with win_dbg.

This is to cover 32 bit and 64 bit debug configuration in the default
trybot set.

BUG=webrtc:6178
NOTRY=True

Review-Url: https://codereview.webrtc.org/2219763002
Cr-Commit-Position: refs/heads/master@{#13651}
2016-08-05 08:59:38 +00:00
buildbot
902821619d Roll chromium_revision 8b35b05724..9d5d9721db (409830:409966)
Change log: 8b35b05724..9d5d9721db
Full diff: 8b35b05724..9d5d9721db

Changed dependencies:
* src/buildtools: 88c6fc5bde..9c6ad6f5cb
DEPS diff: 8b35b05724..9d5d9721db/DEPS

No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2214363002
Cr-Commit-Position: refs/heads/master@{#13650}
2016-08-05 02:48:19 +00:00
tkchin
33f00e1272 Fix case-sensitive build system errors.
This is https://codereview.webrtc.org/2141093002/, just wanted to get it in.

NOTRY=True
BUG=

Review-Url: https://codereview.webrtc.org/2214113002
Cr-Commit-Position: refs/heads/master@{#13649}
2016-08-04 19:46:51 +00:00
kjellander
a4e4e7a523 Revert of Temporarily disable android_arm64_rel trybot. (patchset #1 id:1 of https://codereview.webrtc.org/2212913002/ )
Reason for revert:
The bot is now back online.

Original issue's description:
> Temporarily disable android_arm64_rel trybot.
>
> The trybot machine build140-b4 has issues with its devices:
> https://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel
>
> BUG=634266
> NOTRY=True
>
> Committed: https://crrev.com/bfc7a30c663dbc7ecad145b8e834ebb47b3f75ec
> Cr-Commit-Position: refs/heads/master@{#13634}

TBR=ehmaldonado@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=634266

Review-Url: https://codereview.webrtc.org/2209103004
Cr-Commit-Position: refs/heads/master@{#13648}
2016-08-04 19:45:42 +00:00
deadbeef
907abe4411 Revert of Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. (patchset #8 id:280001 of https://codereview.webrtc.org/2166873002/ )
Reason for revert:
Reverting because it broke an RTP data channel test on the FYI bots.

Original issue's description:
> Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage.
>
> To allow end-to-end QuicDataChannel usage with a
> PeerConnection, RTCConfiguration has been modified to
> include a boolean for whether to do QUIC, since negotiation of
> QUIC is not implemented. If one peer does QUIC, then it will be
> assumed that the other peer must do QUIC or the connection
> will fail.
>
> PeerConnection has been modified to create data channels of type
> QuicDataChannel when the peer wants to do QUIC.
>
> WebRtcSession has ben modified to use a QuicDataTransport
> instead of a DtlsTransportChannelWrapper/DataChannel
> when QUIC should be used
>
> QuicDataTransport implements the generic functions of
> BaseChannel to manage the QuicTransportChannel.
>
> Committed: https://crrev.com/34b54c36a533dadb6ceb70795119194e6f530ef5
> Cr-Commit-Position: refs/heads/master@{#13645}

TBR=pthatcher@webrtc.org,zhihuang@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review-Url: https://codereview.webrtc.org/2206793007
Cr-Commit-Position: refs/heads/master@{#13647}
2016-08-04 19:22:22 +00:00
buildbot
e7db69bc3c Roll chromium_revision f65883a9c0..8b35b05724 (409751:409830)
Change log: f65883a9c0..8b35b05724
Full diff: f65883a9c0..8b35b05724

Changed dependencies:
* src/third_party/opus/src: https://chromium.googlesource.com/chromium/deps/opus.git/+log/aa32042a50..None
DEPS diff: https://chromium.googlesource.com/chromium/src/+/f65883a9c0..8b35b05724/DEPS

No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2210393002
Cr-Commit-Position: refs/heads/master@{#13646}
2016-08-04 19:16:20 +00:00
zhihuang
34b54c36a5 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage.
To allow end-to-end QuicDataChannel usage with a
PeerConnection, RTCConfiguration has been modified to
include a boolean for whether to do QUIC, since negotiation of
QUIC is not implemented. If one peer does QUIC, then it will be
assumed that the other peer must do QUIC or the connection
will fail.

PeerConnection has been modified to create data channels of type
QuicDataChannel when the peer wants to do QUIC.

WebRtcSession has ben modified to use a QuicDataTransport
instead of a DtlsTransportChannelWrapper/DataChannel
when QUIC should be used

QuicDataTransport implements the generic functions of
BaseChannel to manage the QuicTransportChannel.

Review-Url: https://codereview.webrtc.org/2166873002
Cr-Commit-Position: refs/heads/master@{#13645}
2016-08-04 18:06:58 +00:00
terelius
f736d2365d Add fraction loss in visualization tool.
Review-Url: https://codereview.webrtc.org/2204713005
Cr-Commit-Position: refs/heads/master@{#13644}
2016-08-04 17:00:19 +00:00
sprang
ddba75c7cb Remove rtt limit on retransmission rate limiter
After offline discussion, this was mostly of historical use and may
actually be more of a risk now that we have the paced sender.

BUG=

Review-Url: https://codereview.webrtc.org/2198933004
Cr-Commit-Position: refs/heads/master@{#13643}
2016-08-04 16:52:46 +00:00
ehmaldonado
9f1771b729 Revert of Enable socketservers unittests on windows (patchset #7 id:260001 of https://codereview.webrtc.org/2199193004/ )
Reason for revert:
Win64 Debug seems to be broken because of this CL.

https://build.chromium.org/p/client.webrtc/builders/Win64%20Debug

The Win32SocketTest.TestGetSetOptionsIPv4 test is failing with

[ RUN      ] Win32SocketTest.TestGetSetOptionsIPv4
(win32socketserver.cc:299): GetRemoteAddress: unable to get remote addr, socket=672
(winping.cc:262): IcmpSendEcho(, 65507): 0

Full logs at

https://build.chromium.org/p/client.webrtc/builders/Win64%20Debug/builds/8444/steps/webrtc_nonparallel_tests/logs/stdio

I filed a bug at https://bugs.chromium.org/p/webrtc/issues/detail?id=6178

Original issue's description:
> Enable socketservers unittests on windows.
> failing tests disabling moved to ifdefs within the test files from build files.
>
> R=tommi@webrtc.org
>
> Committed: https://crrev.com/e51e11910faddb00921a8bb274f0d9374d55011f
> Cr-Commit-Position: refs/heads/master@{#13623}

TBR=tommi@webrtc.org,danilchap@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.

Review-Url: https://codereview.webrtc.org/2209333002
Cr-Commit-Position: refs/heads/master@{#13642}
2016-08-04 16:18:18 +00:00
sakal
06bfe1f879 Reland of GN: Create target for video_capture_tests on Linux. (patchset #1 id:1 of https://codereview.webrtc.org/2217463002/ )
Reason for revert:
Fix issue.

Original issue's description:
> Revert of GN: Create target for video_capture_tests on Linux. (patchset #2 id:20001 of https://codereview.webrtc.org/2207463004/ )
>
> Reason for revert:
> Breaks bots.
> See https://build.chromium.org/p/chromium.webrtc.fyi/builders/Android%20Builder%20%28dbg%29/builds/15490
>
> Original issue's description:
> > GN: Create target for video_capture_tests on Linux.
> >
> > BUG=webrtc:6042
> >
> > Committed: https://crrev.com/171c7fef0a8b7a1598ac87e0349e210372cb974c
> > Cr-Commit-Position: refs/heads/master@{#13638}
>
> TBR=mflodman@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:6042
>
> Committed: https://crrev.com/41bce13482464741e916190b4e5ec3c628f606dd
> Cr-Commit-Position: refs/heads/master@{#13640}

TBR=mflodman@webrtc.org,guidou@webrtc.org
BUG=webrtc:6042

Review-Url: https://codereview.webrtc.org/2211013002
Cr-Commit-Position: refs/heads/master@{#13641}
2016-08-04 14:54:08 +00:00
guidou
41bce13482 Revert of GN: Create target for video_capture_tests on Linux. (patchset #2 id:20001 of https://codereview.webrtc.org/2207463004/ )
Reason for revert:
Breaks bots.
See https://build.chromium.org/p/chromium.webrtc.fyi/builders/Android%20Builder%20%28dbg%29/builds/15490

Original issue's description:
> GN: Create target for video_capture_tests on Linux.
>
> BUG=webrtc:6042
>
> Committed: https://crrev.com/171c7fef0a8b7a1598ac87e0349e210372cb974c
> Cr-Commit-Position: refs/heads/master@{#13638}

TBR=mflodman@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:6042

Review-Url: https://codereview.webrtc.org/2217463002
Cr-Commit-Position: refs/heads/master@{#13640}
2016-08-04 13:48:22 +00:00
stefan
db7543809e Tune BWE to be more sensitive on low capacity networks.
Also lowering the min bitrate for simulations to be able to better capture this issue in the BweFeedbackTest.Choke200kbps30kbps200kbps performance test.

BUG=webrtc:6105
NOTRY=true
NOPRESUBMIT=true

Review-Url: https://codereview.webrtc.org/2201093006
Cr-Commit-Position: refs/heads/master@{#13639}
2016-08-04 13:42:14 +00:00
sakal
171c7fef0a GN: Create target for video_capture_tests on Linux.
BUG=webrtc:6042

Review-Url: https://codereview.webrtc.org/2207463004
Cr-Commit-Position: refs/heads/master@{#13638}
2016-08-04 13:29:31 +00:00
buildbot
90860af881 Roll chromium_revision 33f87688e4..f65883a9c0 (409700:409751)
Change log: 33f87688e4..f65883a9c0
Full diff: 33f87688e4..f65883a9c0

No dependencies changed.
No update to Clang.

TBR=

Review-Url: https://codereview.webrtc.org/2214653002
Cr-Commit-Position: refs/heads/master@{#13637}
2016-08-04 12:29:35 +00:00
aleloi
84ef615a5d Removed calls to VoE::SetPlayout() from WebRTCVoiceEngine.
This is part of rewriting the ConferenceMixer and OutputMixer.

Calls are instead routed through AudioReceiveStream::Start/Stop.

NOTRY=True

Review-Url: https://codereview.webrtc.org/2206223002
Cr-Commit-Position: refs/heads/master@{#13636}
2016-08-04 12:28:28 +00:00
jbauch
cb56065c62 Add support for GCM cipher suites from RFC 7714.
GCM cipher suites are optional (disabled by default) and can be enabled
through "PeerConnectionFactoryInterface::Options".

If compiled with Chromium (i.e. "ENABLE_EXTERNAL_AUTH" is defined), no
GCM ciphers can be used yet (see https://crbug.com/628400).

BUG=webrtc:5222, 628400

Review-Url: https://codereview.webrtc.org/1528843005
Cr-Commit-Position: refs/heads/master@{#13635}
2016-08-04 12:20:38 +00:00
ehmaldonado
bfc7a30c66 Temporarily disable android_arm64_rel trybot.
The trybot machine build140-b4 has issues with its devices:
https://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel

BUG=634266
NOTRY=True

Review-Url: https://codereview.webrtc.org/2212913002
Cr-Commit-Position: refs/heads/master@{#13634}
2016-08-04 11:44:37 +00:00
charujain
604fc114fb Creating GN version of xmllite_xmpp_unittests
NOTRY=True

BUG=webrtc:6043

Review-Url: https://codereview.webrtc.org/2184043002
Cr-Commit-Position: refs/heads/master@{#13633}
2016-08-04 08:16:47 +00:00
kjellander
b419d6e965 Roll chromium_revision 48e079d573..33f87688e4 (407510:409700)
Added symlink to third_party/closure_compiler to resolve Android GN error.

Change log: 48e079d573..33f87688e4
Full diff: 48e079d573..33f87688e4

Changed dependencies:
* src/buildtools: 60f7f9a8b4..88c6fc5bde
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/5440fe0cd1..0d1b0961f9
* src/third_party/ffmpeg: 24ea727552..4e878f7f64
* src/third_party/libsrtp: 720780acf8..48bdd208dc
* src/third_party/libvpx/source/libvpx: 4b073bc39a..82070ae939
* src/third_party/libyuv: e84dcb43bd..68786ccd53
* src/third_party/lss: 4fc942258f..3f6478ac95
* src/third_party/opus/src: 655cc54c56..aa32042a50
* src/third_party/usrsctp/usrsctplib: c60ec8b35c..9a3e5465e9
* src/tools/swarming_client: 7f63a272f7..e4288c3040
DEPS diff: 48e079d573..33f87688e4/DEPS

No update to Clang.

Skipping trybots since they already ran for https://codereview.webrtc.org/2210493004/ and this CL just adds a
fix for Android GN (which trybots were run).

TBR=marpan@webrtc.org,
BUG=webrtc:6169
NOTRY=True

Review-Url: https://codereview.webrtc.org/2215633002
Cr-Commit-Position: refs/heads/master@{#13632}
2016-08-04 07:00:47 +00:00
Honghai Zhang
8cd8f81748 Prepare for ICE renomination.
Add an ICE nomination attribute. If a connection switched on the controlling side, increase the nomination value set in the attribute.
The controlled side will also be ready for re-nomination option; it will switch if a nomination comes with a higher nomination value even though it may be at a lower priority.
Plus, don't nominate or re-nominate if the nomination value at the current connection has been acknowledged.

BUG=
R=deadbeef@webrtc.org, pthatcher@webrtc.org

Review URL: https://codereview.webrtc.org/2163403002 .

Cr-Commit-Position: refs/heads/master@{#13631}
2016-08-04 02:50:53 +00:00
tkchin
6ce738da31 Disable encoder scaling on iPhone4S.
Scaling causes us to work the CPU too much, which very quickly degrades quality. This causes us to at least behave better on good networks.

NOTRY=True
BUG=

Review-Url: https://codereview.webrtc.org/2205763002
Cr-Commit-Position: refs/heads/master@{#13630}
2016-08-03 19:57:18 +00:00
tkchin
9dfa249796 Use 352x288 for iPhone 4S.
NOTRY=True
BUG=

Review-Url: https://codereview.webrtc.org/2206773002
Cr-Commit-Position: refs/heads/master@{#13629}
2016-08-03 18:39:09 +00:00
ehmaldonado
f98dc105ba GN: Add target for modules_tests.
Additional changes I needed to make it work:

- Modified a header in RTPFile.cc. Every other file is
  using "webrtc/engine_configurations.h" instead.

- Disabled flag 4373 for msvs because it was disabled
  in build/common.gypi.

BUG=webrtc:6038
TBR=kwiberg@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2187563005
Cr-Commit-Position: refs/heads/master@{#13628}
2016-08-03 17:46:51 +00:00
Peter Boström
df47312fad Roll gtest-parallel.
BUG=
R=stefan@webrtc.org

Review URL: https://codereview.webrtc.org/2208023002 .

Cr-Commit-Position: refs/heads/master@{#13627}
2016-08-03 17:11:35 +00:00
Danil Chapovalov
31e4e806b1 RtpPacketHistory rewritten to use RtpPacket class.
RtpSender updated to use new version of RtpPacketHistory.

BUG=webrtc:5261
R=asapersson@webrtc.org

Review URL: https://codereview.webrtc.org/1945773002 .

Cr-Commit-Position: refs/heads/master@{#13626}
2016-08-03 16:27:50 +00:00
ehmaldonado
6b42cef98d Add linux_arm to tryserver.webrtc.
BUG=webrtc:5057
NOTRY=True

Review-Url: https://codereview.webrtc.org/2203423002
Cr-Commit-Position: refs/heads/master@{#13625}
2016-08-03 15:27:07 +00:00
mflodman
997684079e Remove a few meaningless TODOs
R=asapersson@webrtc.org

Review URL: https://codereview.webrtc.org/2203363002 .

Cr-Commit-Position: refs/heads/master@{#13624}
2016-08-03 13:38:20 +00:00
Danil Chapovalov
e51e11910f Enable socketservers unittests on windows.
failing tests disabling moved to ifdefs within the test files from build files.

R=tommi@webrtc.org

Review URL: https://codereview.webrtc.org/2199193004 .

Cr-Commit-Position: refs/heads/master@{#13623}
2016-08-03 13:14:48 +00:00
Danil Chapovalov
837a1707ae Remove faulty DCHECK in rtcp::TransportFeedback::ParseFrom
BUG=chromium:632585
R=sprang@webrtc.org

Review URL: https://codereview.webrtc.org/2196563003 .

Cr-Commit-Position: refs/heads/master@{#13622}
2016-08-03 11:40:12 +00:00
philipel
4f6cd6ac59 Wire up VCMTiming in FrameBuffer2.
The VCMTiming class is now used to set the render time for frames.

BUG=webrtc:5514
R=stefan@webrtc.org

Review URL: https://codereview.webrtc.org/2138873003 .

Cr-Commit-Position: refs/heads/master@{#13621}
2016-08-03 08:59:47 +00:00