1. c71d85b Pass full RtpPacket to RtpVideoStreamReceiver::OnReceivedPayload by Danil Chapovalov · 4 years, 10 months ago
  2. 7acc4a4 Reset |reference_finder_| on codec switch. by philipel · 4 years, 10 months ago
  3. f7457e5 Store PacketBuffer by value instead of as reference counted object by Danil Chapovalov · 4 years, 10 months ago
  4. b56cca3 Remove the old `ContributingSources` class. by Chen Xing · 5 years ago
  5. a47ba41 Get rid of deprecated version of NackSender::SendNack [1/2] by Elad Alon · 5 years ago
  6. 90f3b89 Replace the implementation of `GetContributingSources()` on the video side. by Chen Xing · 5 years ago
  7. e86af2c Allowing buffering a LNTF (loss notification) feedback message in RTCPSender by Elad Alon · 5 years ago
  8. ef09c5b Buffer RTCP feedback messages in RtpVideoStreamReceiver by Elad Alon · 5 years ago
  9. 2f5554d Make KeyFrameRequestSender injectable in RtpVideoStreamReceiver by Niels Möller · 5 years ago
  10. 479c055 Let RtpVideoStreamReceiver implement KeyFrameRequestSender by Niels Möller · 5 years ago
  11. fe68daa Add option to configure raw RTP packetization per payload type. by Mirta Dvornicic · 5 years ago
  12. 60f4e29 Delete configuration of unused transport_sequence_number_allocator by Niels Möller · 5 years ago
  13. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 5 years ago
  14. c29fa1b Drop usage of legacy VCMPacketRequestCallback by Niels Möller · 5 years ago
  15. 2af5dcb Reland "Refactor FrameDecryptorInterface::Decrypt to use new API." by Benjamin Wright · 5 years ago
  16. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  17. 7dd83e2 Revert "Refactor FrameDecryptorInterface::Decrypt to use new API." by Henrik Boström · 5 years ago
  18. 642aa81 Refactor FrameDecryptorInterface::Decrypt to use new API. by Benjamin Wright · 5 years ago
  19. a556448 Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine. by Benjamin Wright · 5 years ago
  20. 4168437 Remove unused callbacks from VideoStreamDecoder by Niels Möller · 5 years ago
  21. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  22. 125b5d6 Refactor RtpVideoStreamReceiver::OnReceivedPayloadData without WebRtcRTPHeader by Niels Möller · 5 years ago
  23. 8026d60 Injecting Clock in video receive. by Sebastian Jansson · 5 years ago
  24. 52426ed Modify BufferedFrameDecryptor to perform fine grained key requests. by Benjamin Wright · 5 years ago
  25. 7d6a4c0 Connect LossNotificationController to RtpRtcp by Elad Alon · 5 years ago
  26. b4643ad Rename "OnReceivedFrame" to "OnAssembledFrame" by Elad Alon · 5 years ago
  27. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  28. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  29. 0076529 Add BufferedFrameDecryptor to cleanly deal with receiving encrypted frames. by Benjamin Wright · 6 years ago
  30. b32bb95 Bugfix: FlexFEC causes retransmit bitrate increase. by Ying Wang · 6 years ago
  31. 39feabe Enables FrameDecryptor to do an initial key request on frame decryption. by Benjamin Wright · 6 years ago
  32. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  33. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  34. 2837edc Make RtpGenericFrameDescriptor available for E2EE. by philipel · 6 years ago
  35. 1f3206c Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 by Niels Möller · 6 years ago
  36. 49ac595 Add GetSources to VideoRtpReceiver by Jonas Oreland · 6 years ago
  37. b0d4b41 Use a lock to protect members accessed by RtpVideoStreamReceiver::GetSyncInfo() by Niels Möller · 6 years ago
  38. 5304a32 Delete StreamStatistician::IsRetransmitOfOldPacket by Niels Möller · 6 years ago
  39. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 6 years ago
  40. 0b92678 Fix NACK logic for empty packets by Niels Möller · 6 years ago
  41. 280632b Delete unneeded forward declares of RtpReceiver by Niels Möller · 6 years ago
  42. 61e511a Delete unneeded forward declares of vcm::VideoReceiver. by Niels Möller · 6 years ago
  43. 2ff1f2a Reland "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Möller · 6 years ago
  44. 1788dcb Revert "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Moller · 6 years ago
  45. 0b9e01d Refactor RtpVideoStreamReceiver without RtpReceiver. by Niels Möller · 6 years ago
  46. df9e9ae Delete RtpVideoStreamReceiver methods GetRtpReceiver and rtp_rtcp by Niels Möller · 6 years ago
  47. c3d0d0d Delete unused RtpVideoStreamReceiver methods GetRemoteSsrc and GetCsrcs by Niels Möller · 6 years ago
  48. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  49. 64b17c2 Remove StreamStatistician::IsPacketInOrder by Danil Chapovalov · 6 years ago
  50. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  51. 28deb90 Reland "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  52. f782492 Delete RtpFeedback. The ssrc for a receive stream should be known at by Niels Möller · 6 years ago
  53. ef99888 Delete OnIncomingCSRCChanged and related code. by Niels Möller · 6 years ago
  54. 81de14f Reduce implementations of CallStatsObserver by 2. by Tommi · 6 years ago
  55. bc01047 Simplify RtpVideoStreamReceiver::NotifyReceiverOfFecPacket. by Niels Möller · 6 years ago
  56. 9cfb18c Delete obsolete method RtpFeedback::OnInitializeDecoder. by Niels Möller · 6 years ago
  57. 0a9f6de Removed VCMTiming from RtpVideoStreamReceiver. by philipel · 6 years ago
  58. e7c891f Renamed FrameObject to EncodedFrame. by philipel · 6 years ago
  59. d397a0d Add dropped frames metric on the receive side by Ilya Nikolaevskiy · 6 years ago
  60. c74d8da Remove unused struct from ProtectionBitrateCalculator. by Åsa Persson · 7 years ago
  61. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  62. 22ec952 Delete in_order argument to RtpReceiver::IncomingRtpPacket by Niels Möller · 7 years ago
  63. c62f6c7 RTPPayloadRegistry: Use SdpAudioFormat to represent audio codecs by Karl Wiberg · 7 years ago
  64. b0573bc Reorganize config of RTP header extensions for video receive streams. by Niels Möller · 7 years ago
  65. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  66. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  67. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/rtp_video_stream_receiver.h]
  68. ca5706d Reland of Use RtxReceiveStream. (patchset #1 id:1 of https://codereview.webrtc.org/3007303002/ ) by nisse · 7 years ago
  69. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  70. 8e7eee0 Revert of Use RtxReceiveStream. (patchset #5 id:320001 of https://codereview.webrtc.org/3006063002/ ) by nisse · 7 years ago
  71. 35713ea Reland of Use RtxReceiveStream. (patchset #1 id:1 of https://codereview.webrtc.org/3010983002/ ) by nisse · 7 years ago
  72. d4fac69 Unwrap picture ids in the RtpFrameReferencerFinder. by philipel · 7 years ago
  73. 3c39c01 Revert of Use RtxReceiveStream. (patchset #5 id:80001 of https://codereview.webrtc.org/3008773002/ ) by nisse · 7 years ago
  74. 5c0f6c6 Use RtxReceiveStream. by nisse · 7 years ago
  75. 8b07305 Eliminate RtpVideoStreamReceiver::receive_cs_ in favor of using a SequencedTaskChecker by eladalon · 7 years ago
  76. 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 7 years ago
  77. c0d481a Protected streams report RTP messages directly to the FlexFec streams by eladalon · 7 years ago
  78. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  79. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  80. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  81. 0f15f92 Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface. by nisse · 7 years ago
  82. b4ab381 Use the configured remote ssrc instead of relying on the first received packet RtpStreamReceiver. by stefan · 7 years ago
  83. b1f2ff9 Rename class RtpStreamReceiver --> RtpVideoStreamReceiver. by nisse · 7 years ago[Renamed (91%) from webrtc/video/rtp_stream_receiver.h]
  84. 30e8931 Delete RtpData::OnRecoveredPacket, use RecoveredPacketReceiver instead. by nisse · 7 years ago
  85. 3184f8e Dont request keyframes if the stream is inactive or if we are currently receiving a keyframe. by philipel · 7 years ago
  86. 2c53b13 Request keyframe if the first received frame is not a keyframe. by philipel · 7 years ago
  87. 0584331 Delete VieRemb class, move functionality to PacketRouter. by nisse · 7 years ago
  88. cd386eb Delete support for sending RTCP RPSI and SLI messages. by nisse · 7 years ago
  89. a45102f Revert of Revert Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2682073003/ ) by philipel · 7 years ago
  90. 38cc1d6 Replace RtpStreamReceiver::DeliverRtp with OnRtpPacket. by nisse · 7 years ago
  91. e525d6a Revert Make the new jitter buffer the default jitter buffer. by stefan · 7 years ago
  92. 4709e89 Move RemoteBitrateEstimator::RemoveStream calls from receive streams to Call. by nisse · 7 years ago
  93. e5bd702 Reland of Make the new jitter buffer the default jitter buffer. (patchset #2 id:260001 of https://codereview.chromium.org/2656983002/ ) by philipel · 7 years ago
  94. 27378f3 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:290001 of https://codereview.chromium.org/2652043005/ ) by philipel · 7 years ago
  95. 09d6ef0 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.webrtc.org/2638423003/ ) by philipel · 8 years ago
  96. bfb11b2 Call RtpStreamReceiver.AddReceiveCodec() with codec_params. by johan · 8 years ago
  97. 15389c0 Drop pacer and retransmission_rate_limiter from RtpStreamReceiver constructor. by nisse · 8 years ago
  98. 04926b8 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:230001 of https://codereview.webrtc.org/2642753002/ ) by kjellander · 8 years ago
  99. f20dd00 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2632123005/ ) by philipel · 8 years ago
  100. c08c191 Revert of Make the new jitter buffer the default jitter buffer. (patchset #7 id:120001 of https://codereview.chromium.org/2627463004/ ) by philipel · 8 years ago