- d257b4a Minor ClearChannel() and SetChannel() simplifications by Tommi · 4 months ago
- 98b3588 Make CreateSendChannel and CreateReceiveChannel methods pure virtual by Tommi · 4 months ago
- 7a79d68 Remove WebRTC-SetCodecPreferences-ReceiveOnlyFilterInsteadOfThrow killswitch by Philipp Hancke · 4 months ago
- 68f4e27 Add RtpSender OnFirstPacketSent callback. by Jakob Ivarsson · 5 months ago
- 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
- 6431a64 Reland "Run IWYU on some files I intend to work on" by Harald Alvestrand · 9 months ago
- fe34363 Revert "Run IWYU on some files I intend to work on" by Mirko Bonadei · 9 months ago
- 827da15 Run IWYU on some files I intend to work on by Harald Alvestrand · 9 months ago
- a5cd664 Add killswitch for receive-only setCodecPreferences change by Philipp Hancke · 1 year ago
- db2f52b Reland "Make setCodecPreferences only look at receive codecs" by Philipp Hancke · 1 year, 1 month ago
- 1e7a6f3 Revert "Make setCodecPreferences only look at receive codecs" by Henrik Boström · 1 year, 1 month ago
- 1cce1d7 Make setCodecPreferences only look at receive codecs by Philipp Hancke · 1 year, 1 month ago
- 6a3bbef Reland "Enable DD and VLA header extensions by default for Simulcast/SVC" by Philipp Hancke · 1 year, 2 months ago
- b9405c4 Fix list of resiliency mechanisms in setCodecPreferences by Philipp Hancke · 1 year, 2 months ago
- 5e3eb52 Revert "Enable DD and VLA header extensions by default for Simulcast/SVC" by Emil Lundmark · 1 year, 3 months ago
- 33c7edd Enable DD and VLA header extensions by default for Simulcast/SVC by Philipp Hancke · 1 year, 3 months ago
- a654437 Remove not-needed webrtc:: prefixes in pc/ by Harald Alvestrand · 1 year, 4 months ago
- 43a5dd8 Implement codec selection api by Florent Castelli · 1 year, 7 months ago
- 7bd90ba Remove templating from RtpTransceiver by Philipp Hancke · 1 year, 7 months ago
- d797cb6 Remove all split channels related code by Florent Castelli · 1 year, 9 months ago
- 1f31c20 Split fake media channel classes by Florent Castelli · 1 year, 9 months ago
- 61bacd1 Enable WebRTC-SplitMediaChannel by default by Harald Alvestrand · 1 year, 10 months ago
- 13897e6 Change SSRC-passing for MediaChannel from external to callback by Harald Alvestrand · 1 year, 10 months ago
- 016bd75 Make GetNegotiatedHeaderExtensions return all header extensions by Philipp Hancke · 2 years ago
- 22005ab Remove obsolete header extension API names by Philipp Hancke · 2 years ago
- c8c25e5 Update SetHeaderExtensionsToNegotiate to match specification by Philipp Hancke · 2 years ago
- 2f55370 Reland "Use two MediaChannels for 2 directions." by Harald Alvestrand · 2 years ago
- 9f6ae37 Rename header extension API methods by Philipp Hancke · 2 years ago
- 18c869b Revert "Use two MediaChannels for 2 directions." by Harald Alvestrand · 2 years ago
- 8981a6f Use two MediaChannels for 2 directions. by Harald Alvestrand · 2 years, 1 month ago
- 16579cc Change MediaChannel to have a Role parameter by Harald Alvestrand · 2 years, 1 month ago
- 51dbe82 setOfferedHeaderExtensions: stop any filtered extension by Philipp Hancke · 2 years, 1 month ago
- 36fafc8 Split MediaChannel class to sender and receiver by Harald Alvestrand · 2 years, 3 months ago
- 725ee24 SVC: Check scalability in AddTransceiver and SetParameters by Florent Castelli · 2 years, 5 months ago
- 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
- a30439b Migrate pc/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
- 8101e7b Reland "Don't create channel_manager++ when media_engine is not set" by Harald Alvestrand · 2 years, 10 months ago
- 485457f Delete ChannelManager class by Harald Alvestrand · 2 years, 10 months ago
- c3fa7c3 Remove remaining trampoline functions from channel_manager by Harald Alvestrand · 2 years, 10 months ago
- c6c02ef Revert "Don't create channel_manager when media_engine is not set" by Artem Titov · 2 years, 10 months ago
- c48ad73 Don't create channel_manager when media_engine is not set by Harald Alvestrand · 2 years, 10 months ago
- 8f42992 Move channel creation functions into RtpTransceiver by Harald Alvestrand · 2 years, 10 months ago
- 0a16276 Restore FiredDirection and maybe fire OnTrack in Rollback. by Henrik Boström · 2 years, 11 months ago
- 3af79d1 Move ownership of the Channel class to RTCRtpTransceiver by Harald Alvestrand · 2 years, 11 months ago
- daee870 Remove ability to do SetChannel() without ClearChannel() by Harald Alvestrand · 2 years, 11 months ago
- 19ebabc Separate setting a cricket::Channel from clearing the channel. by Harald Alvestrand · 2 years, 11 months ago
- a8ad11d [Rollback] Don't end tracks when transceiver is still in use. by Henrik Boström · 2 years, 11 months ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
- 6589def Align sender/receiver teardown in RtpTransceiver. by Tommi · 3 years, 1 month ago
- 16de216 Delete channel objects asynchronously from the transceiver. by Tomas Gunnarsson · 3 years, 2 months ago
- 5411b17 Add a channel factory interface. by Tomas Gunnarsson · 3 years, 2 months ago
- 4f8a58c Remove 2 Invokes to the network thread when creating a channel. by Tomas Gunnarsson · 3 years, 2 months ago
- e7cc883 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 2 months ago
- 4ccdf932 VideoRtpReceiver & AudioRtpReceiver threading fixes. by Tommi · 3 years, 10 months ago
- cc7a368 Move header negotiation state to transceivers. by Tommi · 3 years, 10 months ago
- 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 3 years, 11 months ago
- 8546666 Add threading assertions to TransceiverList by Harald Alvestrand · 3 years, 11 months ago
- fe04164 Add utility to count the number of blocking thread invokes. by Tommi · 4 years ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 1 month ago
- c17bca7 SetOfferedRtpHeaderExtensions: fix error code. by Markus Handell · 4 years, 2 months ago
- 5932fe1 RtpTransceiverInterface: introduce HeaderExtensionsNegotiated. by Markus Handell · 4 years, 3 months ago
- 280054f Eliminate sigslot from RtpTransmissionManager by Harald Alvestrand · 4 years, 4 months ago
- 1ee3325 When stopping a transceiver, end the receiver's track. by Harald Alvestrand · 4 years, 6 months ago
- c75c428 Fix current_direction() when stopping_ but not stopped_ by Harald Alvestrand · 4 years, 7 months ago
- fcf5e7b Make Objective-C interface use SetDirectionWithError by Harald Alvestrand · 4 years, 7 months ago
- 6060df5 Reland "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
- a88c977 Revert "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
- 11dc657 Implement transceiver.stop() by Harald Alvestrand · 4 years, 7 months ago
- 755c65d Reland RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 9 months ago
- 6f727da Revert "RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions." by Markus Handell · 4 years, 9 months ago
- 71db9ac RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 9 months ago
- 3e98368 Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
- 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 5 years ago
- 8e8b36a Revert "Reland "Reland "Reland "Distinguish between send and receive codecs"""" by Johannes Kron · 5 years ago
- 184ea66 Reland "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
- a104ceb Revert "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
- 9bac68c Reland "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
- 00a3087 Revert "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
- 133bf2b Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
- e57b266 Revert "Distinguish between send and receive codecs" by Steve Anton · 5 years ago
- c0f25cf Distinguish between send and receive codecs by Johannes Kron · 5 years ago
- 43e62fc Fix Heap-use-after-free. by Markus Handell · 5 years ago
- 2d9d82e Implement RTCRtpTransceiver.setCodecPreferences by Florent Castelli · 6 years ago
- 64b626b Use Abseil container algorithms in pc/ by Steve Anton · 6 years ago
- 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 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/rtptransceiver.cc]
- 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
- dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
- 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 7 years ago
- 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
- 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
- bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 7 years ago
- d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
- 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
- c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 7 years ago
- 3d954a6 Add log messages for Unified Plan processing by Steve Anton · 7 years ago
- 52d8677 Fire OnRenegotiationNeeded when changing transceiver direction by Steve Anton · 7 years ago