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