aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video/video_send_stream.h
AgeCommit message (Expand)Author
2015-11-13Move BitrateAllocator from BitrateController logic to Call.mflodman
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-11-03Make SendStatisticsProxy outlive ViEChannel.Peter Boström
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-21Rename ChannelGroup to CongestionController and move to webrtc/call/.mflodman
2015-10-21ChannelGroup cleanup.mflodman
2015-10-19Remove the video channel id completely.mflodman
2015-10-16Move ownership of send ViEChannels and ViEEncoder to VideoSendStream.mflodman
2015-09-25Split webrtc/video into webrtc/{audio,call,video}.Peter Boström
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-26Move frame input (ViECapturer) to webrtc/video/.Peter Boström
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-05-12Remove VideoEngine interfaces.Peter Boström
2015-05-08Remove VideoEngine interface usage from new API.Peter Boström
2015-05-05Remove ViECodec usage in VideoSendStream.Peter Boström
2015-04-30Remove ViECapture usage in VideoSendStream.Peter Boström
2015-04-29Remove ViEImageProcess usage in VideoSendStream.Peter Boström
2015-04-28Remove ViENetwork usage in VideoSendStream.Peter Boström
2015-04-28Remove ViEExternalCodec usage in VideoSendStream.Peter Boström
2015-04-27Remove ViERTP_RTCP usage in VideoSendStream.Peter Boström
2015-03-26Moving the pacer and the pacer thread to ChannelGroup.Stefan Holmer
2015-03-18Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFra...perkj@webrtc.org
2015-03-10Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFra...magjed@webrtc.org
2015-03-06Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.perkj@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
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-12-01Report encoded frame size in VideoSendStream.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-22Make ReconfigureVideoEncoder use current bitrate.pbos@webrtc.org
2014-09-19Config struct for VideoEncoder.pbos@webrtc.org
2014-09-03Network up/down signaling in Call.pbos@webrtc.org
2014-08-05Fix some code styles.pbos@webrtc.org
2014-07-11Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.stefan@webrtc.org
2014-07-11Remove the send-side cname getter APIs from voice and video engine.stefan@webrtc.org
2014-07-07Preserve RTP states for restarted VideoSendStreams.pbos@webrtc.org
2014-06-30Reserve RTP/RTCP modules in SetSSRC.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-23Revert "Revert "Remove VideoSendStreamInput::PutFrame.""pbos@webrtc.org
2014-05-23Revert "Remove VideoSendStreamInput::PutFrame."pbos@webrtc.org
2014-05-23Remove VideoSendStreamInput::PutFrame.pbos@webrtc.org
2014-04-28Add thread annotations to Call API.pbos@webrtc.org
2014-04-24Rename Start/Stop in Video{Send,Receive}Streams.pbos@webrtc.org
2014-03-19Remove internal codecs from VideoSendStream.pbos@webrtc.org
2014-02-07Wire up statistics in video receive stream of new APIsprang@webrtc.org
2014-01-31Add configuration for cpu overuse detection to video send stream.asapersson@webrtc.org