15835 Commits

Author SHA1 Message Date
aleloi
a3b2add27d Added handling of 'agc_compression_gain' flag in audioproc_f.
The test program modules/audio_processing/test/audioproc_float.cc
defined the flag 'agc_compression_gain' and had checks if the
parameter was valid (audioproc_float). The flag was also copied to
webrtc::test::SimulationSettings of audio_processing_simulator.h. The
setting was however never applied to APM.

This change applies the setting on the GainControl submodule in the
same way as the agc_target_level is applied.

This is needed for e.g. testing the AGC fixed digital limiter with the
same configuration as it is (currently) used with in AudioMixerImpl.

Also added new flag '-experimental_agc'. This flag allows disabling the
experimental AGC, which is how the AGC is used in AudioMixerImpl.
ExperimentalAgc is enabled by default, exactly as it was prior to this change.

The change has been tested locally by listening tests and diff comparisons.

BUG=None
NOTRY=True # win_dbg bot not cooperating

Review-Url: https://codereview.webrtc.org/2684983004
Cr-Commit-Position: refs/heads/master@{#16603}
2017-02-14 10:07:49 +00:00
kthelgason
ad9010c983 Make sure initial framedrop is off where quality scaling is off.
BUG=chromium:689972,chromium:689915

Review-Url: https://codereview.webrtc.org/2684683004
Cr-Commit-Position: refs/heads/master@{#16602}
2017-02-14 08:46:51 +00:00
nisse
1a95e61e37 Delete httpclient.c and related files.
The files socketpool.h and diskcache.h also become unused, and are
deleted together with their sources.

BUG=webrtc:6424

Review-Url: https://codereview.webrtc.org/2694753002
Cr-Commit-Position: refs/heads/master@{#16601}
2017-02-14 08:23:10 +00:00
kjellander
29ea2edfe6 Reland of Roll chromium_revision 7a8b621535..962dfbcdb2 (449940:450031) (patchset #1 id:1 of https://codereview.webrtc.org/2690243002/ )
Reason for revert:
I have a fix ready for the downstream project.

Original issue's description:
> Revert of Roll chromium_revision 7a8b621535..962dfbcdb2 (449940:450031) (patchset #1 id:1 of https://codereview.webrtc.org/2694773003/ )
>
> Reason for revert:
> The libvpx roll broke an internal project
>
> Original issue's description:
> > Roll chromium_revision 7a8b621535..962dfbcdb2 (449940:450031)
> >
> > Change log: 7a8b621535..962dfbcdb2
> > Full diff: 7a8b621535..962dfbcdb2
> >
> > Changed dependencies:
> > * src/base: da9ea7c196..e7ee554267
> > * src/build: 3e5cfce8cf..11f5df6e25
> > * src/ios: aef3d8defa..ba6815a36f
> > * src/third_party: a2296b7dbc..26d563eb01
> > * src/third_party/libvpx/source/libvpx: 164db8278f..91f87e7513
> > * src/tools: 8bbd3624b9..aceeebe907
> > DEPS diff: 7a8b621535..962dfbcdb2/DEPS
> >
> > No update to Clang.
> >
> > TBR=marpan@webrtc.org,
> > BUG=None
> >
> > Review-Url: https://codereview.webrtc.org/2694773003
> > Cr-Commit-Position: refs/heads/master@{#16590}
> > Committed: 9c9d95b2dc
>
> TBR=marpan@webrtc.org,buildbot@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=None
>
> Review-Url: https://codereview.webrtc.org/2690243002
> Cr-Commit-Position: refs/heads/master@{#16592}
> Committed: 02c739f4ef

TBR=marpan@webrtc.org,buildbot@webrtc.org,kjellander@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=None

Review-Url: https://codereview.webrtc.org/2690183005
Cr-Commit-Position: refs/heads/master@{#16600}
2017-02-14 07:53:19 +00:00
nisse
77282a87a1 Delete fileutils_mock.h.
It became unused in cl https://codereview.webrtc.org/2541453002/.

BUG=webrtc:6424

Review-Url: https://codereview.webrtc.org/2690093002
Cr-Commit-Position: refs/heads/master@{#16599}
2017-02-14 07:21:52 +00:00
Peter Boström
2758c664b4 Fix the build break by keeping the old Port::AddAddress method since the
downstream application depends on it.
Mark the old Port::AddAddress deprecated and will be removed after the
applications stop replying on it.

BUG=None.
R=deadbeef@webrtc.org

Review-Url: https://codereview.webrtc.org/2694103003 .
Cr-Commit-Position: refs/heads/master@{#16598}
2017-02-14 01:33:27 +00:00
deadbeef
c874d1296a Fixing logic for using android_setsocknetwork() with bind().
If android_setsocknetwork() is available, and it fails, then bind()
should *not* be called, and an error should be returned.

If it succeeds, then bind should be called, but with an "any" address.

This is to prevent cases where sockets are sent with a source address
that doesn't match the network interface they're sent on. See bug below.

This CL also changes "NetworkBinderResults" to an enum class, and
renames it to "NetworkBinderResult".

BUG=webrtc:7026

Review-Url: https://codereview.webrtc.org/2646863005
Cr-Commit-Position: refs/heads/master@{#16597}
2017-02-13 23:41:59 +00:00
glaznev
06b7e5ce1f Add H.264 high profile to the list of supported codecs before baseline profile.
To ensure compliance with older version high profile should appear in local SDP
before baseline profile.

BUG=b/34816463

Review-Url: https://codereview.webrtc.org/2696733002
Cr-Commit-Position: refs/heads/master@{#16596}
2017-02-13 23:13:24 +00:00
deadbeef
b856794be7 Revert of Add the url attribute to the IceCandidate (Java Wrapper) (patchset #3 id:60001 of https://codereview.webrtc.org/2690593002/ )
Reason for revert:
Breaks downstream application's build

Original issue's description:
> Add the url attribute to the IceCandidate (Java Wrapper)
>
> The url of the ICE server is added to the IceCandiate class.
> This can be used to tell which server this candidate was gathered from.
>
> BUG=webrtc:7128
>
> Review-Url: https://codereview.webrtc.org/2690593002
> Cr-Commit-Position: refs/heads/master@{#16593}
> Committed: 8586c8ee88

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

Review-Url: https://codereview.webrtc.org/2692993002
Cr-Commit-Position: refs/heads/master@{#16595}
2017-02-13 22:31:38 +00:00
Peter Boström
f812e45d8f Handle InitDecode and reset in fallback decoder.
Makes sure video decoder software fallback handles InitDecode()
failures, and properly releases the pointer after ::Release() so that
another decode failure will properly reinitialize the decoder.

Also makes sure to not call Decode() without a previous InitDecode()
succeeding.

BUG=webrtc:7154
R=noahric@chromium.org, sophiechang@chromium.org

Review-Url: https://codereview.webrtc.org/2690183004 .
Cr-Commit-Position: refs/heads/master@{#16594}
2017-02-13 22:11:08 +00:00
zhihuang
8586c8ee88 Add the url attribute to the IceCandidate (Java Wrapper)
The url of the ICE server is added to the IceCandiate class.
This can be used to tell which server this candidate was gathered from.

BUG=webrtc:7128

Review-Url: https://codereview.webrtc.org/2690593002
Cr-Commit-Position: refs/heads/master@{#16593}
2017-02-13 22:04:50 +00:00
kjellander
02c739f4ef Revert of Roll chromium_revision 7a8b621535..962dfbcdb2 (449940:450031) (patchset #1 id:1 of https://codereview.webrtc.org/2694773003/ )
Reason for revert:
The libvpx roll broke an internal project

Original issue's description:
> Roll chromium_revision 7a8b621535..962dfbcdb2 (449940:450031)
>
> Change log: 7a8b621535..962dfbcdb2
> Full diff: 7a8b621535..962dfbcdb2
>
> Changed dependencies:
> * src/base: da9ea7c196..e7ee554267
> * src/build: 3e5cfce8cf..11f5df6e25
> * src/ios: aef3d8defa..ba6815a36f
> * src/third_party: a2296b7dbc..26d563eb01
> * src/third_party/libvpx/source/libvpx: 164db8278f..91f87e7513
> * src/tools: 8bbd3624b9..aceeebe907
> DEPS diff: 7a8b621535..962dfbcdb2/DEPS
>
> No update to Clang.
>
> TBR=marpan@webrtc.org,
> BUG=None
>
> Review-Url: https://codereview.webrtc.org/2694773003
> Cr-Commit-Position: refs/heads/master@{#16590}
> Committed: 9c9d95b2dc

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

Review-Url: https://codereview.webrtc.org/2690243002
Cr-Commit-Position: refs/heads/master@{#16592}
2017-02-13 21:53:42 +00:00
zhihuang
26d99c2e28 Add the URL attribute to cricket::Candiate.
The URL of the ICE server will be reconstructed by the Port and the URL
attribute is added to the cricket::Candidate struct so that we can tell
which ICE server the candidate was gathered from.

This CL only changes the native C++ code. The Java and Objc wrapper will
be created in separate CLs.

BUG=webrtc::7128

Review-Url: https://codereview.webrtc.org/2685053004
Cr-Commit-Position: refs/heads/master@{#16591}
2017-02-13 20:47:27 +00:00
buildbot
9c9d95b2dc Roll chromium_revision 7a8b621535..962dfbcdb2 (449940:450031)
Change log: 7a8b621535..962dfbcdb2
Full diff: 7a8b621535..962dfbcdb2

Changed dependencies:
* src/base: da9ea7c196..e7ee554267
* src/build: 3e5cfce8cf..11f5df6e25
* src/ios: aef3d8defa..ba6815a36f
* src/third_party: a2296b7dbc..26d563eb01
* src/third_party/libvpx/source/libvpx: 164db8278f..91f87e7513
* src/tools: 8bbd3624b9..aceeebe907
DEPS diff: 7a8b621535..962dfbcdb2/DEPS

No update to Clang.

TBR=marpan@webrtc.org,
BUG=None

Review-Url: https://codereview.webrtc.org/2694773003
Cr-Commit-Position: refs/heads/master@{#16590}
2017-02-13 20:11:18 +00:00
deadbeef
39e14da919 Changing some PeerConnection-related comments.
As recommended by nisse@ in comments on this CL:
https://codereview.webrtc.org/2685093002/

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

Review-Url: https://codereview.webrtc.org/2692923002
Cr-Commit-Position: refs/heads/master@{#16589}
2017-02-13 17:49:58 +00:00
stefan
e3a5567230 Reduce the BWE with 50% when feedback is received too late.
Lateness is determined by the length of the send-side history, currently
set to 60 seconds.

BUG=webrtc:5079

Review-Url: https://codereview.webrtc.org/2684353004
Cr-Commit-Position: refs/heads/master@{#16588}
2017-02-13 17:08:22 +00:00
oprypin
9b0dbd4438 Support selecting architectures in iOS build script
BUG=webrtc:7127

Review-Url: https://codereview.webrtc.org/2682223004
Cr-Commit-Position: refs/heads/master@{#16587}
2017-02-13 16:30:01 +00:00
ossu
bcd88dbc01 WebRtcVoiceEngineTest: Changed a static_cast to a checked_cast.
Also two spelling fixes.
This is a follow-up to https://codereview.webrtc.org/2669583002/

TBR=kwiberg@webrtc.org
BUG=webrtc:5806

Review-Url: https://codereview.webrtc.org/2697453004
Cr-Commit-Position: refs/heads/master@{#16586}
2017-02-13 15:04:05 +00:00
buildbot
3ad1a5065c Roll chromium_revision 2fd0fddb74..7a8b621535 (449922:449940)
Change log: 2fd0fddb74..7a8b621535
Full diff: 2fd0fddb74..7a8b621535

Changed dependencies:
* src/base: 4860845df5..da9ea7c196
* src/ios: e5d1b2ef26..aef3d8defa
* src/third_party: bb887f7eeb..a2296b7dbc
* src/third_party/catapult: 623e8078bf..6fa9f83f74
DEPS diff: 2fd0fddb74..7a8b621535/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2693903002
Cr-Commit-Position: refs/heads/master@{#16585}
2017-02-13 14:44:18 +00:00
sakal
9de49e317e Add clearImage method to SurfaceViewRenderer.
BUG=None

Review-Url: https://codereview.webrtc.org/2691533002
Cr-Commit-Position: refs/heads/master@{#16584}
2017-02-13 14:15:02 +00:00
nisse
38cc1d6b31 Replace RtpStreamReceiver::DeliverRtp with OnRtpPacket.
This avoids redoing RTP header parsing already done in Call, for video.

The next step is to convert other types of receive streams, i.e.,
audio and flexfec, to use a compatible OnRtpPacket method. We can then
introduce a shared base interface, and simplify media-independent
receive processing in Call.

BUG=webrtc:7135

Review-Url: https://codereview.webrtc.org/2681673004
Cr-Commit-Position: refs/heads/master@{#16583}
2017-02-13 13:59:46 +00:00
sakal
07a050f995 Add support for swapping feeds in Android AppRTCMobile.
BUG=webrtc:6937

Review-Url: https://codereview.webrtc.org/2682943006
Cr-Commit-Position: refs/heads/master@{#16582}
2017-02-13 13:58:27 +00:00
ehmaldonado
f6ddbe77cb Fix check_package_boundaries presubmit test for Windows.
BUG=webrtc:6954
NOTRY=True

Review-Url: https://codereview.webrtc.org/2695573003
Cr-Commit-Position: refs/heads/master@{#16581}
2017-02-13 13:18:02 +00:00
adam.fedor
806a1a0c28 Add ifdef protection for iOS-only headers
BUG=webrtc:6841

Review-Url: https://codereview.webrtc.org/2553683008
Cr-Commit-Position: refs/heads/master@{#16580}
2017-02-13 13:09:01 +00:00
mbonadei
585209b36e Adding --use-goma and --extra-gn-args flags to build_ios_libs.py
BUG=chromium:690916
NOTRY=True

Review-Url: https://codereview.webrtc.org/2692443003
Cr-Commit-Position: refs/heads/master@{#16579}
2017-02-13 12:59:27 +00:00
solenberg
06f240bc4f Clean out platform specific things from voice_engine_defines.h.
BUG=webrtc:4690

Review-Url: https://codereview.webrtc.org/2689183002
Cr-Commit-Position: refs/heads/master@{#16578}
2017-02-13 12:42:52 +00:00
sprang
552c7c70b0 Make SendStatisticsProxy paramter mandatory in ViEEncoder ctor.
The only implementation which used a nullptr was a mock used in tests,
so add a dummy instance there instead.
Remove tests for stats_proxy_ in vie_encoder and just dcheck in the
constructor instead.

BUG=None

Review-Url: https://codereview.webrtc.org/2695643002
Cr-Commit-Position: refs/heads/master@{#16577}
2017-02-13 12:41:45 +00:00
nisse
1458462303 Delete unused classes AutoDetectProxy and SslSocketFactory.
SslSocketFactory is unused since https://codereview.webrtc.org/2506983002, and it's the last
user of AutoDetectProxy.

Also move HttpListenServer and SocksProxyServer to the rtc_base_tests_utils gn target, since they're used by tests only.

BUG=webrtc:6424

Review-Url: https://codereview.webrtc.org/2541453002
Cr-Commit-Position: refs/heads/master@{#16576}
2017-02-13 12:33:28 +00:00
oprypin
375b9ac4cc Improve warning about deprecation in PRESUBMIT
BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2691933003
Cr-Commit-Position: refs/heads/master@{#16575}
2017-02-13 12:13:23 +00:00
ehmaldonado
5583384048 Pass isolate output dir to gtest-parallel-wrapper.py
This makes it possible to archive all test execution logs on swarming jobs.

R=kjellander@webrtc.org
BUG=webrtc:7086
NOTRY=True

Review-Url: https://codereview.webrtc.org/2686563002
Cr-Commit-Position: refs/heads/master@{#16574}
2017-02-13 11:58:13 +00:00
buildbot
1771a3ca0f Roll chromium_revision d877d5897f..2fd0fddb74 (449915:449922)
Change log: d877d5897f..2fd0fddb74
Full diff: d877d5897f..2fd0fddb74

Changed dependencies:
* src/third_party: df027252d0..bb887f7eeb
DEPS diff: d877d5897f..2fd0fddb74/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2690883003
Cr-Commit-Position: refs/heads/master@{#16573}
2017-02-13 10:57:38 +00:00
sprang
be03724ae1 Fix nits in vie_encoder
Updated comment.
Don't call AdaptUp/AdaptDown in tests without first emitting a frame.
Handle frame received precondition in AdaptUp/AdaptDown with DCHECK
instead of return.

BUG=webrtc:4172, webrtc:6850

Review-Url: https://codereview.webrtc.org/2690023002
Cr-Commit-Position: refs/heads/master@{#16572}
2017-02-13 10:38:17 +00:00
asapersson
7041eed59f Add possibility to plot statistics from integration tests per codec type/implementation.
BUG=webrtc:6634

Review-Url: https://codereview.webrtc.org/2688863002
Cr-Commit-Position: refs/heads/master@{#16571}
2017-02-13 09:37:57 +00:00
buildbot
b6dd7cd5bf Roll chromium_revision 79dd3437b6..d877d5897f (449906:449915)
Change log: 79dd3437b6..d877d5897f
Full diff: 79dd3437b6..d877d5897f

Changed dependencies:
* src/third_party: fb6934b178..df027252d0
* src/third_party/catapult: 67cf0dc183..623e8078bf
DEPS diff: 79dd3437b6..d877d5897f/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2690933002
Cr-Commit-Position: refs/heads/master@{#16570}
2017-02-13 08:00:08 +00:00
buildbot
c8cb889c23 Roll chromium_revision e0b2424b74..79dd3437b6 (449904:449906)
Change log: e0b2424b74..79dd3437b6
Full diff: e0b2424b74..79dd3437b6

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2690903003
Cr-Commit-Position: refs/heads/master@{#16569}
2017-02-13 04:58:39 +00:00
buildbot
326ef5ce9f Roll chromium_revision 09885722cd..e0b2424b74 (449898:449904)
Change log: 09885722cd..e0b2424b74
Full diff: 09885722cd..e0b2424b74

Changed dependencies:
* src/third_party: e535fec690..fb6934b178
DEPS diff: 09885722cd..e0b2424b74/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2693783002
Cr-Commit-Position: refs/heads/master@{#16568}
2017-02-13 02:01:40 +00:00
buildbot
cd788fa773 Roll chromium_revision a27de19a92..09885722cd (449893:449898)
Change log: a27de19a92..09885722cd
Full diff: a27de19a92..09885722cd

Changed dependencies:
* src/testing: a604a6421d..71872f7d70
* src/third_party/catapult: a6b212171e..67cf0dc183
DEPS diff: a27de19a92..09885722cd/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2694633002
Cr-Commit-Position: refs/heads/master@{#16567}
2017-02-12 22:36:10 +00:00
buildbot
0e4feaa714 Roll chromium_revision 57cc1d8512..a27de19a92 (449892:449893)
Change log: 57cc1d8512..a27de19a92
Full diff: 57cc1d8512..a27de19a92

Changed dependencies:
* src/third_party: 90518c24d0..e535fec690
DEPS diff: 57cc1d8512..a27de19a92/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689083003
Cr-Commit-Position: refs/heads/master@{#16566}
2017-02-12 19:59:54 +00:00
buildbot
d74829cef6 Roll chromium_revision 08fedb23a2..57cc1d8512 (449890:449892)
Change log: 08fedb23a2..57cc1d8512
Full diff: 08fedb23a2..57cc1d8512

Changed dependencies:
* src/base: 8bf936c220..4860845df5
* src/third_party: 8c41a92cf8..90518c24d0
DEPS diff: 08fedb23a2..57cc1d8512/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2691833002
Cr-Commit-Position: refs/heads/master@{#16565}
2017-02-12 16:57:53 +00:00
buildbot
aa1b8c5f3a Roll chromium_revision a537597237..08fedb23a2 (449888:449890)
Change log: a537597237..08fedb23a2
Full diff: a537597237..08fedb23a2

Changed dependencies:
* src/third_party: fb8bbfa3a7..8c41a92cf8
DEPS diff: a537597237..08fedb23a2/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2690853002
Cr-Commit-Position: refs/heads/master@{#16564}
2017-02-12 14:05:58 +00:00
buildbot
fc7f6ab205 Roll chromium_revision 176138f21c..a537597237 (449886:449888)
Change log: 176138f21c..a537597237
Full diff: 176138f21c..a537597237

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689563007
Cr-Commit-Position: refs/heads/master@{#16563}
2017-02-12 10:48:53 +00:00
buildbot
d3bfc88a14 Roll chromium_revision 9f957e7547..176138f21c (449884:449886)
Change log: 9f957e7547..176138f21c
Full diff: 9f957e7547..176138f21c

Changed dependencies:
* src/ios: 4a1c904a31..e5d1b2ef26
* src/third_party: 9f08f67774..fb8bbfa3a7
DEPS diff: 9f957e7547..176138f21c/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2691793002
Cr-Commit-Position: refs/heads/master@{#16562}
2017-02-12 08:04:26 +00:00
buildbot
4ccebeb80a Roll chromium_revision 3487934d88..9f957e7547 (449878:449884)
Change log: 3487934d88..9f957e7547
Full diff: 3487934d88..9f957e7547

Changed dependencies:
* src/ios: 5f46c91c4c..4a1c904a31
* src/third_party: 113ea6564e..9f08f67774
DEPS diff: 3487934d88..9f957e7547/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689913002
Cr-Commit-Position: refs/heads/master@{#16561}
2017-02-12 04:59:37 +00:00
deadbeef
804c1af48b Move trackmediainfomap files from api/ to pc/.
It looks like this was left out of the original api/pc move CL since it
had been added recently.

BUG=webrtc:5883
TBR=ossu@webrtc.org

Review-Url: https://codereview.webrtc.org/2690793003
Cr-Commit-Position: refs/heads/master@{#16560}
2017-02-12 03:07:31 +00:00
buildbot
5f4665870b Roll chromium_revision 61ca532fcf..3487934d88 (449871:449878)
Change log: 61ca532fcf..3487934d88
Full diff: 61ca532fcf..3487934d88

Changed dependencies:
* src/build: 0d29448d5b..3e5cfce8cf
* src/third_party: 84236e592c..113ea6564e
DEPS diff: 61ca532fcf..3487934d88/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2682333006
Cr-Commit-Position: refs/heads/master@{#16559}
2017-02-12 02:04:56 +00:00
buildbot
6d44520bc1 Roll chromium_revision adb1db8ef9..61ca532fcf (449860:449871)
Change log: adb1db8ef9..61ca532fcf
Full diff: adb1db8ef9..61ca532fcf

Changed dependencies:
* src/third_party: c0b279eb2a..84236e592c
DEPS diff: adb1db8ef9..61ca532fcf/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689563006
Cr-Commit-Position: refs/heads/master@{#16558}
2017-02-11 19:31:14 +00:00
buildbot
8aaea5605d Roll chromium_revision 01199c020c..adb1db8ef9 (449856:449860)
Change log: 01199c020c..adb1db8ef9
Full diff: 01199c020c..adb1db8ef9

Changed dependencies:
* src/third_party: a6c5319fcc..c0b279eb2a
DEPS diff: 01199c020c..adb1db8ef9/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689813003
Cr-Commit-Position: refs/heads/master@{#16557}
2017-02-11 17:09:31 +00:00
buildbot
fc304da670 Roll chromium_revision 6445a816ee..01199c020c (449853:449856)
Change log: 6445a816ee..01199c020c
Full diff: 6445a816ee..01199c020c

Changed dependencies:
* src/third_party: c3bcde06a4..a6c5319fcc
DEPS diff: 6445a816ee..01199c020c/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2689793004
Cr-Commit-Position: refs/heads/master@{#16556}
2017-02-11 14:00:40 +00:00
buildbot
20ded2ac1b Roll chromium_revision ebc34ac470..6445a816ee (449846:449853)
Change log: ebc34ac470..6445a816ee
Full diff: ebc34ac470..6445a816ee

Changed dependencies:
* src/third_party: 7683341b84..c3bcde06a4
* src/tools: 1aa690793e..8bbd3624b9
DEPS diff: ebc34ac470..6445a816ee/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2681343006
Cr-Commit-Position: refs/heads/master@{#16555}
2017-02-11 10:37:54 +00:00
brandtr
49ce67c992 Do not encode frames in MultithreadedFakeH264Encoder after Release().
Other minor changes:
- Define locks after stuff it is protecting
- Use explicit default dtors
- Replace unnecessary lock in DelayedEncoder with SequencedTaskChecker

BUG=webrtc:7130

Review-Url: https://codereview.webrtc.org/2686103002
Cr-Commit-Position: refs/heads/master@{#16554}
2017-02-11 08:25:18 +00:00