webrtc/webrtc/video
pbos@webrtc.org be9d2a4549 Reserve RTP/RTCP modules in SetSSRC.
Allows setting SSRCs for future simulcast layers even though no set send
codec uses them.

Also re-enabling CanSwitchToUseAllSsrcs as an end-to-end test, required
for bitrate ramp-up, instead of send-side only (resolving issue 3078).
This test was used to verify reserved modules' SSRCs are preserved
correctly.

To enable a multiple-stream end-to-end test test::CallTest was modified
to work on a vector of receive streams instead of just one.

BUG=3078
R=kjellander@webrtc.org, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/15859005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6565 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-06-30 13:19:09 +00:00
..
bitrate_estimator_tests.cc Refactor Call-based tests. 2014-06-27 08:47:52 +00:00
BUILD.gn GN: Add BUILD.gn files + kjellander to OWNERS 2014-06-23 19:21:07 +00:00
call_perf_tests.cc Reserve RTP/RTCP modules in SetSSRC. 2014-06-30 13:19:09 +00:00
call.cc Implements start bitrate for new video API. 2014-06-16 08:57:39 +00:00
encoded_frame_callback_adapter.cc Implement and test EncodedImageCallback in new ViE API. 2013-11-26 11:41:59 +00:00
encoded_frame_callback_adapter.h Implement and test EncodedImageCallback in new ViE API. 2013-11-26 11:41:59 +00:00
end_to_end_tests.cc Reserve RTP/RTCP modules in SetSSRC. 2014-06-30 13:19:09 +00:00
full_stack.cc Reserve RTP/RTCP modules in SetSSRC. 2014-06-30 13:19:09 +00:00
loopback.cc Implements start bitrate for new video API. 2014-06-16 08:57:39 +00:00
OWNERS GN: Add BUILD.gn files + kjellander to OWNERS 2014-06-23 19:21:07 +00:00
rampup_tests.cc Refactor Call-based tests. 2014-06-27 08:47:52 +00:00
receive_statistics_proxy.cc Add thread annotations to Call API. 2014-04-28 13:00:21 +00:00
receive_statistics_proxy.h Add thread annotations to Call API. 2014-04-28 13:00:21 +00:00
send_statistics_proxy_unittest.cc Re-landing "Routing SuspendChange to VideoSendStream::Stats" 2014-03-13 13:31:21 +00:00
send_statistics_proxy.cc Add thread annotations to Call API. 2014-04-28 13:00:21 +00:00
send_statistics_proxy.h Add thread annotations to Call API. 2014-04-28 13:00:21 +00:00
transport_adapter.cc Drop early packets when not sending in TransportAdapter. 2014-01-27 13:03:02 +00:00
transport_adapter.h Drop early packets when not sending in TransportAdapter. 2014-01-27 13:03:02 +00:00
video_receive_stream.cc Make VideoSendStream/VideoReceiveStream configs const. 2014-06-06 10:49:19 +00:00
video_receive_stream.h Make VideoSendStream/VideoReceiveStream configs const. 2014-06-06 10:49:19 +00:00
video_send_stream_tests.cc Reserve RTP/RTCP modules in SetSSRC. 2014-06-30 13:19:09 +00:00
video_send_stream.cc Reserve RTP/RTCP modules in SetSSRC. 2014-06-30 13:19:09 +00:00
video_send_stream.h Reserve RTP/RTCP modules in SetSSRC. 2014-06-30 13:19:09 +00:00
webrtc_video.gypi Wire up statistics in video receive stream of new API 2014-02-07 12:06:29 +00:00