aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video_send_stream.h
AgeCommit message (Expand)Author
2015-12-18Expose codec implementation names in stats.Peter Boström
2015-12-14Wire up bandwidth limitation info to GetStats and adapt_reason.asapersson
2015-12-09Adding reduced size RTCP configuration down to the video stream level.deadbeef
2015-10-07Reland of Collecting encode_time_ms for each frame (patchset #1 id:1 of https...ivica
2015-10-06Revert of Collecting encode_time_ms for each frame (patchset #13 id:220001 of...kjellander
2015-10-06Collecting encode_time_ms for each frame.ivica
2015-09-28Unify Transport and newapi::Transport interfaces.pbos
2015-09-08Make LoadObserver settable per video send stream. Gives client flexibility an...solenberg
2015-09-04Pass the encoder's internal source property through to video_sender to reques...sophiechang
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-06-11C++11 in-class member initialization in Call configs.Fredrik Solenberg
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
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-02-26Wire up target_media_bitrate in VideoSendStream.pbos@webrtc.org
2015-02-26Implement CpuOveruseMetrics as callbacks.pbos@webrtc.org
2015-02-25Add decoder-timing stats to VideoReceiveStream.pbos@webrtc.org
2015-01-15Log configs when creating video streams in Call.pbos@webrtc.org
2014-12-19Enable payload-based padding by default and remove the API.stefan@webrtc.org
2014-12-01Report encoded frame size in VideoSendStream.pbos@webrtc.org
2014-11-05Wire up bandwidth stats to the new API and webrtcvideoengine2.stefan@webrtc.org
2014-10-24Move min transmit bitrate to VideoEncoderConfig.pbos@webrtc.org
2014-09-19Config struct for VideoEncoder.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-06-12Enable pacing by default and remove the option to disable it from the new API.stefan@webrtc.org
2014-06-11Add APIs to enable padding with redundant payloads.stefan@webrtc.org
2014-06-06Make VideoSendStream/VideoReceiveStream configs const.pbos@webrtc.org
2014-06-05Have RTX be enabled by setting an RTX payload type instead of by setting an R...stefan@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-05-15Add ToString() to VideoSendStream::Config.pbos@webrtc.org
2014-04-24Rename Start/Stop in Video{Send,Receive}Streams.pbos@webrtc.org
2014-03-19Simplify pacer interface.pbos@webrtc.org
2014-03-19Remove internal codecs from VideoSendStream.pbos@webrtc.org
2014-03-13Re-landing "Routing SuspendChange to VideoSendStream::Stats"henrik.lundin@webrtc.org
2014-03-13Implement minimum transmit bitrate.pbos@webrtc.org
2014-03-11Revert "Routing SuspendChange to VideoSendStream::Stats"henrik.lundin@webrtc.org
2014-03-11Routing SuspendChange to VideoSendStream::Statshenrik.lundin@webrtc.org
2014-02-07Wire up statistics in video receive stream of new APIsprang@webrtc.org
2014-01-24Wire up RTX in VideoReceiveStream.pbos@webrtc.org
2014-01-07Wire up statistics in video send stream of new video engine apisprang@webrtc.org
2013-12-18cpplint cleaning new API and its implementation files.mflodman@webrtc.org
2013-12-11Add SwapFrame() to VideoSendStreamInput.pbos@webrtc.org
2013-11-26Implement and test EncodedImageCallback in new ViE API.sprang@webrtc.org
2013-11-21Connect pacer/padding to SuspendBelowMinBitratehenrik.lundin@webrtc.org