1. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  2. 1a16da1 Remove deprecated CreateMediaTransport method by Piotr (Peter) Slatala · 6 years ago
  3. bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 6 years ago
  4. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  5. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/channelmanager_unittest.cc]
  6. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  7. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  8. 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
  9. 9accc9f Revert "Reland "Propagate media transport to media channel."" by Oleh Prypin · 6 years ago
  10. da65ed2 Reland "Propagate media transport to media channel." by Anton Sukhanov · 6 years ago
  11. 37cf245 Revert "Propagate media transport to media channel." by Oleh Prypin · 6 years ago
  12. 8c16f74 Propagate media transport to media channel. by Anton Sukhanov · 6 years ago
  13. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  14. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  15. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  16. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  17. 8e7a62b Delete unused include of fakevideocapturer.h. by Niels Möller · 6 years ago
  18. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 6 years ago
  19. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  20. 95e7dbb Revert "Reland "Replace BundleFilter with RtpDemuxer in RtpTransport."" by Zhi Huang · 7 years ago
  21. 27f3bf5 Reland "Replace BundleFilter with RtpDemuxer in RtpTransport." by Zhi Huang · 7 years ago
  22. 97d5e5b Revert "Replace BundleFilter with RtpDemuxer in RtpTransport." by Zhi Huang · 7 years ago
  23. ea8b62a Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  24. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
  25. 2dfc42d Prepare to make BaseChannel depend on RtpTransportInternal only. by Zhi Huang · 7 years ago
  26. c9e1560 Modernize and cleanup ChannelManager by Steve Anton · 7 years ago
  27. b526158 Move the TransportController from p2p/base to pc/. by Zhi Huang · 7 years ago
  28. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  29. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/channelmanager_unittest.cc]
  30. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  31. a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 7 years ago
  32. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  33. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  34. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  35. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  36. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 7 years ago
  37. 1a2183d Removing unnecessary parameters from CreateXChannel methods. by deadbeef · 8 years ago
  38. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 8 years ago
  39. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago
  40. b2cdd93 Remove the dependency of TransportChannel and TransportChannelImpl. by zhihuang · 8 years ago
  41. 6ce9259 Revert of make the DtlsTransportWrapper inherit form DtlsTransportInternal (patchset #11 id:320001 of https://codereview.webrtc.org/2606123002/ ) by zhihuang · 8 years ago
  42. 5aed06c make the DtlsTransportWrapper inherit form DtlsTransportInternal by zhihuang · 8 years ago
  43. ac22f70 Refactoring of RTCP options in BaseChannel. by deadbeef · 8 years ago
  44. f5b251b Remove BaseChannel's dependency on TransportController. by zhihuang · 8 years ago
  45. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  46. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  47. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  48. 7af91dd Removing "crypto_required" from MediaContentDescription. by deadbeef · 8 years ago
  49. 49f34fd Relanding: Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago
  50. 57fd726 Revert of Refactoring that removes P2PTransport and DtlsTransport classes. (patchset #9 id:150001 of https://codereview.webrtc.org/2517883002/ ) by deadbeef · 8 years ago
  51. bd28681 Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago
  52. 3cf8ece Revert of Stop caching supported codecs in WebRtcVideoEngine2 (patchset #1 id:1 of https://codereview.webrtc.org/2492473002/ ) by magjed · 8 years ago
  53. 9f71ec5 Stop caching supported codecs in WebRtcVideoEngine2 by magjed · 8 years ago
  54. 2675274 Remove cricket::VideoCodec with, height and framerate properties by perkj · 8 years ago
  55. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  56. 05b9803 Removed unused GetOutputVolume() and SetOutputVolume() from MediaEngineInterface. by solenberg · 8 years ago
  57. 6c87a67 Do not create a temporary transport channel when using max-bundle by skvlad · 8 years ago
  58. 7f216b7 Renames TransportController worker_thread to network_thread. by Danil Chapovalov · 8 years ago
  59. 33b01f2 Adds network thread to rtc::BaseChannel by Danil Chapovalov · 8 years ago
  60. 67cf2c1 Removing `preference` field from `cricket::Codec`. by deadbeef · 8 years ago
  61. c11b184 Remove CaptureManager and related calls in ChannelManager. by perkj · 9 years ago
  62. 65c7f67 Fix license headers in webrtc/pc by kjellander · 9 years ago
  63. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago[Renamed (99%) from talk/session/media/channelmanager_unittest.cc]
  64. 5ad1297 Rename webrtc/media/webrtc -> webrtc/media/engine by kjellander@webrtc.org · 9 years ago
  65. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago
  66. a96e2d7 Move talk/media to webrtc/media by kjellander · 9 years ago
  67. 822bdf9 Remove cricket::VideoEncoderConfig. by Peter Boström · 9 years ago
  68. bd13838 Remove SetVideoLogging/SetAudioLogging from ChannelManager and down the stack. by solenberg · 9 years ago
  69. c1aeaf0 Wire up packet_id / send time callbacks to webrtc via libjingle. by stefan · 9 years ago
  70. facbbec Remove use of DeviceManager from ChannelManager. by solenberg · 9 years ago
  71. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
  72. 7d17336 Remove the [Un]RegisterVoiceProcessor() API. by Fredrik Solenberg · 9 years ago
  73. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
  74. 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
  75. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 9 years ago
  76. 9af63f4 TransportController refactoring. by deadbeef · 9 years ago
  77. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  78. 709ed67 Move instantiation of webrtc::Call into a MediaController class so that it can be used for both audio and video media channels. by Fredrik Solenberg · 9 years ago
  79. c28a896 VoE: Initialize WebRtcVoiceMediaChannel with AudioOptions during creation by Jelena Marusic · 9 years ago
  80. 4b60c73 Hook up libjingle WebRtcVoiceEngine to Call API for combined A/V BWE. by Fredrik Solenberg · 9 years ago
  81. e61c64d Delete NullVideoRenderer by Magnus Jedvert · 10 years ago
  82. 6ad507a Refactor how the TransportChannels are set in the BaseChannel to rely lesson Session, so that in the future we can rely on Transport instead, and also be able to change Transports on the fly for BUNDLE. by pthatcher@webrtc.org · 10 years ago
  83. f9b5c1b Removing CELT. by minyue@webrtc.org · 10 years ago
  84. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  85. 35c1ace Revert 7698 "WebRtcVideoMediaChannel::SetSendParams: Don't cap r..." by magjed@webrtc.org · 10 years ago
  86. 52da44b WebRtcVideoMediaChannel::SetSendParams: Don't cap resolution by magjed@webrtc.org · 10 years ago
  87. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  88. 28100cb Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." by henrike@webrtc.org · 10 years ago
  89. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago
  90. 1ecbe45 (Auto)update libjingle 77689511-> 77696841 by buildbot@webrtc.org · 10 years ago
  91. 3740d74 (Auto)update libjingle 73927658-> 73927775 by buildbot@webrtc.org · 10 years ago
  92. 0481f15 (Auto)update libjingle 73399579-> 73626167 by henrike@webrtc.org · 10 years ago
  93. a09a999 (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 10 years ago
  94. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  95. 42fe435 Remove Thread::RunningForChannelManager(). by tkchin@webrtc.org · 10 years ago
  96. bb2d658 (Auto)update libjingle 69617317-> 69623266 by buildbot@webrtc.org · 10 years ago
  97. 58e7c86 (Auto)update libjingle 69588980-> 69589535 by buildbot@webrtc.org · 10 years ago
  98. 88d9fa6 (Auto)update libjingle 69291002-> 69292418 by buildbot@webrtc.org · 10 years ago
  99. 39eccef Disable ChannelManagerTest.StartupShutdownOnUnstartedThread by fischman@webrtc.org · 10 years ago
  100. 1d1ffc9 Update talk to 54898858. by wu@webrtc.org · 11 years ago