Sign in
webrtc
/
src
/
9d9d03b3f9395f5f39614015b0851e74789cb2f6
/
video
/
video_loopback.cc
f2443a7
Replace WebRTC-QuickPerfTest field trial with a flag
by Danil Chapovalov
· 1 year, 5 months ago
7496ff6
Add --dependency_descriptor flag to video_loopback.
by philipel
· 2 years, 2 months ago
059f4f7
Cleanup setting VideoQualityTestFixtureInterface::Param struct
by Danil Chapovalov
· 4 years, 8 months ago
738bfa7
Remove api/bitrate_constraints.h.
by Mirko Bonadei
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
2ab97f6
Migrate WebRTC test infra to ABSL_FLAG.
by Mirko Bonadei
· 6 years ago
5b2eda4
Sanity-check field trial string at initialization.
by Jonas Olsson
· 6 years ago
ede7cb2
Rewrite video_loopback to use new mac capturer.
by Kári Tristan Helgason
· 6 years ago
a89800c
Parse params of 3rd spatial layer from command line.
by Sergey Silkin
· 6 years ago
5affbf2
Turn off automatic quality scaling for simulcast in video_loopback.
by philipel
· 6 years ago
b344640
Enable quality scaling in video_loopback.
by Stefan Holmer
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
2dfa998
Reland "Prefix flag macros with WEBRTC_."
by Mirko Bonadei
· 6 years ago
c538fc7
Revert "Prefix flag macros with WEBRTC_."
by Mirko Bonadei
· 6 years ago
5ccdc13
Prefix flag macros with WEBRTC_.
by Mirko Bonadei
· 6 years ago
1e3ed16
Fix force_fieldtrials documentation in video_loopback
by Elad Alon
· 6 years ago
75e3647
Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig
by Artem Titov
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
569397f
Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor."
by philipel
· 6 years ago
6f68324
Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor."
by Lu Liu
· 6 years ago
3f4a4fa
Added field trial WebRTC-GenericDescriptor for the new generic descriptor.
by philipel
· 6 years ago
f18b352
Reland: Rename VideoQualityTestFixtureInterface::Params.pipe into config.
by Artem Titov
· 7 years ago
17790c3
Revert "Rename VideoQualityTestFixtureInterface::Params.pipe into config."
by Artem Titov
· 7 years ago
255750b
Adds support for real audio devices in video_quality_test.
by henrika
· 7 years ago
7f2eab0
Rename VideoQualityTestFixtureInterface::Params.pipe into config.
by Artem Titov
· 7 years ago
45a4c41
Never invoke rtc::LogMessage::SetLogToStderr outside of main.
by Mirko Bonadei
· 7 years ago
28bb391
Fix incorrect screenshare bitrate configs in test cases
by Erik Språng
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
b6b29e0
Convert video quality test from a TEST_F to a TEST fixture.
by Patrik Höglund
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
6aa415e
Add full stack test with link capacity of 150 kbit/s.
by Niels Möller
· 7 years ago
df736d8
Enable inter-layer prediction by default in test apps.
by Sergey Silkin
· 7 years ago
5702736
Control inter-layer prediction mode in test apps.
by Sergey Silkin
· 7 years ago
fc8d26b
Reland "Moved BitrateConfig out of Call::Config."
by Sebastian Jansson
· 7 years ago
e4bf600
Revert "Moved BitrateConfig out of Call::Config."
by Lu Liu
· 7 years ago
5897fe2
Moved BitrateConfig out of Call::Config.
by Sebastian Jansson
· 7 years ago
edab301
Remove webrtc::test::InitFieldTrialsFromString(const std::string&).
by Bjorn Terelius
· 7 years ago
255d1cd
Implement dual stream full stack test and loopback tool
by Ilya Nikolaevskiy
· 7 years ago
a4259f6
Add new event type to RtcEventLog
by Ilya Nikolaevskiy
· 7 years ago
3102734
Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)."
by Rasmus Brandt
· 7 years ago
2666cf7
Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld).
by Rasmus Brandt
· 7 years ago
2c30120
Revert of Add full stack tests for MediaCodec. (patchset #10 id:180001 of https://codereview.webrtc.org/3005253002/ )
by brandtr
· 7 years ago
2cefac6
Add full stack tests for MediaCodec encoder.
by brandtr
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/video/video_loopback.cc]
9843695
Add rtpdump and rtc log functionality to screenshare_loopback and video_loopback
by ilnik
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
89c4a7e
Wire up experiment for improved screenshare bwe.
by sprang
· 8 years ago
1168fd4
What can't loopback test be more like full stack test?
by sprang
· 8 years ago
8e857d1
Adding capture device selection capability for video_loopback. It will help to select any capture device to test the utility. In future we can add screen share as capture device.
by Tarun Chawla
· 8 years ago
4c8b942
Adding audio DTX to video loopback test.
by minyue
· 8 years ago
a62f582
Integrate FlexFEC in video_loopback.
by brandtr
· 8 years ago
1293aca
Configure FlexFEC in VideoQualityTest.
by brandtr
· 8 years ago
a27172d
Adding audio only mode to video loopback test.
by minyue
· 8 years ago
626bc95
Reland of "Separating video settings in VideoQualityTest".
by minyue
· 8 years ago
9aa7883
Revert of "Separating video settings in VideoQualityTest". (patchset #4 id:60001 of https://codereview.webrtc.org/2314403007/ )
by minyue
· 8 years ago
16b6d6d
Reland of "Separating video settings in VideoQualityTest".
by minyue
· 8 years ago
3ec3da6
Set screenshare.enabled parameter to false when running video_loopback test.
by asapersson
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
e75f204
Expose Ivf logging through the native API
by palmkvist
· 8 years ago
5865f48
Revert of Separating video settings in VideoQualityTest. (patchset #2 id:20001 of https://codereview.webrtc.org/2312613003/ )
by kjellander
· 9 years ago
f07fb00
Separating video settings in VideoQualityTest.
by minyue
· 9 years ago
7320866
Reland of Adding audio to video_quality_test.
by minyue
· 9 years ago
f095012
Revert of Adding audio to video_quality_test. (patchset #10 id:230001 of https://codereview.webrtc.org/2136573002/ )
by minyue
· 9 years ago
65a6578
Adding audio to video_quality_test.
by minyue
· 9 years ago
b179767
Add an HD resolution perf test.
by stefan
· 9 years ago
48a4beb
Auto pause video streams based on encoder target bitrate.
by mflodman
· 9 years ago
cb7b449
Video loopback avg_burst_loss_length default parameter fix.
by philipel
· 9 years ago
536378b
Allow FakeNetworkPipe to drop packets in bursts.
by philipel
· 9 years ago
274c1dc
Added flag for FEC for video_loopback.
by philipel
· 9 years ago
a2c5523
Allow packets to be reordered in the fake network pipe.
by philipel
· 9 years ago
ce4aef1
Adding support for simulcast and spatial layers into VideoQualityTest
by sprang
· 9 years ago
7a975f7
Revert of Adding support for simulcast and spatial layers into VideoQualityTest (patchset #10 id:180001 of https://codereview.webrtc.org/1353263005/ )
by sprang
· 9 years ago
87f83a9
Adding support for simulcast and spatial layers into VideoQualityTest
by ivica
· 9 years ago
c7199c2
Read the number of TLs for VP9 too + cleanup
by ivica
· 9 years ago
6b8d355
Reland "Wire up send-side bandwidth estimation."
by Erik Språng
· 9 years ago
c9bbeb0
Revert of Wire up send-side bandwidth estimation. (patchset #8 id:140001 of https://codereview.webrtc.org/1338203003/ )
by Erik Språng
· 9 years ago
ef165eef
Wire up send-side bandwidth estimation.
by sprang
· 9 years ago
5d6a06c
Refactoring full stack and loopback tests
by ivica
· 9 years ago
9874ee0
Add temporal-layers option to video_loopback.
by pbos
· 10 years ago
131bea8
Offline screenshare quality test, plus loopback.
by sprang@webrtc.org
· 10 years ago