This website requires JavaScript.
854e507853
Revert of Fixed error for missing explict class initialization error on iOS WebRTC buildbots (patchset #1 id:1 of https://codereview.webrtc.org/2799813002/ )
guidou
2017-04-05 21:28:05 -07:00
5ac18af71b
Fixed error for missing explicit class initialization error on iOS buildbots
peah
2017-04-05 15:10:34 -07:00
7343c8e09f
DirectX capturer may crash after switching shared screen
zijiehe
2017-04-05 14:21:58 -07:00
cf02cf13a7
Major AEC3 render pipeline changes
peah
2017-04-05 14:18:07 -07:00
4aceaf268e
Android: Move Histogram from api to src.
sakal
2017-04-05 12:18:59 -07:00
c522e758f6
Use new RTCCameraVideoCapturer in AppRTCMobile.
sakal
2017-04-05 12:17:48 -07:00
1ba21eb063
Add [c]begin() and [c]end() member functions to rtc::Buffer
kwiberg
2017-04-05 07:38:06 -07:00
dea682d25b
This CL fixes the following: - snake_case -> CapWords - compulsory docstring added - style
alessiob
2017-04-05 07:25:33 -07:00
129fc9ce94
Enabling 'gn check' on //webrtc/tools.
mbonadei
2017-04-05 07:14:31 -07:00
c88b5d56ad
Reland of PyLint fixes for tools-webrtc and webrtc/tools (patchset #1 id:1 of https://codereview.webrtc.org/2737233003/ )
kjellander
2017-04-05 06:42:43 -07:00
adf0635ed5
Make GetConfig() part of the AudioProcessing interface
henrik.lundin
2017-04-05 05:48:24 -07:00
368f5cf27e
Replace use of system_wrappers/include/logging.h by base/logging.h.
nisse
2017-04-05 05:00:33 -07:00
2299b0ab97
Android: Remove VideoCapturerAndroid
magjed
2017-04-05 03:41:17 -07:00
d60d06a9f9
Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ )
ilnik
2017-04-05 03:02:20 -07:00
d8ce1e172e
Move SelectMediaType from RampUpTester to BaseTest.
nisse
2017-04-05 00:33:40 -07:00
6eca98b7e5
Add histogram stats for number of cpu/quality adapt changes per minute for sent video streams:
asapersson
2017-04-04 23:40:50 -07:00
d48dbda434
Add a minimal RtpTransport class for use by BaseChannel.
zstein
2017-04-04 19:45:57 -07:00
465faf0061
[iOS] Changed ptr to const ref for RTCConfiguration initialization
jtteh
2017-04-04 14:00:16 -07:00
ba13131f9a
Trivial data() and mutable_data() implementations
yujo
2017-04-04 13:40:59 -07:00
baf9b58cb4
README.md with deps, build, usage, troubleshooting
alessiob
2017-04-04 07:27:03 -07:00
c3372583d4
Revert of Deliver video frames on Android, on the decode thread. (patchset #7 id:120001 of https://codereview.webrtc.org/2764573002/ )
guidou
2017-04-04 07:16:21 -07:00
fbd4f85f2d
Javascript audio player for the exported HTML file.
alessiob
2017-04-04 06:59:14 -07:00
fab67071a4
Add number of quality adapt changes to VideoSendStream stats.
asapersson
2017-04-04 05:51:49 -07:00
e3aa88bbd5
Deliver video frames on Android, on the decode thread.
tommi
2017-04-04 03:53:02 -07:00
aa7d935cd5
Evaluation scores export library and CSS file for the exported HTML file
alessiob
2017-04-04 02:58:09 -07:00
8edb8397f8
Reland of Export library that generates an HTLM file with the scores organized in tables. (patchset #1 id:1 of https://codereview.webrtc.org/2791293002/ )
alessiob
2017-04-04 02:36:24 -07:00
fab482b326
Simplify RTPSender::RegisterRtpHeaderExtension DCHECK instead of run-time check extension type is correct.
danilchap
2017-04-04 02:33:48 -07:00
55a0135484
Make sure we observe enough frames before scaling.
kthelgason
2017-04-04 02:31:42 -07:00
751c9dc904
Roll chromium_revision 581ff14023..75820eb165 (459789:460410)
buildbot
2017-04-04 02:14:11 -07:00
5115645c01
CQ: Remove Linux ARM64 Debug trybot from default set.
Henrik Kjellander
2017-04-04 10:59:19 +02:00
3153c6dce5
Fixing DTX unittest for AudioEncoderOpus.
minyue
2017-04-03 23:34:39 -07:00
4271224aef
CQ: Remove linux32_rel from default trybots
Henrik Kjellander
2017-04-04 08:33:29 +02:00
0786c04f97
Fix crash in XServerPixelBuffer.
sergeyu
2017-04-03 18:08:08 -07:00
4eeb53748a
[iOS] Added an initialization method to RTCConfiguration that takes a native configuration. Added a getConfiguration getter method to RTCPeerConnection to return the RTCConfiguration.
jtteh
2017-04-03 15:06:37 -07:00
9ab17d3478
Forward capturer_id to shared desktopframe
zijiehe
2017-04-03 11:51:18 -07:00
c964d0b3fa
Fixing some case-sensitive codec name comparisons.
deadbeef
2017-04-03 10:03:35 -07:00
716d7ac5c1
Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ )
guidou
2017-04-03 09:15:52 -07:00
880c85ba7e
Revert of Export library that generates an HTLM file with the scores organized in tables. (patchset #3 id:40001 of https://codereview.webrtc.org/2717973006/ )
alessiob
2017-04-03 08:46:58 -07:00
29e3330139
Export library that generates an HTLM file with the scores organized in tables.
alessiob
2017-04-03 08:39:06 -07:00
c42f540570
Move video_encoder.h and video_decoder.h to /api and create GN targets for them
ilnik
2017-04-03 08:37:32 -07:00
eb4662a64d
Single simulation runner.
alessiob
2017-04-03 08:34:46 -07:00
0deb594b25
POLQA evaluation score.
alessiob
2017-04-03 08:29:09 -07:00
c533df203c
Audio level evaluation score.
alessiob
2017-04-03 08:20:18 -07:00
54ad3df1d2
I added two factory classes to address an important comment I got in another CL from kjellander@webrtc.org . This CL also includes the implementation of the echo noise generator. I added comments in the diff to help the reviewers.
alessiob
2017-04-03 08:12:44 -07:00
8a1b3c9d11
Environmental noise generator implemented.
alessiob
2017-04-03 06:54:46 -07:00
653063f6fd
Add functions to get/set rtp header extension by id. This helps with dynamic size extensions.
danilchap
2017-04-03 06:16:30 -07:00
23425f9068
Add methods to register congestion controller observer after construction.
nisse
2017-04-03 04:54:25 -07:00
d197cd9ad9
Revert of Add empty header to fix internal project. (patchset #1 id:1 of https://codereview.webrtc.org/2790493006/ )
kthelgason
2017-04-03 02:33:33 -07:00
d1b0e0e6db
Merge UpdateBandwidthEstimate with Update in AimdRateControl.
terelius
2017-04-03 02:27:08 -07:00
97a7fb0eb7
Delete obsolete file mock_congestion_controller.h.
nisse
2017-04-03 01:47:38 -07:00
52a0ce68b8
Delete unused method OnProbeBitrate.
nisse
2017-04-03 01:39:58 -07:00
3a407eee1c
Making RtpSender tests cover BWE with overhead.
minyue
2017-04-03 01:10:33 -07:00
c5d62e29ca
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2783183003/ )
sprang
2017-04-02 23:53:04 -07:00
76d9c9c382
Reland of Enable trendline experiment and bayesian bitrate estimator experiment by default.
stefan
2017-04-01 06:51:09 -07:00
bc436ede07
Revert of Supporting 48kHz PCM file. (patchset #1 id:1 of https://codereview.webrtc.org/2790493004/ )
lliuu
2017-03-31 16:32:28 -07:00
029f7cccf4
Revert of Enable trendline experiment and bayesian bitrate estimator experiment by default. (patchset #6 id:100001 of https://codereview.webrtc.org/2777333003/ )
lliuu
2017-03-31 14:17:42 -07:00
8a8b238556
ScreenCapturerWinDirectx should have two DxgiDuplicatorController::Context instances, each for one DesktopFrame. So both DesktopFrame instances can be correctly updated.
zijiehe
2017-03-31 14:13:40 -07:00
5f93709e7c
Supporting 48kHz PCM file.
minyue
2017-03-31 12:27:09 -07:00
16d5bae396
Add empty header to fix internal project.
kthelgason
2017-03-31 08:23:57 -07:00
27925de951
Enable trendline experiment and bayesian bitrate estimator experiment by default.
stefan
2017-03-31 07:38:06 -07:00
9c79ed9224
Add loss-based BWE experiment which allows us to try different parameters.
Stefan Holmer
2017-03-31 15:53:27 +02:00
fdbfdc9786
Let PacketRouter separate send and receive modules.
nisse
2017-03-31 05:44:52 -07:00
ec6fbd2776
Moves channel-dependent audio input processing to separate encoder task queue.
henrika
2017-03-31 05:43:36 -07:00
36e9eb4773
Do not report quality limited resolution stats when quality scaler is disabled.
asapersson
2017-03-31 05:29:12 -07:00
3883ccb5d7
New RTCCameraVideoCapturer.
sakal
2017-03-31 05:12:12 -07:00
ee8b861190
remove module-wide warning suppression.
kthelgason
2017-03-31 04:50:27 -07:00
e6a8009417
Remove voe_auto_test cases for VoEFile.
solenberg
2017-03-31 04:15:56 -07:00
d00aad5eb2
Revert of Loosening the coupling between WebRTC and //third_party/protobuf (patchset #16 id:300001 of https://codereview.webrtc.org/2747863003/ )
mbonadei
2017-03-31 03:08:07 -07:00
124a6fcddf
MacOS: Add metal renderer and view.
denicija
2017-03-31 02:47:29 -07:00
515dff40b7
Revert of Adding PRESUBMIT check on google::protobuf (patchset #2 id:20001 of https://codereview.webrtc.org/2753823003/ )
mbonadei
2017-03-31 02:36:28 -07:00
ff046c74c5
Remove ALL usage of CriticalSectionWrapper.
kthelgason
2017-03-31 02:03:55 -07:00
5533bd36fe
Reland: Use native (optimized) functions for byte order conversion. (patchset #1 id:1 of https://codereview.webrtc.org/2755103002/ )
jbauch
2017-03-31 01:42:09 -07:00
65a830892c
Another landmine for low_bandwidth_audio_test
Henrik Kjellander
2017-03-30 21:32:51 +02:00
f9ed235c9b
Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #8 id:410001 of https://codereview.webrtc.org/2781433002/ )
lliuu
2017-03-30 10:44:38 -07:00
7a3615b6b3
Revert of Enable the bayesian bitrate estimator by default. (patchset #5 id:80001 of https://codereview.webrtc.org/2749803002/ )
lliuu
2017-03-30 10:36:53 -07:00
c53a17f28e
Enable the bayesian bitrate estimator by default.
stefan
2017-03-30 08:56:22 -07:00
3ea3c77e93
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2764133002/ )
sprang
2017-03-30 07:23:48 -07:00
8a256525f1
Reduce flakiness in EndToEnd probing tests.
philipel
2017-03-30 05:06:22 -07:00
b13237b9da
Fix deprecated methods in AppRTCMobile.
kthelgason
2017-03-30 04:56:05 -07:00
18703f9583
Disable flaky test EndToEndTest.TriggerMidCallProbing
aleloi
2017-03-30 04:24:08 -07:00
6d305baa04
Add Windows, Mac, Android support to low bandwidth audio test
oprypin
2017-03-30 04:01:30 -07:00
30cbd0ba8f
Landmine #2 for https://codereview.webrtc.org/2767383005
oprypin
2017-03-30 03:51:10 -07:00
031846393c
gtest-parallel: Concatenate the log files in the passed, failed and interrupted dirs.
ehmaldonado
2017-03-30 03:33:19 -07:00
dd27055cb7
Adding PRESUBMIT check on google::protobuf
mbonadei
2017-03-30 01:30:14 -07:00
16ab93b952
To accommodate some downstream WebRTC users we need to loosen the coupling between our code and the //third_party/protobuf.
mbonadei
2017-03-30 01:24:20 -07:00
6bfe49c00a
Remove more CriticalSectionWrappers.
kthelgason
2017-03-30 01:14:41 -07:00
e4cd15d379
Fix JNI reference leak in MediaCodecVideoDecoder
magjed
2017-03-30 01:08:36 -07:00
b12a3e3427
Synchronize task queue operations in QualityScaler tests.
kthelgason
2017-03-30 01:04:55 -07:00
2da7a24fcd
Add back sender_time and receiver_time metrics to full stack tests.
stefan
2017-03-30 01:02:15 -07:00
4b4d833c31
Avoid calling AudioEffect.queryEffects to avoid potential crash.
henrika
2017-03-30 01:01:28 -07:00
0ffdcc51bc
Delete unneeded includes of deprecated system_wrappers include files.
nisse
2017-03-30 00:31:15 -07:00
e5ad5ca06a
Reland of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #1 id:1 of https://codereview.webrtc.org/2784543002/ )
nisse
2017-03-29 23:57:43 -07:00
1dcb16409a
Rewrite PeerConnection integration tests using better testing practices.
deadbeef
2017-03-29 21:08:16 -07:00
7735b1e932
Add logging around audio session interruptions. Always treat returning to foreground as interruption ended event, to help fix out of sync issues with interruption state.
haysc
2017-03-29 14:53:32 -07:00
cf757cf3fd
ScreenCapturerWinDirectx may flicker on certain hardware
zijiehe
2017-03-29 14:37:53 -07:00
687392ffba
Revert of CQ: Remove ARM64 trybots until toolchain issues are resolved. (patchset #1 id:1 of https://codereview.webrtc.org/2776393005/ )
kjellander
2017-03-29 14:01:46 -07:00
2d699acf64
Add documentation to the ThresholdCurve unit tests
elad.alon
2017-03-29 13:38:57 -07:00
3ff7a95552
Use Chromium's mirror of github for gtest-parallel.
ehmaldonado
2017-03-29 09:42:32 -07:00
fe627f30cb
Use simulcast for screenshare only in conference mode
sprang
2017-03-29 08:24:59 -07:00
1b35bab8f8
ADM unit test now runs on Mac and Windows as well.
henrika
2017-03-29 07:50:19 -07:00