Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 3 years, 2 months ago
  2. a30439b Migrate pc/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 3 years, 4 months ago
  3. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 3 years, 5 months ago
  4. 8f42992 Move channel creation functions into RtpTransceiver by Harald Alvestrand · 3 years, 7 months ago
  5. 9a74317 Eliminate need for stats to know of channel.h by Harald Alvestrand · 3 years, 7 months ago
  6. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 9 months ago
  7. 075db39 Check for valid transport before setting criteria. by Tommi · 3 years, 9 months ago
  8. 2195d54 Report an error if applying the demuxer criteria fails. by Tommi · 3 years, 10 months ago
  9. 5411b17 Add a channel factory interface. by Tomas Gunnarsson · 3 years, 10 months ago
  10. 4f8a58c Remove 2 Invokes to the network thread when creating a channel. by Tomas Gunnarsson · 3 years, 10 months ago
  11. 1933d3b Move network thread invokes for initialization for media channels, out. by Tomas Gunnarsson · 3 years, 10 months ago
  12. cc9b7ec Add utility method for consistency checking in BaseChannel classes. by Tomas Gunnarsson · 3 years, 10 months ago
  13. a49942a Update comments in BaseChannel::SendPacket. by Tomas Gunnarsson · 3 years, 10 months ago
  14. e68d874 Update SetPayloadTypeDemuxingEnabled_w to avoid an unnecessary Invoke. by Tomas Gunnarsson · 3 years, 10 months ago
  15. c69453d Change SetLocalContent in channel classes to avoid Invoke. by Tomas Gunnarsson · 3 years, 10 months ago
  16. ac72dda Code consolidation in BaseChannel and derived classes. by Tomas Gunnarsson · 3 years, 10 months ago
  17. d908d74 Make error param non-optional when setting local/remote content. by Tomas Gunnarsson · 3 years, 11 months ago
  18. b496c32 Enhance thread checks in BaseChannel classes. by Tomas Gunnarsson · 3 years, 11 months ago
  19. 9abd74d Make RtpDemuxerCriteria's mid_ and rsid_ const. by Tomas Gunnarsson · 3 years, 11 months ago
  20. de6e1b4 Use demuxer_criteria_.mid() for content_name() in BaseChannel. by Tomas Gunnarsson · 3 years, 11 months ago
  21. ddfbf6c Restrict access to `BaseChannel::previous_demuxer_criteria_`. by Tomas Gunnarsson · 3 years, 11 months ago
  22. 94f0194 Remove transport_name_ from Channel. by Tomas Gunnarsson · 3 years, 11 months ago
  23. 8a5ac16 Add ctor to RtpDemuxerCriteria to allow supplying 'mid' and 'rsid'. by Tomas Gunnarsson · 3 years, 11 months ago
  24. 92f9b74 Refactor UpdatePayloadTypeDemuxingState and add documentation. by Tomas Gunnarsson · 3 years, 11 months ago
  25. f643aea Updating OnDemuxerCriteria* notifications to be on the same thread. by Tomas Gunnarsson · 3 years, 11 months ago
  26. f1ea417 Added annotation for BaseChannel members. by Tomas Gunnarsson · 3 years, 11 months ago
  27. 117e95f Tolerate overlong MID in channel.cc by Harald Alvestrand · 4 years ago
  28. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 4 years ago
  29. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 4 years, 4 months ago
  30. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 4 years, 4 months ago
  31. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 4 years, 4 months ago
  32. 518669d Add more trace events to interesting places. by Markus Handell · 4 years, 5 months ago
  33. 0d0ed76 Fix RTP header extension encryption by Lennart Grahl · 4 years, 6 months ago
  34. cf2aeff Remove lock from MediaChannel by Tommi · 4 years, 6 months ago
  35. c9625f0 Make MediaChannel classes aware of the network thread. by Tommi · 4 years, 6 months ago
  36. 2497a27 Store RtpPacketReceived::arrival_time as Timestamp. by Tommi · 4 years, 7 months ago
  37. cc7a368 Move header negotiation state to transceivers. by Tommi · 4 years, 7 months ago
  38. 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 4 years, 7 months ago
  39. 15f41ff Remove Invoke from BaseChannel::SetPayloadTypeDemuxingEnabled by Tommi · 4 years, 7 months ago
  40. 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 4 years, 7 months ago
  41. 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 4 years, 7 months ago
  42. 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 4 years, 7 months ago
  43. a63bee5 Remove Mutex from BaseChannel. by Tommi · 4 years, 7 months ago
  44. 1959f8f Make ChannelInterface::Enabled() be async. by Tommi · 4 years, 7 months ago
  45. eb9c3f2 Handle OnPacketSent on the network thread via MediaChannel. by Tomas Gunnarsson · 4 years, 7 months ago
  46. 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years, 7 months ago
  47. 15e078c Fix unsignalled ssrc race in WebRtcVideoChannel. by Henrik Boström · 4 years, 7 months ago
  48. 24bc419 Revert "Fix RTP header extension encryption" by Björn Terelius · 4 years, 7 months ago
  49. a743303 Fix RTP header extension encryption by Lennart Grahl · 4 years, 7 months ago
  50. d9a51b0 Remove unnecessary calls to BaseChannel::SetRtpTransport by Tomas Gunnarsson · 4 years, 7 months ago
  51. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 9 months ago
  52. db82165 Add missing compile-time thread annotations for BaseChannel methods. by Niels Möller · 4 years, 10 months ago
  53. ad32586 Reland "Prepare to avoid hops to worker for network events." by Tomas Gunnarsson · 4 years, 10 months ago
  54. 47ec157 Revert "Prepare to avoid hops to worker for network events." by Mirko Bonadei · 4 years, 10 months ago
  55. d48a2b1 Prepare to avoid hops to worker for network events. by Tomas Gunnarsson · 4 years, 10 months ago
  56. 2ab9b28 Get rid of unnecessary network thread Invoke in BaseChannel. by Taylor Brandstetter · 4 years, 10 months ago
  57. d0acbd8 Revert "Do all BaseChannel operations within a single Thread::Invoke." by Taylor Brandstetter · 4 years, 10 months ago
  58. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 10 months ago
  59. 33c0ab4 Call MediaChannel::OnPacketReceived on the network thread. by Tomas Gunnarsson · 4 years, 10 months ago
  60. 4bab23f Update pc/ to use C++ lambdas instead of rtc::Bind by Niels Möller · 4 years, 10 months ago
  61. fd9500e In criket::BaseChannel replace AsyncInvoker with task queue functions by Danil Chapovalov · 4 years, 10 months ago
  62. 1921708 SetNegotiatedHeaderExtensions_w: Set list synchronously. by Markus Handell · 4 years, 10 months ago
  63. 5932fe1 RtpTransceiverInterface: introduce HeaderExtensionsNegotiated. by Markus Handell · 5 years ago
  64. c1ad1ff Do all BaseChannel operations within a single Thread::Invoke. by Taylor Brandstetter · 5 years ago
  65. 0f0bcb3 Declare BaseChannel::media_channel_ const by Harald Alvestrand · 5 years ago
  66. 27883a2 Annotate cricket::BaseChannel with thread guards by Harald Alvestrand · 5 years ago
  67. d3ef499 Enable payload type based demuxing with multiple tracks when applicable. by Taylor Brandstetter · 5 years ago
  68. b2995a1 Delete dead signal code in pc/channel.* by Tomas Gunnarsson · 5 years ago
  69. c03a187 Default streams: don't block media even if on different transceiver. by Taylor Brandstetter · 5 years ago
  70. 3872873 Reduce log level in BaseChannel::SendPacket. by Marina Ciocea · 5 years ago
  71. 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 5 years ago
  72. bc1f910 Reland "Added mid to error messages reported during SDP apply." by Yura Yaroshevich · 5 years ago
  73. 341434e Revert "Added mid to error messages reported during SDP apply." by Olga Sharonova · 5 years ago
  74. d2890e8 Added mid to error messages reported during SDP apply. by Yura Yaroshevich · 5 years ago
  75. c325246 Log content name (aka mid) in messages from channel.cc by Yura Yaroshevich · 6 years ago
  76. 1f0677d Remove some TODOs from pc/. by Mirko Bonadei · 6 years ago
  77. 3e98368 Reland "Distinguish between send and receive codecs" by Johannes Kron · 6 years ago
  78. 8e8b36a Revert "Reland "Reland "Reland "Distinguish between send and receive codecs"""" by Johannes Kron · 6 years ago
  79. 184ea66 Reland "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 6 years ago
  80. a104ceb Revert "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 6 years ago
  81. 9bac68c Reland "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 6 years ago
  82. 00a3087 Revert "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 6 years ago
  83. 133bf2b Reland "Distinguish between send and receive codecs" by Johannes Kron · 6 years ago
  84. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 6 years ago
  85. 755187f Detect and reject mismatched DataChannel types. by Harald Alvestrand · 6 years ago
  86. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 6 years ago
  87. ff27da5 Add/remove receive streams with SSRC 0 from media channels by Saurav Das · 6 years ago
  88. 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 6 years ago
  89. 01be33b Using lambdas instead of rtc::Bind in BaseChannel. by Sebastian Jansson · 6 years ago
  90. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
  91. be2e5f7 Make payload type demux conditional on media direction by Steve Anton · 6 years ago
  92. 6563934 Revert "Sanitize the codec list before sending it to the media engine" by Artem Titov · 6 years ago
  93. add7ef9 Sanitize the codec list before sending it to the media engine by Steve Anton · 6 years ago
  94. e1795f4 Adds remote estimate RTCP packet. by Sebastian Jansson · 6 years ago
  95. 479a3c0 Add support for enabling and negotiating raw RTP packetization. by Mirta Dvornicic · 6 years ago
  96. 3a1b927 Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. by Bjorn A Mellem · 6 years ago
  97. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
  98. 5fc28b1 Reland "Reland "Version 2 "Refactoring DataContentDescription class""" by Harald Alvestrand · 7 years ago
  99. 46afbf9 Revert "Reland "Version 2 "Refactoring DataContentDescription class""" by Steve Anton · 7 years ago
  100. 37f2b43 Reland "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 7 years ago