..
network_emulation
Remove dependency on rtc_base_approved from most targets
2022-04-25 12:15:30 +00:00
video
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
audio_quality_analyzer_interface.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
audioproc_float.cc
Add ability for audioproc_f to operate on any AudioProcessing object.
2020-05-19 11:37:18 +00:00
audioproc_float.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
compile_all_headers.cc
api: Add MockDtmfSender
2022-05-12 13:11:15 +00:00
create_frame_generator.cc
Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class
2019-12-07 00:54:26 +00:00
create_frame_generator.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
create_network_emulation_manager.cc
Moves ownership of time controller into NetworkEmulationManager.
2020-01-22 11:12:27 +00:00
create_network_emulation_manager.h
Fix documentation for some public API methods
2020-05-27 13:56:33 +00:00
create_peer_connection_quality_test_frame_generator.cc
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
create_peer_connection_quality_test_frame_generator.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
create_peerconnection_quality_test_fixture.cc
Add simulated time support for PC level test.
2020-07-06 21:18:00 +00:00
create_peerconnection_quality_test_fixture.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
create_simulcast_test_fixture.cc
Use std::make_unique instead of absl::make_unique.
2019-09-17 15:47:29 +00:00
create_simulcast_test_fixture.h
Generalize SimulcastEncoderAdapter, use for H264 & VP8.
2018-06-21 15:57:43 +00:00
create_time_controller.cc
Remove legacy PacedSender.
2022-05-13 20:31:06 +00:00
create_time_controller.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
create_time_controller_unittest.cc
Use newer version of TimeDelta and TimeStamp factories in webrtc
2020-02-10 12:21:17 +00:00
create_video_quality_test_fixture.cc
Use std::make_unique instead of absl::make_unique.
2019-09-17 15:47:29 +00:00
create_video_quality_test_fixture.h
Format almost everything.
2019-07-08 13:45:15 +00:00
create_videocodec_test_fixture.cc
Use std::make_unique instead of absl::make_unique.
2019-09-17 15:47:29 +00:00
create_videocodec_test_fixture.h
Move VideoCodecTest configuration classes to api/test.
2018-05-22 12:14:38 +00:00
DEPS
[PCLF] Add ability to provide audio processor and mixer
2022-03-08 09:35:11 +00:00
dummy_peer_connection.h
Remove deprecated RemoveTrack interface
2022-01-31 14:08:57 +00:00
fake_frame_decryptor.cc
Format almost everything.
2019-07-08 13:45:15 +00:00
fake_frame_decryptor.h
Remove RefCountedObject dependency from FakeFrameDecryptor
2022-03-21 09:43:12 +00:00
fake_frame_encryptor.cc
Format almost everything.
2019-07-08 13:45:15 +00:00
fake_frame_encryptor.h
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
2019-01-11 17:11:39 +00:00
frame_generator_interface.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
frame_generator_interface.h
Accept NV12 frames into VP9
2020-09-29 07:54:40 +00:00
mock_async_dns_resolver.h
Replace "(const override)" with "(const, override)" in GMOCKs
2022-01-26 10:59:40 +00:00
mock_audio_mixer.h
In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro
2020-05-14 19:33:26 +00:00
mock_audio_sink.h
api/test: Create MockAudioSink
2021-07-16 18:25:44 +00:00
mock_data_channel.h
Update api/ to not use implicit T* --> scoped_refptr<T> conversion
2022-01-12 11:26:05 +00:00
mock_dtmf_sender.h
api: Add MockDtmfSender
2022-05-12 13:11:15 +00:00
mock_fec_controller_override.h
Cleanup mocks in api/test
2020-05-08 20:01:03 +00:00
mock_frame_decryptor.h
Cleanup mocks in api/test
2020-05-08 20:01:03 +00:00
mock_frame_encryptor.h
Cleanup mocks in api/test
2020-05-08 20:01:03 +00:00
mock_media_stream_interface.h
Reland "Add canonical mock for MediaStreamInterface"
2022-04-26 17:23:45 +00:00
mock_peer_connection_factory_interface.h
Replace "(const override)" with "(const, override)" in GMOCKs
2022-01-26 10:59:40 +00:00
mock_peerconnectioninterface.h
Reject double RefCountedObject inheritance in rtc::make_ref_counted.
2022-03-21 16:31:21 +00:00
mock_rtp_transceiver.h
Make MockRtpTransceiver not inherit from RefCountedObject
2022-03-21 14:09:02 +00:00
mock_rtpreceiver.h
Replace "(const override)" with "(const, override)" in GMOCKs
2022-01-26 10:59:40 +00:00
mock_rtpsender.h
Change MockRtpSender to not inherit from RefCountedObject.
2022-03-28 09:58:50 +00:00
mock_transformable_video_frame.h
Replace "(const override)" with "(const, override)" in GMOCKs
2022-01-26 10:59:40 +00:00
mock_video_bitrate_allocator.h
Cleanup mocks in api/test
2020-05-08 20:01:03 +00:00
mock_video_bitrate_allocator_factory.h
In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro
2020-05-14 19:33:26 +00:00
mock_video_decoder.h
Delete deprecated VideoDecoder::InitDecode
2021-08-31 14:13:49 +00:00
mock_video_decoder_factory.h
In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro
2020-05-14 19:33:26 +00:00
mock_video_encoder.h
Delete legacy MockEncodedImageCallback::OnEncodedFrame
2020-08-12 14:41:00 +00:00
mock_video_encoder_factory.h
Delete support for has_internal_source
2021-11-16 11:29:40 +00:00
mock_video_track.h
Update api/ to not use implicit T* --> scoped_refptr<T> conversion
2022-01-12 11:26:05 +00:00
neteq_simulator.cc
Remove the move constructor from NetEqState.
2018-09-11 09:19:09 +00:00
neteq_simulator.h
Expose run function to NetEqSimulator
2020-01-29 11:55:05 +00:00
neteq_simulator_factory.cc
Add config options for python plots and text log to the NetEq simulator API.
2020-10-14 10:29:09 +00:00
neteq_simulator_factory.h
Add config options for python plots and text log to the NetEq simulator API.
2020-10-14 10:29:09 +00:00
network_emulation_manager.cc
Add ability to specify random seed when creating built it network emulation
2021-01-07 16:40:50 +00:00
network_emulation_manager.h
New struct PeerNetworkDependencies
2021-11-23 08:37:36 +00:00
OWNERS
Adds more owners to api/test
2020-12-02 11:19:55 +00:00
peer_network_dependencies.h
New struct PeerNetworkDependencies
2021-11-23 08:37:36 +00:00
peerconnection_quality_test_fixture.cc
[PCLF] Move Resolution from VideoSubscription to the fixture.
2022-04-20 20:00:24 +00:00
peerconnection_quality_test_fixture.h
[PCLF] Remove previously replaced configuration options
2022-05-12 14:26:53 +00:00
peerconnection_quality_test_fixture_unittest.cc
[PCLF] Move Resolution from VideoSubscription to the fixture.
2022-04-20 20:00:24 +00:00
simulated_network.h
Remove ctor for BuiltInNetworkBehaviorConfig
2021-02-15 15:47:50 +00:00
simulcast_test_fixture.h
Ensure FakeVp8Encoder::GetEncoderInfo() writes EncoderInfo.fps_allocation:
2020-09-29 19:29:29 +00:00
stats_observer_interface.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
test_dependency_factory.cc
Set up a new rtc::Thread instance per test.
2020-05-15 09:13:02 +00:00
test_dependency_factory.h
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
2018-11-28 18:25:07 +00:00
time_controller.cc
Rename done() into condition(), because it is actually condition in TimeController API
2020-04-29 10:29:09 +00:00
time_controller.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
track_id_stream_info_map.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
video_quality_analyzer_interface.h
Fix documentation for VideoQualityAnalyzerInterface::GetStreamLabel
2021-11-17 11:38:33 +00:00
video_quality_test_fixture.h
Use backticks not vertical bars to denote variables in comments for /api
2021-07-26 18:27:34 +00:00
videocodec_test_fixture.h
Explicitly set encoder and decoder format in codec tests.
2021-11-22 08:18:25 +00:00
videocodec_test_stats.cc
Report encode/decode latency
2022-02-17 12:17:42 +00:00
videocodec_test_stats.h
Calculate max/avg encode/decode latency in codec tests
2022-02-15 18:14:41 +00:00