1. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
  2. 8f42992 Move channel creation functions into RtpTransceiver by Harald Alvestrand · 2 years, 11 months ago
  3. 25adc8e Eliminate channel.h from rtp_transmission_manager.cc by Harald Alvestrand · 2 years, 11 months ago
  4. 9a74317 Eliminate need for stats to know of channel.h by Harald Alvestrand · 2 years, 11 months ago
  5. c367346 Apply include reduction to channel.h and channel_manager.h by Harald Alvestrand · 3 years ago
  6. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  7. 2195d54 Report an error if applying the demuxer criteria fails. by Tommi · 3 years, 2 months ago
  8. 5411b17 Add a channel factory interface. by Tomas Gunnarsson · 3 years, 2 months ago
  9. 4f8a58c Remove 2 Invokes to the network thread when creating a channel. by Tomas Gunnarsson · 3 years, 2 months ago
  10. 1933d3b Move network thread invokes for initialization for media channels, out. by Tomas Gunnarsson · 3 years, 2 months ago
  11. cc9b7ec Add utility method for consistency checking in BaseChannel classes. by Tomas Gunnarsson · 3 years, 2 months ago
  12. c69453d Change SetLocalContent in channel classes to avoid Invoke. by Tomas Gunnarsson · 3 years, 3 months ago
  13. ac72dda Code consolidation in BaseChannel and derived classes. by Tomas Gunnarsson · 3 years, 3 months ago
  14. d908d74 Make error param non-optional when setting local/remote content. by Tomas Gunnarsson · 3 years, 3 months ago
  15. b496c32 Enhance thread checks in BaseChannel classes. by Tomas Gunnarsson · 3 years, 3 months ago
  16. 9abd74d Make RtpDemuxerCriteria's mid_ and rsid_ const. by Tomas Gunnarsson · 3 years, 3 months ago
  17. de6e1b4 Use demuxer_criteria_.mid() for content_name() in BaseChannel. by Tomas Gunnarsson · 3 years, 3 months ago
  18. ddfbf6c Restrict access to `BaseChannel::previous_demuxer_criteria_`. by Tomas Gunnarsson · 3 years, 3 months ago
  19. 94f0194 Remove transport_name_ from Channel. by Tomas Gunnarsson · 3 years, 3 months ago
  20. f1ea417 Added annotation for BaseChannel members. by Tomas Gunnarsson · 3 years, 3 months ago
  21. 0d01841 Revert "Remove code supporting the SDES crypto mode in SDP" by Harald Alvestrand · 3 years, 5 months ago
  22. ee212a7 Remove code supporting the SDES crypto mode in SDP by Harald Alvestrand · 3 years, 5 months ago
  23. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
  24. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
  25. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
  26. 0d0ed76 Fix RTP header extension encryption by Lennart Grahl · 3 years, 10 months ago
  27. cf2aeff Remove lock from MediaChannel by Tommi · 3 years, 11 months ago
  28. cc7a368 Move header negotiation state to transceivers. by Tommi · 3 years, 11 months ago
  29. 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 4 years ago
  30. a63bee5 Remove Mutex from BaseChannel. by Tommi · 4 years ago
  31. 1959f8f Make ChannelInterface::Enabled() be async. by Tommi · 4 years ago
  32. eb9c3f2 Handle OnPacketSent on the network thread via MediaChannel. by Tomas Gunnarsson · 4 years ago
  33. bfd9ba8 Fix unsafe variable access in RTCStatsCollector by Tomas Gunnarsson · 4 years ago
  34. 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years ago
  35. 15e078c Fix unsignalled ssrc race in WebRtcVideoChannel. by Henrik Boström · 4 years ago
  36. 24bc419 Revert "Fix RTP header extension encryption" by Björn Terelius · 4 years ago
  37. a743303 Fix RTP header extension encryption by Lennart Grahl · 4 years ago
  38. 6cd5081 Remove ForTesting methods from BaseChannel by Tomas Gunnarsson · 4 years ago
  39. d9a51b0 Remove unnecessary calls to BaseChannel::SetRtpTransport by Tomas Gunnarsson · 4 years ago
  40. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  41. db82165 Add missing compile-time thread annotations for BaseChannel methods. by Niels Möller · 4 years, 2 months ago
  42. 2ab9b28 Get rid of unnecessary network thread Invoke in BaseChannel. by Taylor Brandstetter · 4 years, 2 months ago
  43. d0acbd8 Revert "Do all BaseChannel operations within a single Thread::Invoke." by Taylor Brandstetter · 4 years, 2 months ago
  44. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 2 months ago
  45. 33c0ab4 Call MediaChannel::OnPacketReceived on the network thread. by Tomas Gunnarsson · 4 years, 2 months ago
  46. fd9500e In criket::BaseChannel replace AsyncInvoker with task queue functions by Danil Chapovalov · 4 years, 2 months ago
  47. 1921708 SetNegotiatedHeaderExtensions_w: Set list synchronously. by Markus Handell · 4 years, 2 months ago
  48. 5932fe1 RtpTransceiverInterface: introduce HeaderExtensionsNegotiated. by Markus Handell · 4 years, 3 months ago
  49. c1ad1ff Do all BaseChannel operations within a single Thread::Invoke. by Taylor Brandstetter · 4 years, 4 months ago
  50. 476859d Stop threadjumping to get RTP transport in channel.cc by Harald Alvestrand · 4 years, 4 months ago
  51. 0f0bcb3 Declare BaseChannel::media_channel_ const by Harald Alvestrand · 4 years, 4 months ago
  52. 27883a2 Annotate cricket::BaseChannel with thread guards by Harald Alvestrand · 4 years, 4 months ago
  53. d3ef499 Enable payload type based demuxing with multiple tracks when applicable. by Taylor Brandstetter · 4 years, 5 months ago
  54. b2995a1 Delete dead signal code in pc/channel.* by Tomas Gunnarsson · 4 years, 6 months ago
  55. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 7 months ago
  56. c03a187 Default streams: don't block media even if on different transceiver. by Taylor Brandstetter · 4 years, 7 months ago
  57. 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
  58. 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
  59. c325246 Log content name (aka mid) in messages from channel.cc by Yura Yaroshevich · 4 years, 10 months ago
  60. 755187f Detect and reject mismatched DataChannel types. by Harald Alvestrand · 5 years ago
  61. 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 5 years ago
  62. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  63. ff27da5 Add/remove receive streams with SSRC 0 from media channels by Saurav Das · 5 years ago
  64. 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 6 years ago
  65. 01be33b Using lambdas instead of rtc::Bind in BaseChannel. by Sebastian Jansson · 6 years ago
  66. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
  67. be2e5f7 Make payload type demux conditional on media direction by Steve Anton · 6 years ago
  68. 3a1b927 Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. by Bjorn A Mellem · 6 years ago
  69. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
  70. 5fc28b1 Reland "Reland "Version 2 "Refactoring DataContentDescription class""" by Harald Alvestrand · 6 years ago
  71. 46afbf9 Revert "Reland "Version 2 "Refactoring DataContentDescription class""" by Steve Anton · 6 years ago
  72. 37f2b43 Reland "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 6 years ago
  73. 141c0ad Revert "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 6 years ago
  74. 14b27587 Version 2 "Refactoring DataContentDescription class" by Harald Alvestrand · 6 years ago
  75. bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 6 years ago
  76. 309aafe Add 'AudioPacket' notification to media transport interface. by Piotr (Peter) Slatala · 6 years ago
  77. c2c733e Remove unused methods from cricket::BaseChannel. by Mirko Bonadei · 6 years ago
  78. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  79. 179a392 Implement TargetBitrate, NetworkRoute and overhead features of media transport interface. by Piotr (Peter) Slatala · 6 years ago
  80. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  81. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  82. 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
  83. 2bff543 Removes undefined declarations in channel.h. by Sebastian Jansson · 6 years ago
  84. 9accc9f Revert "Reland "Propagate media transport to media channel."" by Oleh Prypin · 6 years ago
  85. da65ed2 Reland "Propagate media transport to media channel." by Anton Sukhanov · 6 years ago
  86. 37cf245 Revert "Propagate media transport to media channel." by Oleh Prypin · 6 years ago
  87. 8c16f74 Propagate media transport to media channel. by Anton Sukhanov · 6 years ago
  88. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  89. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  90. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  91. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  92. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
  93. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  94. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  95. 0e36a72 Delete unused class CurrentSpeakerMonitor. by Niels Möller · 7 years ago
  96. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 7 years ago
  97. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 7 years ago
  98. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  99. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  100. 95e7dbb Revert "Reland "Replace BundleFilter with RtpDemuxer in RtpTransport."" by Zhi Huang · 7 years ago