aboutsummaryrefslogtreecommitdiff
path: root/webrtc/call.h
AgeCommit message (Expand)Author
2015-10-15Wire up packet_id / send time callbacks to webrtc via libjingle.stefan
2015-10-01Align new VoE API with design.solenberg
2015-09-08Wire up PacketTime to ReceiveStreams.stefan
2015-09-08Make LoadObserver settable per video send stream. Gives client flexibility an...solenberg
2015-08-28Add send transports to individual webrtc::Call streams.solenberg
2015-07-16Define Stream base classesJelena Marusic
2015-06-11C++11 in-class member initialization in Call configs.Fredrik Solenberg
2015-06-08VoE2 API draftFredrik Solenberg
2015-04-29Add AudioReceiveStream to Call API.Fredrik Solenberg
2015-04-09Remove ViE interface usage from VideoReceiveStream.Peter Boström
2015-03-26Moving the pacer and the pacer thread to ChannelGroup.Stefan Holmer
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-11Wire up RTT statistics to webrtc::Call.pbos@webrtc.org
2014-11-25Implement settable min/start/max bitrates in Call.pbos@webrtc.org
2014-11-05Wire up bandwidth stats to the new API and webrtcvideoengine2.stefan@webrtc.org
2014-10-14Remove -1 from Call::Config::start_bitrate_bps.pbos@webrtc.org
2014-10-03Wire up CPU adaptation in WebRtcVideoEngine2.pbos@webrtc.org
2014-09-19Config struct for VideoEncoder.pbos@webrtc.org
2014-09-03Network up/down signaling in Call.pbos@webrtc.org
2014-07-07Remove GetDefaultConfigs() from Call.pbos@webrtc.org
2014-06-16Implements start bitrate for new video API.mflodman@webrtc.org
2014-06-06Make VideoSendStream/VideoReceiveStream configs const.pbos@webrtc.org
2014-05-14Add DeliveryStatus enum to DeliverPacket().pbos@webrtc.org
2014-04-24Remove TraceCallback use from Call.pbos@webrtc.org
2014-03-19Remove internal codecs from VideoSendStream.pbos@webrtc.org
2014-01-31Add configuration for cpu overuse detection to video send stream.asapersson@webrtc.org
2014-01-07Remove outdated DestroyVideoSendStream comment.pbos@webrtc.org
2013-12-18cpplint cleaning new API and its implementation files.mflodman@webrtc.org
2013-12-04Adds support for sending redundant payloads over RTX.stefan@webrtc.org
2013-11-21Rename DestroyStream methods to include Video.pbos@webrtc.org
2013-11-20Rename Call::Create{Receive,Send}Stream().pbos@webrtc.org
2013-11-14Implement VideoSendStream::SetCodec().pbos@webrtc.org
2013-10-28Separate Call API/build files from video_engine/.pbos@webrtc.org