aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video_receive_stream.h
AgeCommit message (Expand)Author
2015-12-18Expose codec implementation names in stats.Peter Boström
2015-12-10Add VideoCodec::PreferDecodeLateperkj
2015-11-21Require negotiation to send transport cc feedback over RTCP.stefan
2015-10-14Fix RTPPayloadRegistry to correctly restore RTX, if a valid mapping exists.noahric
2015-10-02Unify newapi::RtcpMode and RTCPMethod.pbos
2015-09-28Unify Transport and newapi::Transport interfaces.pbos
2015-08-28Wire up currently-received video codec to stats.pbos
2015-08-28Add send transports to individual webrtc::Call streams.solenberg
2015-07-16Define Stream base classesJelena Marusic
2015-07-15Base A/V synchronization on sync_labels.pbos
2015-06-11C++11 in-class member initialization in Call configs.Fredrik Solenberg
2015-06-05Disable reduced-size RTCP in default config.Peter Boström
2015-05-27Configure default render delay as 10 ms.Peter Boström
2015-04-24Use IncomingVideoStream in VideoReceiveStream.Peter Boström
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-11-05Wire up bandwidth stats to the new API and webrtcvideoengine2.stefan@webrtc.org
2014-10-31Configure A/V sync in WebRtcVideoEngine2.pbos@webrtc.org
2014-10-29Use external VideoDecoders in VideoReceiveStream.pbos@webrtc.org
2014-09-04Change return value for number of discarded packets to be int.asapersson@webrtc.org
2014-07-07Remove GetDefaultConfigs() from Call.pbos@webrtc.org
2014-04-24Rename Start/Stop in Video{Send,Receive}Streams.pbos@webrtc.org
2014-02-07Make VideoReceiveStream::GetStats() const.sprang@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-20Set up receiver RTX config using a std::map.pbos@webrtc.org
2014-01-20Add configuration and test for extended RTCP reference time reports to new vi...asapersson@webrtc.org
2013-12-18cpplint cleaning new API and its implementation files.mflodman@webrtc.org
2013-12-13Adding REMB to receive stream configuration, the send side will alwaysmflodman@webrtc.org
2013-12-03Set local SSRC for VideoReceiveStream.pbos@webrtc.org
2013-11-20Rename video streams' start/stop methods.pbos@webrtc.org
2013-10-28Separate Call API/build files from video_engine/.pbos@webrtc.org