1. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  2. 54d5d2c Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc by Erik Språng · 5 years ago
  3. 93f5189 Remove some usage of RtpRtcp::SetSSRC() by Erik Språng · 5 years ago
  4. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  5. c44f6cc Modernize RtpRtcp factory function: use unique_ptr as return type by Danil Chapovalov · 5 years ago
  6. 8026d60 Injecting Clock in video receive. by Sebastian Jansson · 5 years ago
  7. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  8. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  9. 1f3206c Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 by Niels Möller · 6 years ago
  10. 5304a32 Delete StreamStatistician::IsRetransmitOfOldPacket by Niels Möller · 6 years ago
  11. 0a713b6 replace stringstream in call/ by Jonas Olsson · 6 years ago
  12. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  13. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  14. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/call/flexfec_receive_stream_impl.cc]
  15. 2bf9e73 Delete unneeded Start and Stop methods on FlexfecReceiveStream. by Niels Möller · 7 years ago
  16. c0d481a Protected streams report RTP messages directly to the FlexFec streams by eladalon · 7 years ago
  17. 3d4c287 Make FlexfecReceiveStreamImpl::started_ into std::atomic<bool> by eladalon · 7 years ago
  18. 42f44f9 Get rid of unnecessary cast of FlexfecReceiveStreamImpl to FlexfecReceiveStream by eladalon · 7 years ago
  19. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  20. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  21. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  22. 0f15f92 Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface. by nisse · 7 years ago
  23. 14adba7 Don't allocate any RTPSender object for a receive only RtpRtcp module. by nisse · 7 years ago
  24. dea489f Add support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule. by tommi · 7 years ago
  25. 5c29a7a Rename flexfec AddAndProcessReceivedPacket --> OnRtpPacket. by nisse · 7 years ago
  26. fa5a368 Let FlexfecReceiveStreamImpl send RTCP RRs. by brandtr · 8 years ago
  27. 8313a6f Make |rtcp_send_transport| mandatory in FlexfecReceiveStream::Config. by brandtr · 8 years ago
  28. 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
  29. 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
  30. ab2ffa3 Parse FlexFEC RTP headers in Call and add integration with BWE. by brandtr · 8 years ago
  31. 7250b39 Move FlexfecReceiveStream from api/call/ to call/. by brandtr · 8 years ago[Renamed (84%) from webrtc/call/flexfec_receive_stream.cc]
  32. 1cfbd60 Generalize FlexfecReceiveStream::Config. by brandtr · 8 years ago
  33. 446fcb6 Clean up FlexfecReceiveStream ctor signatures. by brandtr · 8 years ago
  34. 43c31e7 Make configuration logic harsher in FlexfecReceiveStream. by brandtr · 8 years ago
  35. 0a4c161 Make FlexfecReceiver a concrete class. by brandtr · 8 years ago
  36. 76648da Add FlexfecReceiveStream. by brandtr · 8 years ago