1. 217b384 Remove rtp header extension from config of Call audio and video receivers by Per K · 2 years, 2 months ago
  2. 9253240 Reland "Remove use of ReceiveStreamRtpConfig:transport_cc" by Per K · 2 years, 3 months ago
  3. be5c713 Revert "Remove use of ReceiveStreamRtpConfig:transport_cc" by Olga Sharonova · 2 years, 3 months ago
  4. 97ba853 Remove use of ReceiveStreamRtpConfig:transport_cc by Per K · 2 years, 3 months ago
  5. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 7 months ago
  6. 43b15c3 Add SetPayloadType to FlexfecReceiveStream. by Tommi · 2 years, 8 months ago
  7. fc2c24e [FlexfecReceiveStream] Use explicit member variables for state. by Tommi · 2 years, 10 months ago
  8. cfc7917 Remove unused FlexfecReceiveStream::Stats struct by Rasmus Brandt · 2 years, 10 months ago
  9. 1331c18 Reland: Update local_ssrc without needing to recreate video streams. by Tommi · 2 years, 11 months ago
  10. c92ee5f Revert "Update local_ssrc without needing to recreate video streams." by Tomas Gunnarsson · 2 years, 11 months ago
  11. 16a8b25 Update local_ssrc without needing to recreate video streams. by Tommi · 2 years, 11 months ago
  12. cf4ed15 Add GetRtpExtensionMap to ReceiveStream and remove GetRtpExtensions. by Tommi · 2 years, 11 months ago
  13. 6be3e78 Add getter for rtp header extensions for receiver classes. by Tommi · 2 years, 11 months ago
  14. cb7c736 Separate reading remote_ssrc from using the rtp_config() getter. by Tommi · 2 years, 11 months ago
  15. 7336422 Delete some unneeded references to ProcessThread. by Niels Möller · 3 years, 3 months ago
  16. 1f38a38 Add ability to set rtp header extensions without recreating streams. by Tommi · 3 years, 7 months ago
  17. ea24027 Use backticks not vertical bars to denote variables in comments for /call by Artem Titov · 3 years, 8 months ago
  18. eb61b7f ModuleRtcRtcpImpl2: remove Module inheritance. by Markus Handell · 3 years, 9 months ago
  19. d350006 Add rtp_config() accessor to ReceiveStream. by Tommi · 3 years, 10 months ago
  20. 1c1f540 Factor out common receive stream methods to a common interface. by Tommi · 3 years, 10 months ago
  21. 90738dd Split VideoReceiveStream2 init into worker / network steps. by Tommi · 3 years, 10 months ago
  22. 0377bab Split FlexfecReceiveStreamImpl init into worker / network steps. by Tommi · 3 years, 10 months ago
  23. 2accc7d Revert "Add task queue to RtpRtcpInterface::Configuration." by Niels Moller · 4 years, 3 months ago
  24. f23e214 Add task queue to RtpRtcpInterface::Configuration. by Niels Möller · 4 years, 3 months ago
  25. f25761d Remove dependency from RtpRtcp on the Module interface. by Tomas Gunnarsson · 4 years, 10 months ago
  26. fae0562 Deprecate the static RtpRtcp::Create() method. by Tomas Gunnarsson · 4 years, 10 months ago
  27. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  28. 54d5d2c Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc by Erik Språng · 6 years ago
  29. 93f5189 Remove some usage of RtpRtcp::SetSSRC() by Erik Språng · 6 years ago
  30. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  31. c44f6cc Modernize RtpRtcp factory function: use unique_ptr as return type by Danil Chapovalov · 6 years ago
  32. 8026d60 Injecting Clock in video receive. by Sebastian Jansson · 6 years ago
  33. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  34. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  35. 1f3206c Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 by Niels Möller · 7 years ago
  36. 5304a32 Delete StreamStatistician::IsRetransmitOfOldPacket by Niels Möller · 7 years ago
  37. 0a713b6 replace stringstream in call/ by Jonas Olsson · 7 years ago
  38. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  39. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  40. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/call/flexfec_receive_stream_impl.cc]
  41. 2bf9e73 Delete unneeded Start and Stop methods on FlexfecReceiveStream. by Niels Möller · 8 years ago
  42. c0d481a Protected streams report RTP messages directly to the FlexFec streams by eladalon · 8 years ago
  43. 3d4c287 Make FlexfecReceiveStreamImpl::started_ into std::atomic<bool> by eladalon · 8 years ago
  44. 42f44f9 Get rid of unnecessary cast of FlexfecReceiveStreamImpl to FlexfecReceiveStream by eladalon · 8 years ago
  45. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  46. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  47. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  48. 0f15f92 Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface. by nisse · 8 years ago
  49. 14adba7 Don't allocate any RTPSender object for a receive only RtpRtcp module. by nisse · 8 years ago
  50. dea489f Add support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule. by tommi · 8 years ago
  51. 5c29a7a Rename flexfec AddAndProcessReceivedPacket --> OnRtpPacket. by nisse · 8 years ago
  52. fa5a368 Let FlexfecReceiveStreamImpl send RTCP RRs. by brandtr · 8 years ago
  53. 8313a6f Make |rtcp_send_transport| mandatory in FlexfecReceiveStream::Config. by brandtr · 8 years ago
  54. b29e652 Revert "Revert of Parse FlexFEC RTP headers in Call and add integration with BWE. (patchset #17 id:460001 of https://codereview.webrtc.org/2553863003/ )" by brandtr · 8 years ago
  55. 70e4053 Revert of Parse FlexFEC RTP headers in Call and add integration with BWE. (patchset #17 id:460001 of https://codereview.webrtc.org/2553863003/ ) by brandtr · 8 years ago
  56. ab2ffa3 Parse FlexFEC RTP headers in Call and add integration with BWE. by brandtr · 8 years ago
  57. 7250b39 Move FlexfecReceiveStream from api/call/ to call/. by brandtr · 8 years ago[Renamed (84%) from webrtc/call/flexfec_receive_stream.cc]
  58. 1cfbd60 Generalize FlexfecReceiveStream::Config. by brandtr · 8 years ago
  59. 446fcb6 Clean up FlexfecReceiveStream ctor signatures. by brandtr · 8 years ago
  60. 43c31e7 Make configuration logic harsher in FlexfecReceiveStream. by brandtr · 8 years ago
  61. 0a4c161 Make FlexfecReceiver a concrete class. by brandtr · 8 years ago
  62. 76648da Add FlexfecReceiveStream. by brandtr · 8 years ago