1. ae6e0b2 [CodeHealth] Fix use after std::move instances. by Yves Gerey · 6 years ago
  2. df919fb Don't pretend we've received an end-of-candidates indication. by Jonas Olsson · 6 years ago
  3. 4241cf5 Add 2 new virtual methods to IceTransportInternal by Harald Alvestrand · 6 years ago
  4. dd6633b Refactor VideoTrackTest to not depend on cricket::VideoCapturer by Niels Möller · 6 years ago
  5. 215ba60 Refactor PeerConnectionInterfaceTest to not depend on cricket::VideoCapturer by Niels Möller · 6 years ago
  6. 3eaf9f1 Refactor PeerConnectionFactoryTest to not use FakeVideoCapturer. by Niels Möller · 6 years ago
  7. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  8. 607e6fd Fixing possible bug when Flex and RTX used together. by Amit Hilbuch · 6 years ago
  9. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  10. 2b5baee Create no-op DTLS if media transport is used. by Piotr (Peter) Slatala · 6 years ago
  11. 309aafe Add 'AudioPacket' notification to media transport interface. by Piotr (Peter) Slatala · 6 years ago
  12. 0acffb5 Expose `jitterBufferEmittedCount` in addition to the existing `jitterBufferDelay` for `getStats()`. by Chen Xing · 6 years ago
  13. 7a6739e Make Ice Transports signal failures. by Jonas Olsson · 6 years ago
  14. 921d366 Remove comments about using std::shared_ptr. by Mirko Bonadei · 6 years ago
  15. c2c733e Remove unused methods from cricket::BaseChannel. by Mirko Bonadei · 6 years ago
  16. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  17. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  18. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  19. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  20. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  21. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  22. 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
  23. d8bd750 Add ability to use movable only functors in rtc::Thread::Invoke(...) by Artem Titov · 6 years ago
  24. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  25. cdc3045 Fire a state change event when clearing DtlsTransport by Harald Alvestrand · 6 years ago
  26. ae3df54 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  27. 2bed397 Support changing the tagged BUNDLE media section section by Steve Anton · 6 years ago
  28. 47e38b7 Revert "Refactoring MID generation to use unique string generator." by Amit Hilbuch · 6 years ago
  29. 1c37676 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  30. d02541e Add an observer API for DTLSTransport events. by Harald Alvestrand · 6 years ago
  31. c63ddb2 Negotiating Simulcast in the initial offer/answer - Part1. by Amit Hilbuch · 6 years ago
  32. bde7104 Add constructor from test::FrameGeneratorCapturer by Artem Titov · 6 years ago
  33. 29e13fd Delete rtc::PacketTime (was an alias for int64_t) by Niels Möller · 6 years ago
  34. 0c02250 Pass RtcEventLog to MediaTransportFactory. by Piotr (Peter) Slatala · 6 years ago
  35. 5f8b5fd Use for range loop in pc/channel.cc by Steve Anton · 6 years ago
  36. 7e0978c Use project-level include path in rtptransceiver_unittest.cc by Steve Anton · 6 years ago
  37. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  38. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  39. afa07dd [Unified Plan] SRD: Always set associated remote streams. by Henrik Boström · 6 years ago
  40. 54fa024 Removed log from StatsCollector::GetTrackIdBySsrc. by Seth Hampson · 6 years ago
  41. ceac015 Fail SetLocalDescription if a=mid lines are missing by Steve Anton · 6 years ago
  42. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  43. 06817cd [Unified Plan] Support legacy endpoints that do not use a=mid by Steve Anton · 6 years ago
  44. 5a1de87 Use unique_ptr in webrtcsdp.cc by Steve Anton · 6 years ago
  45. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  46. 41f3a43 Remove CodecInst pt.3 by Fredrik Solenberg · 6 years ago
  47. 68586e8 Replace starts_with and ends_with with Abseil by Steve Anton · 6 years ago
  48. eb02ecd Move peerconnectionwrapper.(h|cc) into separate build target by Artem Titov · 6 years ago
  49. 944c755 Use unique_ptr in DataChannel PacketQueue by Steve Anton · 6 years ago
  50. 833979f Adding metrics for hostname candidate use. by Jeroen de Borst · 6 years ago
  51. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  52. 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
  53. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  54. ab64e8a Using fully qualified names for using declarations. by Mirko Bonadei · 6 years ago
  55. c57d573 RID parsing for Simulcast support. by Amit Hilbuch · 6 years ago
  56. 9d4fd555 Make CONNECTION_WRITE_TIMEOUT configurable for ice connection by Jiawei Ou · 6 years ago
  57. 6fe1fba Convert MediaSessionFactory to return unique_ptrs by Steve Anton · 6 years ago
  58. 1a9d3c3 Convert TransportDescriptionFactory to return unique_ptrs by Steve Anton · 6 years ago
  59. 8f66ddb Move is_unified_plan flag to a member variable by Steve Anton · 6 years ago
  60. 5c72e71 [Unified Plan] Fix issues with recycling m= sections by Steve Anton · 6 years ago
  61. 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
  62. 6a8727b Update connection states to match spec changes. by Jonas Olsson · 6 years ago
  63. 1204690 Export the standardized IceConnectionState. by Jonas Olsson · 6 years ago
  64. d644feb Make sure media transport is deleted before ICE. by Anton Sukhanov · 6 years ago
  65. 628f37a Delete a cricket::DtlsTransport when PC is closed by Harald Alvestrand · 6 years ago
  66. 5b14778 [Unified Plan] If "a=msid" is missing, create default stream. by Henrik Boström · 6 years ago
  67. af2adda Explicit comparisons on NetworkRoute. by Sebastian Jansson · 6 years ago
  68. 4139047 Add LookupDtlsTransportByMid to proxy map by Harald Alvestrand · 6 years ago
  69. a201204 Adding SDP parsing for Simulcast. by Amit Hilbuch · 6 years ago
  70. cc88737 Parse `ice_unwritable_timeout` and `ice_unwritable_min_checks` from RTCConfiguration into IceConfig by Jiawei Ou · 6 years ago
  71. ffa6ce4 Add integration test for new GetStats() with many tracks by Steve Anton · 6 years ago
  72. a41959e [Unified Plan] Fix old GetStats() not associating track id by Steve Anton · 6 years ago
  73. c64078f Log DTLS state changes to RtcEventLog by Zach Stein · 6 years ago
  74. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  75. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  76. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  77. 8b55602 Batch RTC event log output if using the new wire format. by Bjorn Terelius · 6 years ago
  78. 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
  79. 59cfd35 Address vptr race condition while PeerConnection is destructed. by Yves Gerey · 6 years ago
  80. e38a5a1 Small cleanup to mediasession_unittest.cc by Steve Anton · 6 years ago
  81. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  82. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  83. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  84. 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
  85. 5f2ffee Clean up deprecated APM stats by Sam Zackrisson · 6 years ago
  86. 94c9420 Remove cricket::BundleFilter. by Mirko Bonadei · 6 years ago
  87. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  88. 37227be Add check for media transport and bundle policy by Piotr (Peter) Slatala · 6 years ago
  89. 47dfdca Create 'MaybeCreateMediaTransport' function by Piotr (Peter) Slatala · 6 years ago
  90. c68d282 Add test PeerConnectionIntegrationTest.MediaTransportBidirectionalAudio by Niels Möller · 6 years ago
  91. 38332cd Add RTCP and simulcast support for RTCRtpReceiver::getParameters() by Florent Castelli · 6 years ago
  92. 179a392 Implement TargetBitrate, NetworkRoute and overhead features of media transport interface. by Piotr (Peter) Slatala · 6 years ago
  93. b5bb513 Disable RTCStatsIntegrationTest.GetsStatsWhileDestroyingPeerConnection by Yves Gerey · 6 years ago
  94. 6eb8a16 Exposing audio and video engines directly. by Sebastian Jansson · 6 years ago
  95. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  96. 10aeb2a MediaTransportTests should use audio-only peer connection. by Piotr (Peter) Slatala · 6 years ago
  97. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  98. 95ca6e1 AudioSource allows implementations to return settings by Piotr (Peter) Slatala · 6 years ago
  99. bc4cf89 Run some peer connection end-to-end tests with an empty audio encoder factory by Karl Wiberg · 6 years ago
  100. aee8380 Remove obsolete comment (WebRtcSessionDescriptionFactory ctor) by Elad Alon · 6 years ago