1. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  2. e26456a Removes usage of AGC APIs in the ADM. by henrika · 7 years ago
  3. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  4. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  5. 719487e Generate signed packets_lost in WebRTC-stats by Harald Alvestrand · 7 years ago
  6. e97de91 Use static_cast to get webrtc::Peerconnection in common workaround. by Mirko Bonadei · 7 years ago
  7. 3fe1b15 Fix PeerConnection crashing on Close() when Unified Plan enabled by Steve Anton · 7 years ago
  8. e8e8ad8 [CFI] Fix cfi-icall failures by Vlad Tsyrklevich · 7 years ago
  9. c08de0f Allow the TransportController to create RTP level transports. by Zhi Huang · 7 years ago
  10. 9a44f96 Delete rtc_base/window.h. by Niels Möller · 7 years ago
  11. 5634427 Remove unused properties from MediaContentDescription by Steve Anton · 7 years ago
  12. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  13. e51f785 Stop using public_deps in pc/. by Mirko Bonadei · 7 years ago
  14. 3828c06 Replace cricket::ContentAction with webrtc::SdpType by Steve Anton · 7 years ago
  15. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  16. 88f2cb9 Introduce webrtc::SdpType, the chosen enum for offer/pranswer/answer by Steve Anton · 7 years ago
  17. ed10bd9 Modify SetLocalDescription helpers to work with RtpTransceivers by Steve Anton · 7 years ago
  18. 6d6a2ae Refactor PeerConnection::UpdateSessionState by Steve Anton · 7 years ago
  19. 2039306 Replace PeerConnection::Action with cricket::ContentAction by Steve Anton · 7 years ago
  20. 8a00691 Use RTCError for internal PeerConnection methods by Steve Anton · 7 years ago
  21. f847081 Rename PeerConnection::Error to PeerConnection::SessionError by Steve Anton · 7 years ago
  22. 2dfc42d Prepare to make BaseChannel depend on RtpTransportInternal only. by Zhi Huang · 7 years ago
  23. e169272 Fixed a bug in determining ICE roles. by Qingsi Wang · 7 years ago
  24. 6fec880 Unify and de-duplicate BaseChannel deletion in PeerConnection by Steve Anton · 7 years ago
  25. eda6ccd Refactor BaseChannel creation in PeerConnection by Steve Anton · 7 years ago
  26. d745578 Call SrtpTransport::EnableExternalAuth when enabling SDES. by Zhi Huang · 7 years ago
  27. 2a4d70c Make the DtlsSrtpTransport cache the RtpAbsSendTimeHeaderExtension. by Zhi Huang · 7 years ago
  28. f72ab83 Remove transceiver direction getter/setter by Steve Anton · 7 years ago
  29. cd3fc5d Use the DtlsSrtpTransport in BaseChannel. by Zhi Huang · 7 years ago
  30. 4e70a72 Replace MediaContentDirection with RtpTransceiverDirection by Steve Anton · 7 years ago
  31. 36207d6 Remove "using rtc::scoped_ptr" from audiotrack.cc. by Tommi · 7 years ago
  32. aba85d1 Resolve circular dependency in rtc_media_base. by Patrik Höglund · 7 years ago
  33. 73da79c Step 1 to remove MediaContentDirection by Steve Anton · 7 years ago
  34. 1d03a75 Remove cricket::RtpTransceiverDirection by Steve Anton · 7 years ago
  35. 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  36. 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  37. f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
  38. 56d4609 Use the new AudioProcessing statistics everywhere. by Ivo Creusen · 7 years ago
  39. 3163867 Reland "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  40. a4ecf55 Revert "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  41. 6f36747 Use local codec parameters in the answer. by Zhi Huang · 7 years ago
  42. 6c7ec32 SetRemoteDescriptionObserverInterface added. by Henrik Boström · 7 years ago
  43. 63e232a Optional: Use nullopt and implicit construction in /pc/peerconnectionendtoend_unittest.cc by Oskar Sundbom · 7 years ago
  44. b95fd2c Optional: Use nullopt and implicit construction in /pc/peerconnectioninterface_unittest.cc by Oskar Sundbom · 7 years ago
  45. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  46. 9b28a03 Optional: Use nullopt and implicit construction in /pc/peerconnection.cc by Oskar Sundbom · 7 years ago
  47. 9e6fd2b Add streams() to RtpReceiverInterface and implementations. by Henrik Boström · 7 years ago
  48. 37e489c Add network_type to local RTCIceCandidateStats by Gary Liu · 7 years ago
  49. 36f8f3e Optional: Use nullopt and implicit construction in /pc by Oskar Sundbom · 7 years ago
  50. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  51. 89e7126 Optional: Use nullopt and implicit construction in /pc/rtcstatscollector.cc by Oskar Sundbom · 7 years ago
  52. 872cf38 Fix some dependencies for peerconnection_and_implicit_call_api. by Edward Lemur · 7 years ago
  53. de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
  54. 79e7960 Add SDP semantics option to RTCConfiguration by Steve Anton · 7 years ago
  55. 03fdc10 Remove an unused debug message. by Zhi Huang · 7 years ago
  56. f2d7beb Created the DtlsSrtpTransport. by Zhi Huang · 7 years ago
  57. 4171afb Use RtpTransceivers in PeerConnection by Steve Anton · 7 years ago
  58. ae02609 Add parallel stats interface with optional stats to APM. by Ivo Creusen · 7 years ago
  59. cbc71b2 Optional: Use nullopt and implicit construction in /pc/rtcstatscollector_unittest.cc by Oskar Sundbom · 7 years ago
  60. 33c5c7f Revert "Encode log events periodically instead of for every event." by Zhi Huang · 7 years ago
  61. b154c27 Encode log events periodically instead of for every event. by Bjorn Terelius · 7 years ago
  62. c3ed630 Add stats googHasEnteredLowResolution. by Åsa Persson · 7 years ago
  63. 32026c3 Removes Set/GetLoudspeakerStatus APIs from the ADM. by henrika · 7 years ago
  64. c97cf03 Removes unused sample-rate APIs from the ADM. by henrika · 7 years ago
  65. 1d88d74 Remove the unused code. by Zhi Huang · 7 years ago
  66. 801b868 Remove the CA_UPDATE and related code. by Zhi Huang · 7 years ago
  67. 7aee3d5 Fix ortc_api circular deps. by Patrik Höglund · 7 years ago
  68. 5f5918f Merge MediaChannel's OnTransportOverheadChanged and OnNetworkRouteChanged callbacks. by Zhi Huang · 7 years ago
  69. 8962b54 Removes Set/GetRecordingChannel() from the ADM by henrika · 7 years ago
  70. 942bc2e Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  71. 8c316c1 Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal." by Zhi Huang · 7 years ago
  72. 7167745 Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  73. 6e634bf Add RtpTransceiverInterface and implementing class by Steve Anton · 7 years ago
  74. fdb9201 Avoid use-after-move in PeerConnection::Set[Local/Remote]Description. by Henrik Boström · 7 years ago
  75. 8f91f1e Make hbos@webrtc.org OWNER of peerconnection*. by Henrik Boström · 7 years ago
  76. 2a82310 Avoiding unnecessary copies. by Mirko Bonadei · 7 years ago
  77. 13f35ec Sets names of peerconnection worker and network thread by Sebastian Jansson · 7 years ago
  78. c99b6c7 Remove the SetEncryptedHeaderExtensionIds methods. by Zhi Huang · 7 years ago
  79. 83119dd Fix and re-enable flaky PeerConnectionIntegrationTests by Steve Anton · 7 years ago
  80. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  81. 8699a32 Have BaseChannel take MediaChannel as unique_ptr by Steve Anton · 7 years ago
  82. c9e1560 Modernize and cleanup ChannelManager by Steve Anton · 7 years ago
  83. 1c9faee Disable several flaky PeerConnectionIntegration tests. by Ivo Creusen · 7 years ago
  84. d25da37 Inline various trivial methods from the WebRtcSession merge by Steve Anton · 7 years ago
  85. 75737c0 Merge WebRtcSession into PeerConnection by Steve Anton · 7 years ago
  86. ba81867 Prepare WebRtcSession to be merged into PeerConnection by Steve Anton · 7 years ago
  87. ff52f1b Fix flake in AddMediaToConnectedBundleDoesNotRestartIce test by Steve Anton · 7 years ago
  88. 32df86e Remove deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  89. 4f167df Adds new DisableAndEnableAudioRecording integration test to Peerconnection. by henrika · 7 years ago
  90. 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
  91. 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
  92. 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
  93. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  94. b2d355e Reland: Reject the description with fewer m= sections. by Zhi Huang · 7 years ago
  95. 074dece Fix flaky DataChannel integration test by Steve Anton · 7 years ago
  96. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  97. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  98. ef48df9 Fix the issues in SrtpTransport. by Zhi Huang · 7 years ago
  99. 8a63f78 Rewrite the remaining few WebRtcSession tests. by Steve Anton · 7 years ago
  100. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago