aboutsummaryrefslogtreecommitdiff
path: root/call
AgeCommit message (Expand)Author
2018-05-21Removing references to webrtc::VideoSendStream::DegradationPreference.Taylor Brandstetter
2018-05-21Move VideoStreamEncoderInterface to api/.Niels Möller
2018-05-21Delete unneeded includes of basictypes.h.Niels Möller
2018-05-18Allows injection of network controller factory into peer connection factory.Sebastian Jansson
2018-05-18Move VideoEncoderConfig from call/ to api/.Niels Möller
2018-05-17Use range-based-for instead of std::for_each and std::mem_funYusuke Suzuki
2018-05-17Merge DegradationPreference enums.Taylor Brandstetter
2018-05-15Directly include VideoBitrateAllocation in call/ targetsErik Språng
2018-05-15Ensures that arrival is past send time in SimulatedNetwork.Sebastian Jansson
2018-05-14New file api/video/BUILD.gnNiels Möller
2018-05-09Moves network control interface to API.Sebastian Jansson
2018-05-07Using shared task queue for congestion controller.Sebastian Jansson
2018-05-07New api struct BitrateSettings.Niels Möller
2018-05-07Extracting the simulation part of FakeNetworkPipeSebastian Jansson
2018-05-04Moving task queue from Call to transport controller.Sebastian Jansson
2018-04-27Replace runtime thread checks by compile-time checks.Niels Möller
2018-04-25Make BitrateAllocator::transmission_max_bitrate_multiplier_ const.Niels Möller
2018-04-25Using microseconds in FakeNetworkPipe.Sebastian Jansson
2018-04-25Moving demux from FakeNetworkPipe to DirectTransport.Sebastian Jansson
2018-04-23Move BitrateAllocation to api/ and rename it VideoBitrateAllocationErik Språng
2018-04-19Adds mock bitrate allocator.Sebastian Jansson
2018-04-19Delete unused VideoSendStream::Config::EncoderSettings::encoder.Niels Möller
2018-04-19Uses config struct with bitrate allocator.Sebastian Jansson
2018-04-19Reland "Move creating encoder to VideoStreamEncoder."Niels Möller
2018-04-18Adds queue time when using demuxer with FakeNetworkPipe.Sebastian Jansson
2018-04-18Revert "Move creating encoder to VideoStreamEncoder."Niels Moller
2018-04-17Probe on video encoder reconfiguration test.philipel
2018-04-17Move creating encoder to VideoStreamEncoder.Niels Möller
2018-04-17Add member VideoEncoderConfig::SdpVideoFormat.Niels Möller
2018-04-13Log SendSideCongestionController experimentSebastian Jansson
2018-04-09Remove chromium clang style errors affecting sdk/android/media_jniPaulina Hensman
2018-04-06Added SetClockOffset on FakeNetworkPipe.Sebastian Jansson
2018-04-05Reland "Reland "Move rtp-specific config out of EncoderSettings.""Niels Möller
2018-04-04replace stringstream in call/Jonas Olsson
2018-04-04Checking if total max bitrate has changed in BitrateAllocator.Sebastian Jansson
2018-04-03This CL removes all usages of our custom ostream << overloads.Jonas Olsson
2018-03-29Don't check MIDs when demuxing RTP packets in CallSteve Anton
2018-03-29Revert "Reland "Move rtp-specific config out of EncoderSettings.""Niels Möller
2018-03-28Add audio_ prefix to audio-related members of CallTest.Niels Möller
2018-03-28Reduce locking for CallStats (preparation for TaskQueue).Tommi
2018-03-27Pass VideoEncoderFactory from WebrtcVideoEngine to VideoStreamEncoder.Niels Möller
2018-03-26Wire up MID send value to the PeerConnection APISteve Anton
2018-03-26Fix of race on access to send side congestion controller.Sebastian Jansson
2018-03-26Reland "Move rtp-specific config out of EncoderSettings."Niels Möller
2018-03-24Fix of ReceiveTimeCalculator field trial parsing.Sebastian Jansson
2018-03-23Move rw_lock_wrapper.h to rtc_base/synchronization/Karl Wiberg
2018-03-22Reporting feedback availability to congestion controller.Sebastian Jansson
2018-03-22Add payload_name and payload_type to VideoSendStream::Config::Rtp.Niels Möller
2018-03-22Add field VideoEncoderConfig::codec_type.Niels Möller
2018-03-21Pass a real audio codec pair ID to encoders that we createKarl Wiberg