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