1. 02c4f15 Stop using deprecated PacedSender method from RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
  2. b275788 Register stat callbacks after rate observer is registered. by Piotr (Peter) Slatala · 6 years ago
  3. 3d2ed19 Remove Transport implementation from ChannelSend by Fredrik Solenberg · 6 years ago
  4. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  5. 1618095 Cleanup of RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
  6. 2701bc9 Signals start rate when registering to TargetTransferRateObserver. by Sebastian Jansson · 6 years ago
  7. 00672b1 Don't trigger too many probes when max allocated bitrate changes. by Erik Språng · 6 years ago
  8. 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
  9. d1d7b23 Include protection bitrate in total max allocated bitrate by Erik Språng · 6 years ago
  10. 87609be Merges RtpTransportControllerSend with SendSideCongestionController. by Sebastian Jansson · 6 years ago
  11. af2adda Explicit comparisons on NetworkRoute. by Sebastian Jansson · 6 years ago
  12. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  13. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  14. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  15. 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
  16. 53382cb Move RtcpStatistics from common_types.h to a new header file by Niels Möller · 6 years ago
  17. ff05816 Delete the WebRTC.Call.TimeSendingAudioRtpPacketsInSeconds metric by Sam Zackrisson · 6 years ago
  18. 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
  19. af228ee Disable flaky tests CallPerfTest.CaptureNtpTimeWithNetworkDelay on WIN. by Alex Loiko · 6 years ago
  20. 8b5d9d8 Remove the audio/video split for the RTCP report intervals. by Jiawei Ou · 6 years ago
  21. 6736df1 Moves BitrateAllocationUpdate to api. by Sebastian Jansson · 6 years ago
  22. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  23. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  24. 89c94b9 Adds target bandwidth to BitrateAllocator. by Sebastian Jansson · 6 years ago
  25. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  26. 179a392 Implement TargetBitrate, NetworkRoute and overhead features of media transport interface. by Piotr (Peter) Slatala · 6 years ago
  27. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  28. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  29. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  30. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  31. cd2e105 Reenable test RampUpTest.AudioTransportSequenceNumber by Niels Möller · 6 years ago
  32. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  33. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  34. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  35. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  36. 2cd3b4c Fixing bug in SimulatedNetwork where packets stop. by Sebastian Jansson · 6 years ago
  37. 56ef305 Move event logging of config into AudioSendStream. by Oskar Sundbom · 6 years ago
  38. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  39. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  40. 7182286 Allow FakeNetworkPipe to wake up its processing thread by Sebastian Jansson · 6 years ago
  41. 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
  42. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  43. 992a868 Fix for clock reset repair. by Christoffer Rodbro · 6 years ago
  44. 9190b82 Propagate SDP negotiation of extmap-allow-mixed to RtpHeaderExtensionMap by Johannes Kron · 6 years ago
  45. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  46. 359d60a Adds target rate to audio send stream stats. by Sebastian Jansson · 6 years ago
  47. e2754c9 Fixes bug in AudioPriorityBitrateAllocationStrategy field trial. by Sebastian Jansson · 6 years ago
  48. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  49. 1803bb2 Fix for clock read race in FakeNetworkPipe. by Christoffer Rodbro · 6 years ago
  50. 3284b61 Fix for packet loss tracking in network emulation. by Christoffer Rodbro · 6 years ago
  51. 2506839 Add DCHECK for wrap around in RtpVideoSender::OnBitrateUpdated. by Bjorn Terelius · 6 years ago
  52. 44a262a Declares BitrateAllocator methods const. by Sebastian Jansson · 6 years ago
  53. 362cb50 Remove redundant RTC_DCHECK of max/min RTP header extension id by Johannes Kron · 6 years ago
  54. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  55. 648d28a Media engine and channel support for per-channel dscp values, specified by RtpParameter by Tim Haloun · 6 years ago
  56. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  57. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  58. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  59. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  60. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  61. fab9129 Get frame type, width and height from the generic descriptor. by philipel · 6 years ago
  62. f5e767d Don't send max allocation probe unless allocation changed. by Sebastian Jansson · 6 years ago
  63. 1298541 Removing unnecessary dependencies on socket.h. by Sebastian Jansson · 6 years ago
  64. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  65. 76ad154 New method for precise packet reception time measurement. by Christoffer Rodbro · 6 years ago
  66. 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
  67. 0378997 Adds flags indicating presence in allocation and feedback per packet. by Sebastian Jansson · 6 years ago
  68. 4ff7214 Using TaskQueue for congestion controller by default. by Sebastian Jansson · 6 years ago
  69. 75e3647 Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
  70. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  71. 8ea1e9d Switch webrtc from deprecated usages of NetworkSimulationInterface by Artem Titov · 6 years ago
  72. ae4237e Set ChannelReceive transport at construction time. by Niels Möller · 6 years ago
  73. 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
  74. 433eafe Delete unused includes of assert.h by Niels Möller · 6 years ago
  75. 32fe3d1 Temporarily increase visibility of pacing and call/rtp_interfaces by Danil Chapovalov · 6 years ago
  76. 5ca2912 Delete VideoReceiveStream::EnableEncodedFrameRecording by Niels Möller · 6 years ago
  77. 35fa280 Adds allocated rate without feedback to new congestion controller. by Sebastian Jansson · 6 years ago
  78. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  79. 156d11d Adds packet_size to rtc::SentPacket in testing code. by Sebastian Jansson · 6 years ago
  80. 1f3206c Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 by Niels Möller · 6 years ago
  81. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  82. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  83. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  84. dc8c981 Makes new congestion controller work with rtp sender tests. by Sebastian Jansson · 6 years ago
  85. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  86. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  87. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  88. 49ac595 Add GetSources to VideoRtpReceiver by Jonas Oreland · 6 years ago
  89. 569397f Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by philipel · 6 years ago
  90. 6f68324 Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by Lu Liu · 6 years ago
  91. 3f4a4fa Added field trial WebRTC-GenericDescriptor for the new generic descriptor. by philipel · 6 years ago
  92. a7af021 Disable ulpfec when field trial flag is present by Emircan Uysaler · 6 years ago
  93. 3a6b729 Cleanup: remove deprecated class shortcuts. by Artem Titov · 6 years ago
  94. 585d1aa Register video rtp header extensions in rtp_rtcp by uri by Danil Chapovalov · 6 years ago
  95. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 6 years ago
  96. cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 6 years ago
  97. d52a1a6 Reland "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
  98. 1811c04 Revert "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
  99. af7afc6 Remove RTPVideoHeader::vp8() accessors. by philipel · 6 years ago
  100. 22c7d69 Enable ULPFEC for kVideoCodecGeneric if GenericPictureId is enabled. by Sami Kalliomäki · 6 years ago