16220 Commits

Author SHA1 Message Date
deadbeef
dc9200e314 Adding YouCompleteMe config for WebRTC.
Mostly just copied from Chromium, replacing instances of "chromium" with
"webrtc".

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2725233002
Cr-Commit-Position: refs/heads/master@{#16988}
2017-03-03 05:48:39 +00:00
kjellander
81db74a384 Enable GN check for webrtc/examples
BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2714343002
Cr-Commit-Position: refs/heads/master@{#16987}
2017-03-03 05:29:29 +00:00
kjellander
cfa95aa995 Enable GN check in voice_engine/
BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2714353002
Cr-Commit-Position: refs/heads/master@{#16986}
2017-03-03 05:28:23 +00:00
buildbot
c6dfb7bd3f Roll chromium_revision eb1ff6b205..abf462cdff (454454:454504)
Change log: eb1ff6b205..abf462cdff
Full diff: eb1ff6b205..abf462cdff

Changed dependencies:
* src/build: 534dc3a634..8ce716418e
* src/ios: 24606b0e1a..9f5edcf84b
* src/third_party: 8d7c285e6f..38a554edec
* src/tools: 1dfed1bd94..3edd973170
DEPS diff: eb1ff6b205..abf462cdff/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2723073007
Cr-Commit-Position: refs/heads/master@{#16985}
2017-03-03 04:19:35 +00:00
zijiehe
c4e9d210b3 BlankDetectorDesktopCapturerWrapper to detect a blank DesktopFrame
DXGI capturer highly depends on video adapter and its driver, as well as Windows
itself. I recently found it cannot work on my virtualbox instance any more,
which indicates it may not work well on some specific systems. What worse is,
the APIs do not return a failure in such case.

So this change adds a BlankDetectorDesktopCapturerWrapper, which samples several
pixels in the frame returned by a DesktopCapturer implementation. If all the
pixels selected are blank, this wrapper returns a failure. A typical usage is to
combine BlankDetectorDesktopCapturerWrapper with FallbackDesktopCapturerWrapper,
and use GDI capturer in case of failure.

Usually less than 500 pixels are checked, so the
BlankDetectorDesktopCapturerWrapper should not impact the capturer performance.

This change is expected to resolve bug 682112 in another dimension.

BUG=682112

Review-Url: https://codereview.webrtc.org/2709523003
Cr-Commit-Position: refs/heads/master@{#16984}
2017-03-03 01:38:36 +00:00
buildbot
4285b698fb Roll chromium_revision f91e7de4d7..eb1ff6b205 (454388:454454)
Change log: f91e7de4d7..eb1ff6b205
Full diff: f91e7de4d7..eb1ff6b205

Changed dependencies:
* src/base: 825bee5335..12b56f8e03
* src/build: 11669c6e6d..534dc3a634
* src/ios: 660b68c2d7..24606b0e1a
* src/testing: 01227e83ef..4fd405dadd
* src/third_party: d310d9589f..8d7c285e6f
* src/tools: b4a6146329..1dfed1bd94
DEPS diff: f91e7de4d7..eb1ff6b205/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2729083002
Cr-Commit-Position: refs/heads/master@{#16983}
2017-03-03 01:11:18 +00:00
buildbot
5b5bdb5936 Roll chromium_revision 3d6eaaf518..f91e7de4d7 (454320:454388)
Change log: 3d6eaaf518..f91e7de4d7
Full diff: 3d6eaaf518..f91e7de4d7

Changed dependencies:
* src/base: cec6cf9031..825bee5335
* src/ios: 49ea7a4c6a..660b68c2d7
* src/testing: 7b2712b69a..01227e83ef
* src/third_party: fa01885ad5..d310d9589f
* src/tools: df5f3b1fb9..b4a6146329
DEPS diff: 3d6eaaf518..f91e7de4d7/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2726273002
Cr-Commit-Position: refs/heads/master@{#16982}
2017-03-02 22:17:12 +00:00
kwiberg
bfc7f02d79 ArrayView: Support compile-time constant sizes
BUG=none

Review-Url: https://codereview.webrtc.org/2667383006
Cr-Commit-Position: refs/heads/master@{#16981}
2017-03-02 20:33:50 +00:00
buildbot
51ba2e2ed8 Roll chromium_revision 37a76369eb..3d6eaaf518 (454271:454320)
Change log: 37a76369eb..3d6eaaf518
Full diff: 37a76369eb..3d6eaaf518

Changed dependencies:
* src/base: 2ef770113c..cec6cf9031
* src/build: 2930f010f7..11669c6e6d
* src/testing: 36c8641f43..7b2712b69a
* src/third_party: 1446d2cce7..fa01885ad5
* src/tools: e9db2f294e..df5f3b1fb9
DEPS diff: 37a76369eb..3d6eaaf518/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2724233004
Cr-Commit-Position: refs/heads/master@{#16980}
2017-03-02 19:16:22 +00:00
ossu
0c4b849b27 Pick a matching CN codec, rather than the first CN codec.
It seems to me that we're currently just picking the first CN codec, rather than the one that matches the clock rate of the voice codec. The only test I've gotten to fail by changing this behavior is the one that's also changed in this CL, which explicitly expects a CN codec to be chosen even though there's none matching.

BUG=webrtc:7282

Review-Url: https://codereview.webrtc.org/2707133007
Cr-Commit-Position: refs/heads/master@{#16979}
2017-03-02 19:03:25 +00:00
buildbot
6ebaa6a283 Roll chromium_revision 7c02de6787..37a76369eb (454244:454271)
Change log: 7c02de6787..37a76369eb
Full diff: 7c02de6787..37a76369eb

Changed dependencies:
* src/ios: 21f7064537..49ea7a4c6a
* src/third_party: f52f5ac239..1446d2cce7
* src/tools: ce64c90336..e9db2f294e
DEPS diff: 7c02de6787..37a76369eb/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2723423003
Cr-Commit-Position: refs/heads/master@{#16978}
2017-03-02 16:30:32 +00:00
asapersson
a563c21e6a Increase kMinRequiredSamples (5 -> 200) for updating histogram stats from OnFrameBufferTimingsUpdated callback.
Callback used to be reported periodically (each 1000ms) but is now reported per frame.

BUG=webrtc:5514

Review-Url: https://codereview.webrtc.org/2729903002
Cr-Commit-Position: refs/heads/master@{#16977}
2017-03-02 16:25:46 +00:00
ilnik
9fd9f6c15f Fixed VP8 simulcast full-stack-tests to not decode non-selected streams.
BUG=webrtc:7095

Review-Url: https://codereview.webrtc.org/2730433005
Cr-Commit-Position: refs/heads/master@{#16976}
2017-03-02 16:10:10 +00:00
tommi
0473b1dc03 Go back to only using sched_yield on Mac (sigh)
Using sched_yield on Linux seems to be causing RestartingSendStreamPreservesRtpStatesWithRtx/0 to never complete.

BUG=webrtc:7187
TBR=solenberg@webrtc.org

Review-Url: https://codereview.webrtc.org/2732443002
Cr-Commit-Position: refs/heads/master@{#16975}
2017-03-02 16:08:59 +00:00
sakal
4c6df8893e Revert of Add QP for FFmpeg H264 decoder. (patchset #4 id:200001 of https://codereview.webrtc.org/2649133007/ )
Reason for revert:
Let's revert this while we investigate a problem in H264 bitstream parser.

Original issue's description:
> Add QP for FFmpeg H264 decoder.
>
> BUG=webrtc:6541
>
> Review-Url: https://codereview.webrtc.org/2649133007
> Cr-Commit-Position: refs/heads/master@{#16942}
> Committed: 879f4f6c31

TBR=sprang@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=webrtc:6541, chromium:697795

Review-Url: https://codereview.webrtc.org/2726973003
Cr-Commit-Position: refs/heads/master@{#16974}
2017-03-02 15:22:26 +00:00
tommi
500f1b7a32 Add a DCHECK for PlatformThread instances that are too busy.
This adds a simple mechanism that provides protection against
implementations that use the legacy callback type in PlatformThread
and are prone to entering a busy loop.

Enabled only in DCHECK enabled builds.

BUG=webrtc:7187

Review-Url: https://codereview.webrtc.org/2720223003
Cr-Commit-Position: refs/heads/master@{#16973}
2017-03-02 15:07:09 +00:00
sakal
cabea3dbf2 Revert of H264BitstreamParser: Log nalu type when parsing slice type fails. (patchset #1 id:60001 of https://codereview.webrtc.org/2726833005/ )
Reason for revert:
Investigation complete.

Original issue's description:
> H264BitstreamParser: Log nalu type when parsing slice type fails.
>
> Decreases all parsing failures to a warning because they are not
> critical errors. This is a speculative commit to help diagnose
> why bots are failing.
>
> BUG=chromium:697795
> TBR=stefan@webrtc.org
>
> Review-Url: https://codereview.webrtc.org/2726833005
> Cr-Commit-Position: refs/heads/master@{#16966}
> Committed: 6bce6ad485

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

Review-Url: https://codereview.webrtc.org/2723883004
Cr-Commit-Position: refs/heads/master@{#16972}
2017-03-02 14:55:07 +00:00
danilchap
9f5b6224e8 Disabled flaky VideoSendStreamTest.DoesUtilizeUlpfecForVp*WithNackEnabled
BUG=webrtc:7285
TBR=sprang@webrtc.org
NOTRY=true

Review-Url: https://codereview.webrtc.org/2727263002
Cr-Commit-Position: refs/heads/master@{#16971}
2017-03-02 14:22:21 +00:00
tommi
0d3573976c Drop out of order frames in VideoRenderFrames.
BUG=webrtc:7253

Review-Url: https://codereview.webrtc.org/2724823004
Cr-Commit-Position: refs/heads/master@{#16970}
2017-03-02 13:59:42 +00:00
alessiob
a44ba63cb7 APM Quality Assessment tool, new owners
BUG=webrtc:7218
NOTRY=True

Review-Url: https://codereview.webrtc.org/2729023002
Cr-Commit-Position: refs/heads/master@{#16969}
2017-03-02 13:41:07 +00:00
buildbot
09b70a06b3 Roll chromium_revision 49e0de872b..7c02de6787 (454221:454244)
Change log: 49e0de872b..7c02de6787
Full diff: 49e0de872b..7c02de6787

Changed dependencies:
* src/base: c53fa6ba34..2ef770113c
* src/ios: 824b59c3b1..21f7064537
* src/testing: 7452f52771..36c8641f43
* src/third_party: aa0b85a264..f52f5ac239
* src/tools: a48b086ac0..ce64c90336
DEPS diff: 49e0de872b..7c02de6787/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2729723003
Cr-Commit-Position: refs/heads/master@{#16968}
2017-03-02 13:37:57 +00:00
ilnik
68af10de7f Revert of fixed VP8 simulcast to not decode non-selected streams (patchset #5 id:80001 of https://codereview.webrtc.org/2728553003/ )
Reason for revert:
Causes regression in VP8 simulcast metrics (receive time, encoded frame size, etc) as two excluded streams' decoders request keyframes periodically, which affects metrics of a selected stream.

Original issue's description:
> In full-stack tests: fixed VP8 simulcast to not decode non-selected streams.
>
> BUG=webrtc:7095
>
> Review-Url: https://codereview.webrtc.org/2728553003
> Cr-Commit-Position: refs/heads/master@{#16948}
> Committed: 8dccd67520

TBR=sprang@webrtc.org,kjellander@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/2729623005
Cr-Commit-Position: refs/heads/master@{#16967}
2017-03-02 12:59:33 +00:00
sakal
6bce6ad485 H264BitstreamParser: Log nalu type when parsing slice type fails.
Decreases all parsing failures to a warning because they are not
critical errors. This is a speculative commit to help diagnose
why bots are failing.

BUG=chromium:697795
TBR=stefan@webrtc.org

Review-Url: https://codereview.webrtc.org/2726833005
Cr-Commit-Position: refs/heads/master@{#16966}
2017-03-02 12:34:32 +00:00
henrik.lundin
fb4f8b6cb4 VoE Utility: Fix a naming nit in RemixAndResample
This was pointed out in https://codereview.webrtc.org/2712743004 after
committing.

BUG=webrtc:7220
NOTRY=True
TBR=solenberg@webrtc.org

Review-Url: https://codereview.webrtc.org/2721123005
Cr-Commit-Position: refs/heads/master@{#16965}
2017-03-02 12:10:57 +00:00
buildbot
80420adf6c Roll chromium_revision 2eb18ebdb1..49e0de872b (454201:454221)
Change log: 2eb18ebdb1..49e0de872b
Full diff: 2eb18ebdb1..49e0de872b

Changed dependencies:
* src/ios: 915fe3247f..824b59c3b1
* src/third_party: 8eb5001a41..aa0b85a264
* src/tools: 550f6d41c1..a48b086ac0
DEPS diff: 2eb18ebdb1..49e0de872b/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2724983004
Cr-Commit-Position: refs/heads/master@{#16964}
2017-03-02 10:10:16 +00:00
magjed
0c29de5579 Android HW decoder: Limit frame size based on cropping information
BUG=webrtc:7267

Review-Url: https://codereview.webrtc.org/2722803002
Cr-Commit-Position: refs/heads/master@{#16963}
2017-03-02 08:55:32 +00:00
asapersson
55eb6d6214 vp8_impl.cc: Enable postproc for arm under field trial.
For resolutions:
<= 320x240: enable full postproc (VP8_MFQE, VP8_DEBLOCK, VP8_DEMACROBLOCK).
> 320x240: enable VP8_MFQE.

TBR=marpan@webrtc.org
BUG=webrtc:6634

Review-Url: https://codereview.webrtc.org/2696403002
Cr-Commit-Position: refs/heads/master@{#16962}
2017-03-02 07:52:16 +00:00
buildbot
0ef30eff41 Roll chromium_revision a9901fd3d3..2eb18ebdb1 (454175:454201)
Change log: a9901fd3d3..2eb18ebdb1
Full diff: a9901fd3d3..2eb18ebdb1

Changed dependencies:
* src/base: 0dff54106b..c53fa6ba34
* src/ios: 05b9448a2d..915fe3247f
* src/third_party: 1de8755998..8eb5001a41
* src/third_party/catapult: b06826430a..7ef761733d
DEPS diff: a9901fd3d3..2eb18ebdb1/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2724943004
Cr-Commit-Position: refs/heads/master@{#16961}
2017-03-02 07:43:55 +00:00
zhihuang
2c48d0c531 Relanding: Remove the IceTransportInternal2.
Introduing IceTransportInternal2 is a temporary fix to switch the base
class of P2PTransportChannel to IceTransportInternal without breaking
Chromium. It is removed in this CL.

Reland this CL after Chromium doesn't depend on this.

BUG=webrtc:6951

Review-Url: https://codereview.webrtc.org/2632563002
Cr-Original-Commit-Position: refs/heads/master@{#16131}
Committed: c7953fa716
Review-Url: https://codereview.webrtc.org/2632563002
Cr-Commit-Position: refs/heads/master@{#16960}
2017-03-02 06:47:18 +00:00
buildbot
03f1d2e9e4 Roll chromium_revision ac324502c9..a9901fd3d3 (454128:454175)
Change log: ac324502c9..a9901fd3d3
Full diff: ac324502c9..a9901fd3d3

Changed dependencies:
* src/base: b9c6a14c9f..0dff54106b
* src/testing: e51988c838..7452f52771
* src/third_party: 514a5239bb..1de8755998
* src/third_party/catapult: bfa19decec..b06826430a
* src/tools: b3de1eee0b..550f6d41c1
DEPS diff: ac324502c9..a9901fd3d3/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2724193003
Cr-Commit-Position: refs/heads/master@{#16959}
2017-03-02 05:19:30 +00:00
kwiberg
d3edd770ad Introduce dchecked_cast, and start using it
It's the faster, less strict cousin of checked_cast.

BUG=none

Review-Url: https://codereview.webrtc.org/2714063002
Cr-Commit-Position: refs/heads/master@{#16958}
2017-03-02 02:52:48 +00:00
buildbot
3126ef5416 Roll chromium_revision 4dc108a860..ac324502c9 (454049:454128)
Change log: 4dc108a860..ac324502c9
Full diff: 4dc108a860..ac324502c9

Changed dependencies:
* src/base: 2e9adf20dc..b9c6a14c9f
* src/build: b625bb4ba1..2930f010f7
* src/ios: 918c632d30..05b9448a2d
* src/testing: 1b8bb6f88e..e51988c838
* src/third_party: dc255bc777..514a5239bb
* src/third_party/catapult: 6a92df3678..bfa19decec
* src/tools: 7f9cdcbaa9..b3de1eee0b
DEPS diff: 4dc108a860..ac324502c9/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2727083002
Cr-Commit-Position: refs/heads/master@{#16957}
2017-03-02 01:29:42 +00:00
solenberg
796b8f9d71 Remove usage of VoEVolumeControl from WVoE and Audio[Send|Receive]Stream.
BUG=webrtc:4690

Review-Url: https://codereview.webrtc.org/2721003002
Cr-Commit-Position: refs/heads/master@{#16956}
2017-03-02 01:02:23 +00:00
jbauch
d48f488bed Support GCM ciphers even if ENABLE_EXTERNAL_AUTH is defined.
With ENABLE_EXTERNAL_AUTH, external auth will only be used depending
on the selected cipher (allowed for non-GCM, not allowed for GCM).

BUG=webrtc:5222, chromium:628400

Review-Url: https://codereview.webrtc.org/2720663003
Cr-Commit-Position: refs/heads/master@{#16955}
2017-03-01 23:34:36 +00:00
buildbot
0c003776a9 Roll chromium_revision 6ce977e6a1..4dc108a860 (453982:454049)
Change log: 6ce977e6a1..4dc108a860
Full diff: 6ce977e6a1..4dc108a860

Changed dependencies:
* src/base: 80f3ac15c0..2e9adf20dc
* src/ios: 19c43c04f4..918c632d30
* src/third_party: c00d2070c6..dc255bc777
* src/third_party/catapult: 2969dae580..6a92df3678
* src/tools: e9ecba88dc..7f9cdcbaa9
DEPS diff: 6ce977e6a1..4dc108a860/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2722333002
Cr-Commit-Position: refs/heads/master@{#16954}
2017-03-01 22:14:02 +00:00
zijiehe
634fcb32e3 DxgiOutputDuplicator AcquireNextFrame timeout can be 0
Timeout of AcquireNextFrame() can be 0. Though MSDN does not state it clear, I
tried it on my laptop, it works well, with almost zero capture time.
The screenshot is at https://drive.google.com/open?id=0B0OFNI4uoZGRNVZxekxCbm0ycmc.

BUG=682112

Review-Url: https://codereview.webrtc.org/2712353002
Cr-Commit-Position: refs/heads/master@{#16953}
2017-03-01 19:45:37 +00:00
solenberg
2100c0ba13 Support N unsignaled audio streams.
BUG=webrtc:7175, webrtc:5208

Review-Url: https://codereview.webrtc.org/2685893002
Cr-Commit-Position: refs/heads/master@{#16952}
2017-03-01 19:29:29 +00:00
buildbot
1f50daeb80 Roll chromium_revision 98783dd475..6ce977e6a1 (453939:453982)
Change log: 98783dd475..6ce977e6a1
Full diff: 98783dd475..6ce977e6a1

Changed dependencies:
* src/ios: a599ba20b4..19c43c04f4
* src/testing: 55cf36d818..1b8bb6f88e
* src/third_party: 0d68773782..c00d2070c6
* src/tools: 06ef67755c..e9ecba88dc
DEPS diff: 98783dd475..6ce977e6a1/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2722223003
Cr-Commit-Position: refs/heads/master@{#16951}
2017-03-01 19:28:22 +00:00
elad.alon
f7c26d40ab Small TransportFeedbackAdapterTest efficiency boost and TODO resolved
BUG=None

Review-Url: https://codereview.webrtc.org/2726853002
Cr-Commit-Position: refs/heads/master@{#16950}
2017-03-01 17:05:20 +00:00
buildbot
380119af1e Roll chromium_revision 89a48fc8cb..98783dd475 (453921:453939)
Change log: 89a48fc8cb..98783dd475
Full diff: 89a48fc8cb..98783dd475

Changed dependencies:
* src/base: 5399735bee..80f3ac15c0
* src/build: 09733f0b66..b625bb4ba1
* src/ios: 0c4dc03409..a599ba20b4
* src/third_party: c66487aab8..0d68773782
DEPS diff: 89a48fc8cb..98783dd475/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2724033002
Cr-Commit-Position: refs/heads/master@{#16949}
2017-03-01 16:10:58 +00:00
ilnik
8dccd67520 In full-stack tests: fixed VP8 simulcast to not decode non-selected streams.
BUG=webrtc:7095

Review-Url: https://codereview.webrtc.org/2728553003
Cr-Commit-Position: refs/heads/master@{#16948}
2017-03-01 15:10:30 +00:00
VladimirTechMan
4cbe286252 Minor correction to the help printout, to reflect the actual behaviour
Just a small update to the embedded description of the script outcome,
to match the actual situation, after a quick sync-up at:

https://codereview.webrtc.org/2712263002/

NOTRY=True
BUG=None

Review-Url: https://codereview.webrtc.org/2715363003
Cr-Commit-Position: refs/heads/master@{#16947}
2017-03-01 15:08:31 +00:00
kjellander
50550e1440 Enable GN check for webrtc/common_audio
BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2719743002
Cr-Commit-Position: refs/heads/master@{#16946}
2017-03-01 15:07:10 +00:00
ilnik
daa574d1db Adding memory usage metric to full-stack video tests (only for WIN until we find more stable method to measure memory usage)
BUG=webrtc:7095

Review-Url: https://codereview.webrtc.org/2719013004
Cr-Commit-Position: refs/heads/master@{#16945}
2017-03-01 14:46:05 +00:00
johan
0981cd16f2 Resolve inconsistent definition of video's webrtc::CodecSpecificInfo.
Following files define the same classes
- modules/video_coding/codecs/interface/video_codec_interface.h
- modules/video_coding/include/video_codec_interface.h

The first one is deprecated. As long as it is not removed, both files
should provide consistent class declarations. Otherwise any donwstream
project that includes its own codecs could experience memory
corruption issues.

Before this CL member declarations and ctor definition for
webrtc::CodecSpecificInfo diverged between both header files.

BUG=webrtc:7280

Review-Url: https://codereview.webrtc.org/2727633002
Cr-Commit-Position: refs/heads/master@{#16944}
2017-03-01 14:32:01 +00:00
sprang
e5d3a3ea78 Fix quick perf test setting that was accidentally inverted.
Bug was introduced in
https://codereview.webrtc.org/2717973005/
Only affects test output, so omitting bug.

BUG=None

Review-Url: https://codereview.webrtc.org/2723093002
Cr-Commit-Position: refs/heads/master@{#16943}
2017-03-01 14:20:56 +00:00
sakal
879f4f6c31 Add QP for FFmpeg H264 decoder.
BUG=webrtc:6541

Review-Url: https://codereview.webrtc.org/2649133007
Cr-Commit-Position: refs/heads/master@{#16942}
2017-03-01 14:19:09 +00:00
buildbot
013ea23290 Roll chromium_revision 77d29a88d7..89a48fc8cb (453894:453921)
Change log: 77d29a88d7..89a48fc8cb
Full diff: 77d29a88d7..89a48fc8cb

Changed dependencies:
* src/base: 9032ee7166..5399735bee
* src/build: 2d722d1684..09733f0b66
* src/ios: 949f28d63b..0c4dc03409
* src/third_party: 96b05ea1dc..c66487aab8
* src/tools: acc7c1c09e..06ef67755c
DEPS diff: 77d29a88d7..89a48fc8cb/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2727653002
Cr-Commit-Position: refs/heads/master@{#16941}
2017-03-01 13:14:59 +00:00
jens.nielsen
228c268065 Support 4 channel mic in Windows Core Audio
BUG=webrtc:7220

Review-Url: https://codereview.webrtc.org/2712743004
Cr-Commit-Position: refs/heads/master@{#16940}
2017-03-01 13:11:22 +00:00
perkj
c5726c1579 Cleanup video test target dependencies in video_test_common.
The purpose is to fix (Asan discovered) duble definitions in upstream project.

BUG=none

Review-Url: https://codereview.webrtc.org/2721303002
Cr-Commit-Position: refs/heads/master@{#16939}
2017-03-01 11:37:08 +00:00