|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by henrika (OOO until Aug 14) Modified:
4 years, 1 month ago CC:
chromium-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRoll WebRTC 15051:15101 (39 commits)
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5b4..fa4cf85
$ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s
2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions.
2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call.
2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles
2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ )
2016-11-15 sakal@webrtc.org Fix Android lint error.
2016-11-15 sergeyu@chromium.org Start probes only after network is connected.
2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming.
2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays.
2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile
2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase
2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets.
2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call.
2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest.
2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer.
2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/
2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/
2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream.
2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream.
2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active.
2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment.
2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms.
2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places
2016-11-15 philipel@webrtc.org New jitter buffer experiment.
2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target.
2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor
2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported.
2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC.
2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call.
2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size
2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph.
2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC.
2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender.
2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface.
2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03.
2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests.
2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback.
2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats.
2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed].
2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream.
TBR=tommi
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng
BUG=
NOTRY=TRUE
Committed: https://crrev.com/361abd5fba1cc8e0e47f95e7f77aea8a325276d7
Cr-Commit-Position: refs/heads/master@{#432487}
Patch Set 1 #Messages
Total messages: 20 (11 generated)
The CQ bit was checked by henrika@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= ========== to ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR=tommi CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= ==========
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by tommi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by kjellander@chromium.org
The CQ bit was checked by kjellander@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by henrika@chromium.org
Ignoring failure on linux_chromium_chromeos_ozone_rel_ng. Is not caused by this CL, see: https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%...
Description was changed from ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR=tommi CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= ========== to ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR=tommi CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= NOTRY=TRUE ==========
The CQ bit was checked by henrika@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR=tommi CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= NOTRY=TRUE ========== to ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR=tommi CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= NOTRY=TRUE ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
On 2016/11/16 15:04:01, commit-bot: I haz the power wrote: > Committed patchset #1 (id:1) Bug filed for the ozone issue https://bugs.chromium.org/p/chromium/issues/detail?id=665895
Message was sent while issue was closed.
Description was changed from ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR=tommi CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= NOTRY=TRUE ========== to ========== Roll WebRTC 15051:15101 (39 commits) Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/155a5... $ git log 155a5b4..fa4cf85 --date=short --no-merges --format=%ad %ae %s 2016-11-16 phoglund@webrtc.org Add a JNI boot test to catch ARM dynamic linker regressions. 2016-11-16 asapersson@webrtc.org Fix unit for logged bitrates at the end of a call. 2016-11-16 magjed@webrtc.org Use different RTX payload types for different H264 profiles 2016-11-15 honghaiz@webrtc.org Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) 2016-11-15 sakal@webrtc.org Fix Android lint error. 2016-11-15 sergeyu@chromium.org Start probes only after network is connected. 2016-11-15 ehmaldonado@webrtc.org MB: Run test with gtest-parallel on swarming. 2016-11-15 erikchen@chromium.org mac: Fix screen capture on secondary displays. 2016-11-15 magjed@webrtc.org Prepare iOS H264 HW encoder for High Profile 2016-11-15 danilchap@webrtc.org Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer RtpHeaderExtensionMap constructor accept array view instead of initializer_list Remove now unused RtpHeaderExtensionMap::Erase 2016-11-15 brandtr@webrtc.org Make SendStatisticsProxy let through FlexFEC packets. 2016-11-15 asapersson@webrtc.org Add ToString method to AggregatedStats and log stats at the end of a call. 2016-11-15 brandtr@webrtc.org Add FlexFEC to CallTest. 2016-11-15 stefan@webrtc.org Add support for field trials to event log visualizer. 2016-11-15 magjed@webrtc.org Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ 2016-11-15 henrika@webrtc.org Removes usage of system_wrappers/include/clock.h in audio_device/ 2016-11-15 brandtr@webrtc.org Make configuration logic harsher in FlexfecReceiveStream. 2016-11-15 brandtr@webrtc.org Wire up FlexfecSender in RTP module and VideoSendStream. 2016-11-15 ivoc@webrtc.org Make sure that multiband processing is active when the residual echo detector is active. 2016-11-15 stefan@webrtc.org Rename the adapt audio bitrate experiment. 2016-11-15 ivoc@webrtc.org Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. 2016-11-15 henrik.lundin@webrtc.org Avoid left-shifting negative values in a number of places 2016-11-15 philipel@webrtc.org New jitter buffer experiment. 2016-11-15 denicija@webrtc.org Add ARDSettingsModelTests to apprtcmobile_test target. 2016-11-14 zijiehe@chromium.org DirectX capturer flickers on the second monitor 2016-11-14 jamiewalch@chromium.org Use a default mouse cursor if XFixes is not supported. 2016-11-14 solenberg@webrtc.org Remove usage of VoEBase::AssociateSendChannel() from WVoMC. 2016-11-14 sergeyu@chromium.org Fix BitrateControllerImpl not to ignore BW probe results mid-call. 2016-11-14 henrik.lundin@webrtc.org NetEq: Don't interpolate longer than the output size 2016-11-14 ivoc@webrtc.org Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. 2016-11-14 brandtr@webrtc.org Update RTPSender::IsFecPacket for FlexFEC. 2016-11-14 brandtr@webrtc.org Make FlexFEC packets paceable through RTPSender. 2016-11-14 ivoc@webrtc.org Make use of new APM statistics interface. 2016-11-14 brandtr@webrtc.org Update header formatters to FlexFEC draft 03. 2016-11-14 brandtr@webrtc.org Use correct define in H264 end-to-end tests. 2016-11-14 brandtr@webrtc.org Explicitly use RTX for RED in VideoQualityTest and video_loopback. 2016-11-14 hbos@webrtc.org Expose RtpCodecParameters to VideoMediaInfo stats. 2016-11-14 hbos@webrtc.org Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. 2016-11-14 minyue@webrtc.org Allowing resetting of AudioNetworkAdaptor in AudioSendStream. TBR=tommi CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= NOTRY=TRUE Committed: https://crrev.com/361abd5fba1cc8e0e47f95e7f77aea8a325276d7 Cr-Commit-Position: refs/heads/master@{#432487} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/361abd5fba1cc8e0e47f95e7f77aea8a325276d7 Cr-Commit-Position: refs/heads/master@{#432487} |
