webrtc/call
Niels Möller 97e04884bd Delete unused stats for preferred_bitrate.
Bug: webrtc:8830
Change-Id: Iaa30488255f2e09e269274136d370740cd030902
Reviewed-on: https://webrtc-review.googlesource.com/78880
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23529}
2018-06-07 08:11:07 +00:00
..
test New api struct BitrateSettings. 2018-05-07 15:01:28 +00:00
audio_receive_stream.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_receive_stream.h Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_send_stream.cc replace stringstream in call/ 2018-04-04 16:09:15 +00:00
audio_send_stream.h Wire up MID send value to the PeerConnection API 2018-03-26 18:14:30 +00:00
audio_state.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_state.h Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
bitrate_allocator.cc Replace runtime thread checks by compile-time checks. 2018-04-27 07:51:55 +00:00
bitrate_allocator.h Replace runtime thread checks by compile-time checks. 2018-04-27 07:51:55 +00:00
bitrate_allocator_unittest.cc Uses config struct with bitrate allocator. 2018-04-19 09:15:33 +00:00
bitrate_constraints.h New api struct BitrateSettings. 2018-05-07 15:01:28 +00:00
bitrate_estimator_tests.cc Use range-based-for instead of std::for_each and std::mem_fun 2018-05-17 13:51:02 +00:00
BUILD.gn Allows injection of network controller factory into peer connection factory. 2018-05-18 17:07:16 +00:00
call.cc Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
call.h Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
call_config.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
call_config.h Allows injection of network controller factory into peer connection factory. 2018-05-18 17:07:16 +00:00
call_perf_tests.cc Move VideoEncoderConfig from call/ to api/. 2018-05-18 12:58:16 +00:00
call_unittest.cc Removed fake rtp transport controller send. 2018-02-21 13:39:16 +00:00
callfactory.cc Reland: Add ability to emulate degraded network in Call via field trial 2018-03-14 17:03:25 +00:00
callfactory.h Rename Call::Config to CallConfig, keep old name as alias. 2018-02-14 15:14:39 +00:00
degraded_call.cc Fix race in DegradedCall::DestroyVideoSendStream 2018-03-16 10:23:47 +00:00
degraded_call.h Reland: Add ability to emulate degraded network in Call via field trial 2018-03-14 17:03:25 +00:00
DEPS Make fec controller plug-able. 2018-01-22 11:48:16 +00:00
fake_network_pipe.cc Ensures that arrival is past send time in SimulatedNetwork. 2018-05-15 07:18:00 +00:00
fake_network_pipe.h Extracting the simulation part of FakeNetworkPipe 2018-05-07 13:59:28 +00:00
flexfec_receive_stream.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
flexfec_receive_stream.h Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
flexfec_receive_stream_impl.cc replace stringstream in call/ 2018-04-04 16:09:15 +00:00
flexfec_receive_stream_impl.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
flexfec_receive_stream_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Added nisse@webrtc.org as owner in call. 2018-02-20 09:39:51 +00:00
rampup_tests.cc Reland "Reland "Move rtp-specific config out of EncoderSettings."" 2018-04-05 14:30:09 +00:00
rampup_tests.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
receive_time_calculator.cc Fix of ReceiveTimeCalculator field trial parsing. 2018-03-24 12:36:17 +00:00
receive_time_calculator.h Added receive time calculator under field trial. 2018-03-21 15:40:39 +00:00
receive_time_calculator_unittest.cc Added receive time calculator under field trial. 2018-03-21 15:40:39 +00:00
rtcp_demuxer.cc Fix circular dependencies in webrtc_common. 2017-12-15 14:33:26 +00:00
rtcp_demuxer.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtcp_demuxer_unittest.cc Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtcp_packet_sink_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_bitrate_configurator.cc New api struct BitrateSettings. 2018-05-07 15:01:28 +00:00
rtp_bitrate_configurator.h New api struct BitrateSettings. 2018-05-07 15:01:28 +00:00
rtp_bitrate_configurator_unittest.cc New api struct BitrateSettings. 2018-05-07 15:01:28 +00:00
rtp_config.cc replace stringstream in call/ 2018-04-04 16:09:15 +00:00
rtp_config.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_demuxer.cc Don't check MIDs when demuxing RTP packets in Call 2018-03-29 20:36:08 +00:00
rtp_demuxer.h Don't check MIDs when demuxing RTP packets in Call 2018-03-29 20:36:08 +00:00
rtp_demuxer_unittest.cc Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtp_packet_sink_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_rtcp_demuxer_helper.cc Optional: Use nullopt and implicit construction in /call 2018-01-11 12:00:00 +00:00
rtp_rtcp_demuxer_helper.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtp_rtcp_demuxer_helper_unittest.cc Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtp_stream_receiver_controller.cc Don't check MIDs when demuxing RTP packets in Call 2018-03-29 20:36:08 +00:00
rtp_stream_receiver_controller.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_stream_receiver_controller_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_transport_controller_send.cc Allows injection of network controller factory into peer connection factory. 2018-05-18 17:07:16 +00:00
rtp_transport_controller_send.h Allows injection of network controller factory into peer connection factory. 2018-05-18 17:07:16 +00:00
rtp_transport_controller_send_interface.h New api struct BitrateSettings. 2018-05-07 15:01:28 +00:00
rtx_receive_stream.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtx_receive_stream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtx_receive_stream_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ssrc_binding_observer.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
syncable.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
syncable.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_config.h Move VideoEncoderConfig from call/ to api/. 2018-05-18 12:58:16 +00:00
video_receive_stream.cc replace stringstream in call/ 2018-04-04 16:09:15 +00:00
video_receive_stream.h New file api/video/BUILD.gn 2018-05-14 06:57:38 +00:00
video_send_stream.cc Delete unused stats for preferred_bitrate. 2018-06-07 08:11:07 +00:00
video_send_stream.h Delete unused stats for preferred_bitrate. 2018-06-07 08:11:07 +00:00