- 13897e6 Change SSRC-passing for MediaChannel from external to callback by Harald Alvestrand · 1 year, 10 months ago
- 9f6ae37 Rename header extension API methods by Philipp Hancke · 2 years, 1 month ago
- c1dc4fd Remove sigslot dependency from RtpTransceiver by Tommi · 2 years, 1 month ago
- 999fff45 Delete ChannelManager class declaration. by Yaowen Guo · 2 years, 5 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
- dd410e6 Delete RtpTransceiver move constructor 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, 11 months ago
- c48ad73 Don't create channel_manager when media_engine is not set by Harald Alvestrand · 2 years, 11 months ago
- 9e334b7 Remove channel_manager.h from most .h files by Harald Alvestrand · 2 years, 11 months ago
- 8f42992 Move channel creation functions into RtpTransceiver by Harald Alvestrand · 2 years, 11 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 · 3 years ago
- daee870 Remove ability to do SetChannel() without ClearChannel() by Harald Alvestrand · 3 years ago
- 19ebabc Separate setting a cricket::Channel from clearing the channel. by Harald Alvestrand · 3 years ago
- 0d5ce62 Make RtpTransceiver not inherit from RefCountedObject. by Tomas Gunnarsson · 3 years ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
- 4f8a58c Remove 2 Invokes to the network thread when creating a channel. by Tomas Gunnarsson · 3 years, 2 months ago
- 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
- fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
- 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
- 3d46d0b Proxy: solve event tracing with compile time strings. by Markus Handell · 3 years, 10 months ago
- a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 10 months ago
- e93fe6c Enable Chromium to stop including api/proxy.h indirectly. by Markus Handell · 3 years, 11 months ago
- cc7a368 Move header negotiation state to transceivers. by Tommi · 4 years ago
- 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 4 years ago
- 9d9b8de Reland "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 1 month ago
- 07a01d0 Revert "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 1 month ago
- a37f2bd Rename SIGNALING and WORKER to PRIMARY and SECONDARY by Harald Alvestrand · 4 years, 1 month ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 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, 5 months ago
- fc83cdc Avoid proxy thread hops for reading const properties. by Tomas Gunnarsson · 4 years, 7 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, 8 months ago
- 6060df5 Reland "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 8 months ago
- a88c977 Revert "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 8 months ago
- 11dc657 Implement transceiver.stop() by Harald Alvestrand · 4 years, 8 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, 10 months ago
- 71db9ac RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 10 months ago
- 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 5 years ago
- 353a718 Address failing wpt test cases for the rollback feature by Eldar Rello · 5 years ago
- 2d9d82e Implement RTCRtpTransceiver.setCodecPreferences by Florent Castelli · 6 years ago
- 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
- 501bfba Split rtp_receiver for readability. by Ruslan Burakov · 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.h]
- 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
- 52d8677 Fire OnRenegotiationNeeded when changing transceiver direction by Steve Anton · 7 years ago
- 6947025 Move media_type to RtpTransceiverInterface by Steve Anton · 7 years ago
- 6077675 Change RtpReceivers to interact with the media channel directly by Steve Anton · 7 years ago
- dcc3c02 Add support for JSEP offer/answer with transceivers by Steve Anton · 7 years ago
- f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
- 79e7960 Add SDP semantics option to RTCConfiguration by Steve Anton · 7 years ago
- 6e634bf Add RtpTransceiverInterface and implementing class by Steve Anton · 7 years ago