1. 907dc80 Reland "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 4 years, 8 months ago
  2. 934afc6 Deprecate RtpReceiver's SetParameters method by Saurav Das · 4 years, 8 months ago
  3. a8c2f51 Remove unused non-standard RtpEncodingParameters members by Florent Castelli · 4 years, 8 months ago
  4. 5cef9c3 Revert "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 4 years, 8 months ago
  5. 15be528 Add support for RtpEncodingParameters::max_framerate by Florent Castelli · 4 years, 8 months ago
  6. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  7. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  8. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  9. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  10. 1ff16c8 Add RtpSenderInterface.SetStreams by Guido Urdaneta · 5 years ago
  11. cc18917 Revert "Improve spec compliance of SetStreamIDs in RtpSenderInterface" by Henrik Andreassson · 5 years ago
  12. df5731e Improve spec compliance of SetStreamIDs in RtpSenderInterface by Guido Urdaneta · 5 years ago
  13. 428dcb2 Remove SetLatency/GetLatency from MediaSourceInterface API level by Ruslan Burakov · 5 years ago
  14. a3aa9bd Make VideoBitrateAllocatorFactory injectable. by Jonas Oreland · 5 years ago
  15. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  16. 4bac79e Add SetJitterBufferMinimumDelay method to RtpReceiverInterface. by Ruslan Burakov · 5 years ago
  17. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 5 years ago
  18. 619b294 RtpSender's RtpParameters were invalidated in a call to SLD/SRD. by Amit Hilbuch · 5 years ago
  19. ea7ef2a Refactoring RtpSenderInternal to share implementation for Audio & Video. by Amit Hilbuch · 5 years ago
  20. 2297d33 Rejected simulcast layers will no longer appear in GetParameters(). by Amit Hilbuch · 5 years ago
  21. 7ea4605 Add latency to remote source api. by Ruslan Burakov · 5 years ago
  22. aa58415 Reland "Enabling Simulcast use via AddTransceiver." by Amit Hilbuch · 5 years ago
  23. 501bfba Split rtp_receiver for readability. by Ruslan Burakov · 5 years ago
  24. 7832343 Revert "Enabling Simulcast use via AddTransceiver." by Emircan Uysaler · 5 years ago
  25. ce470aa Enabling Simulcast use via AddTransceiver. by Amit Hilbuch · 5 years ago
  26. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 5 years ago
  27. c1a0bcb Implement the encoding RtpParameter scaleResolutionDownBy by Florent Castelli · 5 years ago
  28. 649a4c2 [clang-tidy] Apply performance-inefficient-vector-operation fixes. by Mirko Bonadei · 5 years ago
  29. bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 6 years ago
  30. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  31. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  32. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/rtpsenderreceiver_unittest.cc]
  33. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  34. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  35. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  36. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  37. 38332cd Add RTCP and simulcast support for RTCRtpReceiver::getParameters() by Florent Castelli · 6 years ago
  38. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  39. c462a6e Prevent the frame decryptor being set if the channel is stopped. by Benjamin Wright · 6 years ago
  40. 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
  41. 9accc9f Revert "Reland "Propagate media transport to media channel."" by Oleh Prypin · 6 years ago
  42. da65ed2 Reland "Propagate media transport to media channel." by Anton Sukhanov · 6 years ago
  43. 37cf245 Revert "Propagate media transport to media channel." by Oleh Prypin · 6 years ago
  44. 8c16f74 Propagate media transport to media channel. by Anton Sukhanov · 6 years ago
  45. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  46. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  47. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  48. 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
  49. 892acf0 Add support for send_encodings parameters in addTransceiver by Florent Castelli · 6 years ago
  50. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 6 years ago
  51. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 6 years ago
  52. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 6 years ago
  53. 87b3c51 Implement changing degradation preference with setParameters() by Florent Castelli · 6 years ago
  54. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  55. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  56. 111fdfd Refactor RtpSender to take the sender ID as a constructor argument by Steve Anton · 6 years ago
  57. c19ab07 Add support for content-hint value "text" by Harald Alvestrand · 6 years ago
  58. 5565981 Add functionality to set min/max bitrate per simulcast layer through RtpEncodingParameters. by Åsa Persson · 6 years ago
  59. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  60. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 6 years ago
  61. 2d2c888 Returns RTCError for setting unimplemented RtpParameters. by Seth Hampson · 6 years ago
  62. cebf50f Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Florent Castelli · 6 years ago
  63. 909338b Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Max Morin · 6 years ago
  64. 5faf36e Implement RtpParameters.transaction_id for PC RtpSenderInterface by Florent Castelli · 6 years ago
  65. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 6 years ago
  66. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 6 years ago
  67. 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 6 years ago
  68. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 6 years ago
  69. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 6 years ago
  70. 57858b3 Reland "Update RTCStatsCollector to work with RtpTransceivers" by Steve Anton · 6 years ago
  71. ee2388f Revert "Update RTCStatsCollector to work with RtpTransceivers" by Guido Urdaneta · 6 years ago
  72. 56bae8d Update RTCStatsCollector to work with RtpTransceivers by Steve Anton · 6 years ago
  73. ba37b4b Change return type of RtpSenderInterface::SetParameters from bool to RTCError by Zach Stein · 7 years ago
  74. d367921 Configure media flow correctly with Unified Plan by Steve Anton · 7 years ago
  75. 47136dd Change RtpSenders to interact with the media channel directly by Steve Anton · 7 years ago
  76. 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago
  77. 6077675 Change RtpReceivers to interact with the media channel directly by Steve Anton · 7 years ago
  78. 24722b3 Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Seth Hampson · 7 years ago
  79. 8b77aea Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Lu Liu · 7 years ago
  80. d2b912a Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator. by Seth Hampson · 7 years ago
  81. 9e6fd2b Add streams() to RtpReceiverInterface and implementations. by Henrik Boström · 7 years ago
  82. 36f8f3e Optional: Use nullopt and implicit construction in /pc by Oskar Sundbom · 7 years ago
  83. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  84. c9e1560 Modernize and cleanup ChannelManager by Steve Anton · 7 years ago
  85. b526158 Move the TransportController from p2p/base to pc/. by Zhi Huang · 7 years ago
  86. 563934e Clean up dependencies of peerconnection_unittest. by Patrik Höglund · 7 years ago
  87. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  88. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/rtpsenderreceiver_unittest.cc]
  89. 8ffb9c3 Change RtpSender to have multiple stream_ids by Steve Anton · 7 years ago
  90. 773be36 Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt by perkj · 7 years ago
  91. 539d104 Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) by mbonadei · 7 years ago
  92. f1377f7 Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. by perkj · 7 years ago
  93. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  94. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  95. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  96. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 7 years ago
  97. e814a0d Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. by deadbeef · 7 years ago
  98. 1a2183d Removing unnecessary parameters from CreateXChannel methods. by deadbeef · 7 years ago
  99. 757146b Remove PC factory options param from LocalAudioSource::Create. by deadbeef · 7 years ago
  100. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 7 years ago