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