aboutsummaryrefslogtreecommitdiff
path: root/call
AgeCommit message (Expand)Author
2019-03-29Revert "Fix target bitrate RTCP messages behavior for SVC streams"Oleh Prypin
2019-03-28Fix target bitrate RTCP messages behavior for SVC streamsIlya Nikolaevskiy
2019-03-28Delete unused methods from VCMReceiveStatisticsCallbackNiels Möller
2019-03-27Reland "Avoid calling OnRoundTripTimeUpdate with invalid RTTs."Christoffer Rodbro
2019-03-27Revert "Avoid calling OnRoundTripTimeUpdate with invalid RTTs."Christoffer Rodbro
2019-03-27Avoid calling OnRoundTripTimeUpdate with invalid RTTs.Christoffer Rodbro
2019-03-25Delete class StringRtpHeaderExtension, replaced with std::stringNiels Möller
2019-03-22Make VideoFrameType an enum class, and move to separate file and targetNiels Möller
2019-03-21Add functions IsLegalMidName and IsLegalRsidNameNiels Möller
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-21Reland "Move api/rtp_headers.h to its own build target."Niels Möller
2019-03-20Revert "Move api/rtp_headers.h to its own build target."Steve Anton
2019-03-20Move api/rtp_headers.h to its own build target.Niels Möller
2019-03-19Disable flaky call_perf tests for iOS devicesArtem Titarenko
2019-03-18PeerConnection::SetBitrate now also configures media transport.Piotr (Peter) Slatala
2019-03-18Add support for target rate constraintsPiotr (Peter) Slatala
2019-03-18Improve handling of packets with unknown ssrc.Jonas Oreland
2019-03-15Increase the default maximum jitter buffer size to 200 packets.Jakob Ivarsson
2019-03-14CNAME is missing in simulcast layers.Amit Hilbuch
2019-03-14ClangTidy fixes for call/Benjamin Wright
2019-03-12Pass flexfec_sender only to the protected media send stream.Niels Möller
2019-03-11Removes rtp level keep alive support.Sebastian Jansson
2019-03-08Adds ChannelSend specific encoder task queue.Sebastian Jansson
2019-03-07Prepare for splitting FrameType into AudioFrameType and VideoFrameTypeNiels Möller
2019-03-07Don't inject worker queue into send streams.Sebastian Jansson
2019-03-06Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueueDanil Chapovalov
2019-03-06Renaming min_pacing_rate to min_total_allocated_bitrate.Sebastian Jansson
2019-03-06Expose relative packet arrival delay metric in stats API.Jakob Ivarsson
2019-03-06Modernize RtpRtcp factory function: use unique_ptr as return typeDanil Chapovalov
2019-03-06Delete a few return values from audio streams and video send streams.Niels Möller
2019-03-05Injecting Clock into audio streams.Sebastian Jansson
2019-03-04Injecting Clock into video senders.Sebastian Jansson
2019-03-04Injecting Clock in video receive.Sebastian Jansson
2019-03-04Allow Clock injection in Call.Sebastian Jansson
2019-03-04Move ownership of RTPSenderVideo one more level up, to RtpVideoSenderNiels Möller
2019-03-04Injecting Clock into BitrateAllocator.Sebastian Jansson
2019-03-01Injecting ProcessThread and TaskQueueFactory in Call.Sebastian Jansson
2019-03-01Inject TaskQueueFactory in RtpTransportControllerSend.Sebastian Jansson
2019-03-01Removes injection of RtpTransportControllerSend from Call::Create.Sebastian Jansson
2019-03-01Remove memsets of CodecSpecificInfo.philipel
2019-03-01Removes unused keep-alive from RtpTransportControllerSend.Sebastian Jansson
2019-03-01Inject TaskQueueFactory to video streams.Sebastian Jansson
2019-03-01Implicitly suppress //build/config/clang:find_bad_constructs.Mirko Bonadei
2019-02-27Propagate base minimum delay from video jitter buffer to webrtc/api.Ruslan Burakov
2019-02-25Adds CoDel implementation to network simulation.Sebastian Jansson
2019-02-25Stop using special RTT value for DelayBasedBwe.Sebastian Jansson
2019-02-22Adds FakeNetworkPipeTest to rtc_unittests.Sebastian Jansson
2019-02-19Reland "Delete test/constants.h"Elad Alon
2019-02-15Move RtcEventProbeClusterCreated to the network controller.Piotr (Peter) Slatala
2019-02-15Reland "Always offer transport sequence number header extension for audio""Per Kjellander