- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
- 8f42992 Move channel creation functions into RtpTransceiver by Harald Alvestrand · 2 years, 11 months ago
- 25adc8e Eliminate channel.h from rtp_transmission_manager.cc by Harald Alvestrand · 2 years, 11 months ago
- 9a74317 Eliminate need for stats to know of channel.h by Harald Alvestrand · 2 years, 11 months ago
- c367346 Apply include reduction to channel.h and channel_manager.h by Harald Alvestrand · 3 years ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
- 2195d54 Report an error if applying the demuxer criteria fails. by Tommi · 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
- 1933d3b Move network thread invokes for initialization for media channels, out. by Tomas Gunnarsson · 3 years, 2 months ago
- cc9b7ec Add utility method for consistency checking in BaseChannel classes. by Tomas Gunnarsson · 3 years, 2 months ago
- c69453d Change SetLocalContent in channel classes to avoid Invoke. by Tomas Gunnarsson · 3 years, 3 months ago
- ac72dda Code consolidation in BaseChannel and derived classes. by Tomas Gunnarsson · 3 years, 3 months ago
- d908d74 Make error param non-optional when setting local/remote content. by Tomas Gunnarsson · 3 years, 3 months ago
- b496c32 Enhance thread checks in BaseChannel classes. by Tomas Gunnarsson · 3 years, 3 months ago
- 9abd74d Make RtpDemuxerCriteria's mid_ and rsid_ const. by Tomas Gunnarsson · 3 years, 3 months ago
- de6e1b4 Use demuxer_criteria_.mid() for content_name() in BaseChannel. by Tomas Gunnarsson · 3 years, 3 months ago
- ddfbf6c Restrict access to `BaseChannel::previous_demuxer_criteria_`. by Tomas Gunnarsson · 3 years, 3 months ago
- 94f0194 Remove transport_name_ from Channel. by Tomas Gunnarsson · 3 years, 3 months ago
- f1ea417 Added annotation for BaseChannel members. by Tomas Gunnarsson · 3 years, 3 months ago
- 0d01841 Revert "Remove code supporting the SDES crypto mode in SDP" by Harald Alvestrand · 3 years, 5 months ago
- ee212a7 Remove code supporting the SDES crypto mode in SDP by Harald Alvestrand · 3 years, 5 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
- 0d0ed76 Fix RTP header extension encryption by Lennart Grahl · 3 years, 10 months ago
- cf2aeff Remove lock from MediaChannel by Tommi · 3 years, 11 months ago
- cc7a368 Move header negotiation state to transceivers. by Tommi · 3 years, 11 months ago
- 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 4 years ago
- a63bee5 Remove Mutex from BaseChannel. by Tommi · 4 years ago
- 1959f8f Make ChannelInterface::Enabled() be async. by Tommi · 4 years ago
- eb9c3f2 Handle OnPacketSent on the network thread via MediaChannel. by Tomas Gunnarsson · 4 years ago
- bfd9ba8 Fix unsafe variable access in RTCStatsCollector by Tomas Gunnarsson · 4 years ago
- 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years ago
- 15e078c Fix unsignalled ssrc race in WebRtcVideoChannel. by Henrik Boström · 4 years ago
- 24bc419 Revert "Fix RTP header extension encryption" by Björn Terelius · 4 years ago
- a743303 Fix RTP header extension encryption by Lennart Grahl · 4 years ago
- 6cd5081 Remove ForTesting methods from BaseChannel by Tomas Gunnarsson · 4 years ago
- d9a51b0 Remove unnecessary calls to BaseChannel::SetRtpTransport by Tomas Gunnarsson · 4 years ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- db82165 Add missing compile-time thread annotations for BaseChannel methods. by Niels Möller · 4 years, 2 months ago
- 2ab9b28 Get rid of unnecessary network thread Invoke in BaseChannel. by Taylor Brandstetter · 4 years, 2 months ago
- d0acbd8 Revert "Do all BaseChannel operations within a single Thread::Invoke." by Taylor Brandstetter · 4 years, 2 months ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 2 months ago
- 33c0ab4 Call MediaChannel::OnPacketReceived on the network thread. by Tomas Gunnarsson · 4 years, 2 months ago
- fd9500e In criket::BaseChannel replace AsyncInvoker with task queue functions by Danil Chapovalov · 4 years, 2 months ago
- 1921708 SetNegotiatedHeaderExtensions_w: Set list synchronously. by Markus Handell · 4 years, 2 months ago
- 5932fe1 RtpTransceiverInterface: introduce HeaderExtensionsNegotiated. by Markus Handell · 4 years, 3 months ago
- c1ad1ff Do all BaseChannel operations within a single Thread::Invoke. by Taylor Brandstetter · 4 years, 4 months ago
- 476859d Stop threadjumping to get RTP transport in channel.cc by Harald Alvestrand · 4 years, 4 months ago
- 0f0bcb3 Declare BaseChannel::media_channel_ const by Harald Alvestrand · 4 years, 4 months ago
- 27883a2 Annotate cricket::BaseChannel with thread guards by Harald Alvestrand · 4 years, 4 months ago
- d3ef499 Enable payload type based demuxing with multiple tracks when applicable. by Taylor Brandstetter · 4 years, 5 months ago
- b2995a1 Delete dead signal code in pc/channel.* by Tomas Gunnarsson · 4 years, 6 months ago
- abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 7 months ago
- c03a187 Default streams: don't block media even if on different transceiver. by Taylor Brandstetter · 4 years, 7 months ago
- 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
- 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
- c325246 Log content name (aka mid) in messages from channel.cc by Yura Yaroshevich · 4 years, 10 months ago
- 755187f Detect and reject mismatched DataChannel types. by Harald Alvestrand · 5 years ago
- 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- ff27da5 Add/remove receive streams with SSRC 0 from media channels by Saurav Das · 5 years ago
- 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 6 years ago
- 01be33b Using lambdas instead of rtc::Bind in BaseChannel. by Sebastian Jansson · 6 years ago
- 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
- be2e5f7 Make payload type demux conditional on media direction by Steve Anton · 6 years ago
- 3a1b927 Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. by Bjorn A Mellem · 6 years ago
- 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
- 5fc28b1 Reland "Reland "Version 2 "Refactoring DataContentDescription class""" by Harald Alvestrand · 6 years ago
- 46afbf9 Revert "Reland "Version 2 "Refactoring DataContentDescription class""" by Steve Anton · 6 years ago
- 37f2b43 Reland "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 6 years ago
- 141c0ad Revert "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 6 years ago
- 14b27587 Version 2 "Refactoring DataContentDescription class" by Harald Alvestrand · 6 years ago
- bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 6 years ago
- 309aafe Add 'AudioPacket' notification to media transport interface. by Piotr (Peter) Slatala · 6 years ago
- c2c733e Remove unused methods from cricket::BaseChannel. 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
- 179a392 Implement TargetBitrate, NetworkRoute and overhead features of media transport interface. by Piotr (Peter) Slatala · 6 years ago
- dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
- e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
- 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
- 2bff543 Removes undefined declarations in channel.h. by Sebastian Jansson · 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
- e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
- ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
- 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 0e36a72 Delete unused class CurrentSpeakerMonitor. by Niels Möller · 7 years ago
- 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 7 years ago
- c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 7 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