1. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 7 years ago
  2. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 7 years ago
  3. dc4737b Disable FieldTrials/CallOperationEndToEndTest.TransmitsFirstFrame/2 due to flakiness. by Rasmus Brandt · 7 years ago
  4. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 7 years ago
  5. 81de14f Reduce implementations of CallStatsObserver by 2. by Tommi · 7 years ago
  6. 6b28e20 Remove unused 'last_rtt_ms_' variable from vcm::VideoStreamDecoder. by Tommi · 7 years ago
  7. bc01047 Simplify RtpVideoStreamReceiver::NotifyReceiverOfFecPacket. by Niels Möller · 7 years ago
  8. 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 7 years ago
  9. a9d988d Update VideoSendStreamImpl for configuration transition. by Niels Möller · 7 years ago
  10. 66c24fe Update SendStatisticsProxy to use Rtp::payload_name, if available. by Niels Möller · 7 years ago
  11. 296a0ce Add MID sending to RTPSender by Steve Anton · 7 years ago
  12. 8be087f Update payload_type DCHECKS. by Niels Möller · 7 years ago
  13. 76b7f51 Move timestamp_extrapolator.h to rtc_base/time/ by Karl Wiberg · 7 years ago
  14. 12d6a49 Add payload_name and payload_type to VideoSendStream::Config::Rtp. by Niels Möller · 7 years ago
  15. 9cfb18c Delete obsolete method RtpFeedback::OnInitializeDecoder. by Niels Möller · 7 years ago
  16. 2fee4d6 VideoStreamDecoder skeleton. by philipel · 7 years ago
  17. ccd1523 Reporting packet feedback availability in VideoSendStream by Sebastian Jansson · 7 years ago
  18. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 7 years ago
  19. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 7 years ago
  20. 82fad3d Remove TemporalLayersFactory and associated classes by Erik Språng · 7 years ago
  21. 3dc0125 Moving ConfigureEncoderTask to the calling scope. by Sebastian Jansson · 7 years ago
  22. bb60a3a Refactor VP8 TemporalLayers by Erik Språng · 7 years ago
  23. 4a73cd4 Adding tests of TaskQueueCongestionControl field trial. by Sebastian Jansson · 7 years ago
  24. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 7 years ago
  25. bf3dbb4 Delete payload_type from VCMEncoderDatabase and vcm::VideoSender. by Niels Möller · 7 years ago
  26. 677f42c Enable ContinuousAfterStreamCountChangeSimulcastEncoderAdapter picture id tests. by Åsa Persson · 7 years ago
  27. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 7 years ago
  28. 1d037ae Don't crash in SingleNalu packetization for h264 if no space in packet by Ilya Nikolaevskiy · 7 years ago
  29. 4425b05 Add video send stream test to check switch to and from screenshare by Ilya Nikolaevskiy · 7 years ago
  30. 63b7574 Add check for negative max bitrate in VideoSendStream. by Sebastian Jansson · 7 years ago
  31. bb894ff Make PayloadRouter own the picture id and tl0 pic idx sequences. by Niels Möller · 7 years ago
  32. e10675a Delete RTPPayloadRegistry::IsRed. by Niels Möller · 7 years ago
  33. efbb978 Fix flacky VideoSendStreamTest.SupportsVideoContentType by Ilya Nikolaevskiy · 7 years ago
  34. 3f027b3 No longer register ulpfec as a codec with RTPPayloadRegistry. by Niels Möller · 7 years ago
  35. e63afff Delete unneeded Rtx methods from RTPPayloadRegistry. by Niels Möller · 7 years ago
  36. f1ff3bd Rename I420A Multiplex perf test by Emircan Uysaler · 7 years ago
  37. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 7 years ago
  38. 6fed924 Delete RTPPayloadRegistry::SetIncomingPayloadType. by Niels Möller · 7 years ago
  39. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  40. 881f168 Make SimpleStringBuilder into a non-template by Karl Wiberg · 7 years ago
  41. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 7 years ago
  42. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  43. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  44. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 7 years ago
  45. 1b2e90b Replaced DestructAndGetRtpStateTask with lambda. by Sebastian Jansson · 7 years ago
  46. e4d79c7 Replaced EncoderReconfiguredTask with lambda. by Sebastian Jansson · 7 years ago
  47. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
  48. 2e1d784 Delete the VideoCodec::plName string. by Niels Möller · 7 years ago
  49. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 7 years ago
  50. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 7 years ago
  51. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 7 years ago
  52. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 7 years ago
  53. 0133d46 Use a smaller size of sequence number set, to improve performance by Ying Wang · 7 years ago
  54. 4c09d7a In webrtc_perf_tests always create screenshare stream after realtime video by Ilya Nikolaevskiy · 7 years ago
  55. 13e7434 Merge SimulcastStream and SpatialLayer structures. by Sergey Silkin · 7 years ago
  56. a796a7e Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Sergey Silkin · 7 years ago
  57. 25e5110 Explicit injection of rate limiter in VideoSendStream. by Sebastian Jansson · 7 years ago
  58. 2cb26a6 Reset pacing settings after exiting from screenshare by Ilya Nikolaevskiy · 7 years ago
  59. d3f3816 Testing multiple retransmission in video nack test. by Sebastian Jansson · 7 years ago
  60. e27e0ac Revert "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Philip Eliasson · 7 years ago
  61. d2ed0a4 Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers. by Sergey Silkin · 7 years ago
  62. 3c24ea8 Removed SetTransportOverhead in transport controller. by Sebastian Jansson · 7 years ago
  63. 06b83aa Replaced VideoSendStream::ConstructionTask with lambda by Sebastian Jansson · 7 years ago
  64. 0a9f6de Removed VCMTiming from RtpVideoStreamReceiver. by philipel · 7 years ago
  65. fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
  66. 132e28e Add thread checks to ReceiveStatisticsProxy that reflect design comments. by Tommi · 7 years ago
  67. 225c787 Move default thresholds from QualityScaler to encoders. by Niels Möller · 7 years ago
  68. fbf3bce Reland "Reduce locking in VideoReceiver and check the threading model." by Tommi · 7 years ago
  69. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 7 years ago
  70. c4f9824 Revert "Reduce locking in VideoReceiver and check the threading model." by Lu Liu · 7 years ago
  71. c75f1e4 Reduce locking in VideoReceiver and check the threading model. by Tommi · 7 years ago
  72. d397a0d Add dropped frames metric on the receive side by Ilya Nikolaevskiy · 7 years ago
  73. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
  74. 416332b Removed wait from congestion window test. by Sebastian Jansson · 7 years ago
  75. fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 7 years ago
  76. e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 7 years ago
  77. 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 7 years ago
  78. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  79. 694a36f Only log once per UpdateHistogram call. by Jonas Olsson · 7 years ago
  80. 45d725d Support sending flexfec and simulcast together. by Danil Chapovalov · 7 years ago
  81. 9d138fc Drop dependency of common_video on api:libjingle_peerconnection_api. by Niels Möller · 7 years ago
  82. 1c9aa1e Delete VideoStreamEncoder::OnReceivedIntraFrameRequest. by Niels Möller · 7 years ago
  83. e551ddd Propagate custom rtcp intervals in VideoSendStream by Danil Chapovalov · 7 years ago
  84. 4c1ffb8 Removing access to pacer in rtp controller. by Sebastian Jansson · 7 years ago
  85. e4be6da Removing access to send side cc in rtp controller. by Sebastian Jansson · 7 years ago
  86. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  87. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
  88. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 7 years ago
  89. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 7 years ago
  90. 4e849f6 Revert "Reland "Moved congestion controller to task queue."" by Danil Chapovalov · 7 years ago
  91. 73f29cb Move creation of OveruseFrameDetector to VideoSendStream. by Niels Möller · 7 years ago
  92. 0b556b0 Reduce public inheritance in VideoStreamEncoder. by Niels Möller · 7 years ago
  93. ef76e5a Add multiplex case to codec_tests by Emircan Uysaler · 7 years ago
  94. 338bd62 Includes the time(ms) that spent in network to test results. by Ying Wang · 7 years ago
  95. 32e930f Add a freeze metric to the video quality test. by Stefan Holmer · 7 years ago
  96. b0acec3 Testing that media is resumed when congestion ends. by Sebastian Jansson · 7 years ago
  97. a8b1508 Stricter declarations in VideoStreamEncoder. by Niels Möller · 7 years ago
  98. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 7 years ago
  99. 8234ead Allows the application to set active simulcast streams. by Seth Hampson · 7 years ago
  100. c6b224a Pass the external fec_controller_ to VideoSendStream when available. by Stefan Holmer · 7 years ago