Sign in
webrtc
/
src
/
1a68aefaacdd0716795ea10e06debb41fb5b9ab6
/
call
/
bitrate_estimator_tests.cc
2b068ce
Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory."
by Philip Eliasson
· 4 years, 7 months ago
a4f23ad
Revert "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory."
by Philip Eliasson
· 4 years, 7 months ago
acb9d83
Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory.
by philipel
· 4 years, 7 months ago
8fe932a
Migrate call/ to webrtc::Mutex.
by Markus Handell
· 4 years, 8 months ago
33f9d2b
Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class
by Artem Titov
· 5 years ago
d15a028
Hide deprecated SingleThreadedTaskQueueForTest behind an accessor
by Danil Chapovalov
· 5 years ago
82a3f0a
Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask
by Danil Chapovalov
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
7bf7a42
Delete flag VideoReceiveStream::Config::Rtp::remb
by Niels Möller
· 5 years ago
81687b3
Use explicit TaskQueueFactory for FrameGeneratorCapturer in BitrateEstimatorTest.
by Danil Chapovalov
· 6 years ago
41f9f2c
ClangTidy fixes for call/
by Benjamin Wright
· 6 years ago
40d5533
Include absl/memory/memory.h if absl::make_unique is used
by Steve Anton
· 6 years ago
8eeccbe
Delete Start and Stop methods from TestVideoCapturer.
by Niels Möller
· 6 years ago
c2ebe21
Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`"
by Jiawei Ou
· 6 years ago
c572ff3
Add default constructor for rtc::Event
by Niels Möller
· 6 years ago
59844ce
Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`."
by Qingsi Wang
· 6 years ago
be14217
Use the factory instead of using the builtin code path in `VideoCodecInitializer`.
by Jiawei Ou
· 6 years ago
75e3647
Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig
by Artem Titov
· 6 years ago
cbcbc22
Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."
by Niels Möller
· 6 years ago
377b26e
Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."
by Sebastian Jansson
· 6 years ago
efb94d5
Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config.""
by Oleh Prypin
· 6 years ago
7961dc2
Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."
by Niels Moller
· 6 years ago
529d0d9
Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config.
by Niels Möller
· 6 years ago
cb7e1d2
Use SdpVideoFormat in VideoReceiveStream::Decoder
by Niels Möller
· 6 years ago
dd2eebe
Deprecate two DirectTransport ctors and remove their direct usage.
by Artem Titov
· 7 years ago
f33905d
Makes some CallTest members private.
by Sebastian Jansson
· 7 years ago
8e6602f
Separates send and receive event log in CallTest.
by Sebastian Jansson
· 7 years ago
b9b146c
Replace rtc::Optional with absl::optional in audio, call and video
by Danil Chapovalov
· 7 years ago
f8d8d6d
Use range-based-for instead of std::for_each and std::mem_fun
by Yusuke Suzuki
· 7 years ago
49fcc10
Merge DegradationPreference enums.
by Taylor Brandstetter
· 7 years ago
4db138e
Reland "Move creating encoder to VideoStreamEncoder."
by Niels Möller
· 7 years ago
0d650b4
Revert "Move creating encoder to VideoStreamEncoder."
by Niels Moller
· 7 years ago
fb82fcc
Move creating encoder to VideoStreamEncoder.
by Niels Möller
· 7 years ago
259a497
Reland "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
6c2c13a
Revert "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
04dd176
Reland "Move rtp-specific config out of EncoderSettings."
by Niels Möller
· 7 years ago
92be1ca
Revert "Move rtp-specific config out of EncoderSettings."
by Niels Moller
· 7 years ago
bc900cb
Move rtp-specific config out of EncoderSettings.
by Niels Möller
· 7 years ago
03e6ec9
Reland "Add multiplex case to webrtc_perf_tests"
by Emircan Uysaler
· 7 years ago
081136f
Revert "Reland "Add multiplex case to webrtc_perf_tests""
by Taylor Brandstetter
· 7 years ago
7c5bc1c
Reland "Add multiplex case to webrtc_perf_tests"
by Emircan Uysaler
· 7 years ago
5aac372
Revert "Add multiplex case to webrtc_perf_tests"
by Emircan Uysaler
· 7 years ago
d90a7e8
Add multiplex case to webrtc_perf_tests
by Emircan Uysaler
· 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/call/bitrate_estimator_tests.cc]
a37de39
Update thread annotiation macros to use RTC_ prefix
by danilchap
· 7 years ago
413ee9a
Use SingleThreadedTaskQueue in DirectTransport
by eladalon
· 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
20c84cc
Making FakeNetworkPipe demux audio and video packets.
by minyue
· 8 years ago
4fb651d
Event log cleanup in tests.
by philipel
· 8 years ago
c5d62e2
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2783183003/ )
by sprang
· 8 years ago
f9ed235
Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #8 id:410001 of https://codereview.webrtc.org/2781433002/ )
by lliuu
· 8 years ago
3ea3c77
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2764133002/ )
by sprang
· 8 years ago
0ffdcc5
Delete unneeded includes of deprecated system_wrappers include files.
by nisse
· 8 years ago
e5ad5ca
Reland of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #1 id:1 of https://codereview.webrtc.org/2784543002/ )
by nisse
· 8 years ago
3a3bd50
Revert of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #4 id:60001 of https://codereview.webrtc.org/2774463003/ )
by lliuu
· 8 years ago
9c47b00
Don't hardcode MediaType::ANY in FakeNetworkPipe.
by nisse
· 8 years ago
8b45b11
Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #14 id:250001 of https://codereview.webrtc.org/2716643002/ )
by skvlad
· 8 years ago
72acf25
Add framerate to VideoSinkWants and ability to signal on overuse
by sprang
· 8 years ago
f515ab8
Moved call.h and most of api/call/* into call/
by ossu
· 8 years ago
af476c7
RTC_[D]CHECK_op: Remove "u" suffix on integer constants
by kwiberg
· 8 years ago
5d78e8d
Remove audio from BitrateEstimatorTest.
by aleloi
· 8 years ago
803d97f
Let ViEEncoder express resolution requests as Sinkwants.
by perkj
· 8 years ago
11a9cbf
Refactoring: move ownership of RtcEventLog from Call to PeerConnection
by skvlad
· 8 years ago
fa10b55
Releand of Let ViEEncoder handle resolution changes.
by perkj
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
55d932b
Add logging statements to places where the frame might be dropped in WebRTC pipeline.
by sakal
· 8 years ago
3b703ed
Revert of Let ViEEncoder handle resolution changes. (patchset #17 id:340001 of https://codereview.webrtc.org/2351633002/ )
by perkj
· 8 years ago
26105b4
Let ViEEncoder handle resolution changes.
by perkj
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
a49cbd3
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 8 years ago
9fdbda6
Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ )
by perkj
· 8 years ago
95a226f
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 8 years ago
26091b1
This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads.
by perkj
· 9 years ago
a69d973
Move webrtc/audio_*.h to webrtc/api/call
by kjellander
· 9 years ago
8eb37a3
Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ )
by perkj
· 9 years ago
7522a28
Removed old probe cluster logic and logic related to ssrcs from DelayBasedBwe.
by philipel
· 9 years ago
cc16836
- Add task queue to Call with the intent of replacing the use of one of the process threads.
by perkj
· 9 years ago
29b1a8d
Moved creation of AudioDecoderFactory to inside PeerConnectionFactory.
by ossu
· 9 years ago
733b547
Movable support for VideoReceiveStream::Config and avoid copies.
by Tommi
· 9 years ago
6f8d686
Remove use of RtpHeaderExtension and clean up
by isheriff
· 9 years ago
1086ed6
Disable SwitchesToASTThenBackToTOFForVideo test completely.
by deadbeef
· 9 years ago
844f993
Disabling SwitchesToASTThenBackToTOFForVideo test for MSan bot.
by deadbeef
· 9 years ago
4aa438c
Suppress a flaky test: SwitchesToASTThenBackToTOFForVideo.
by minyuel
· 9 years ago
b25345e
Replace scoped_ptr with unique_ptr in webrtc/call/
by kwiberg
· 9 years ago
789ba92
Simplify CongestionController.
by Stefan Holmer
· 9 years ago
8c66a00
Initialize VideoSendStream members in constructor.
by Peter Boström
· 9 years ago
ba4c0e4
Add send-side BWE to WebRtcVoiceEngine under a finch experiment.
by stefan
· 9 years ago
9fea80f
Add audio streams to CallTest and a first A/V call test.
by Stefan Holmer
· 9 years ago
ff48361
Step 1 to prepare call_test.* for combined audio/video tests.
by stefan
· 9 years ago
5811a39
Replace EventWrapper in video/, test/ and call/.
by Peter Boström
· 9 years ago
7c704b8
Use webrtc/base/logging.h in stefan@'s ownership.
by Peter Boström
· 9 years ago
521af4e
Remove duplicate decoders in BitrateEstimatorTest.
by Peter Boström
· 9 years ago
3a94154
Move some send stream configuration into webrtc::AudioSendStream.
by solenberg
· 9 years ago
566ef24
Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly in GetStats().
by solenberg
· 9 years ago
0ccae13
Changed FakeVoiceEngine into a MockVoiceEngine.
by Fredrik Solenberg
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
f116bd0
Call OnSentPacket for all packets sent in the test framework.
by stefan
· 9 years ago
Next »