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. 04fd215 Cleanup passing rtp packet to ulpfec receiver. by Danil Chapovalov · 4 years, 10 months ago
  5. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  6. 7262fc2 Refactor Rtp Receivers to accept SSRC 0. by Saurav Das · 4 years, 11 months ago
  7. a740142 Refactor LossNotificationController to not use VCMPacket by Niels Möller · 4 years, 11 months ago
  8. fe407b7 Move code related to VideoCodingModule to its own build target by Niels Möller · 4 years, 11 months ago
  9. caef51e Consolidate FEC book-keeping by Niels Möller · 5 years ago
  10. 54d5d2c Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc by Erik Språng · 5 years ago
  11. e3a10e1 Remove usage of RtpRtcp::SetSSRC() in video/ by Erik Språng · 5 years ago
  12. 4d7c405 Split out RtcpCnameCallback from RtcpStatisticsCallback by Niels Möller · 5 years ago
  13. bd3f305 Request a new key frame if packet buffer is cleared by Johannes Kron · 5 years ago
  14. a47ba41 Get rid of deprecated version of NackSender::SendNack [1/2] by Elad Alon · 5 years ago
  15. 2d821c3 Allow VideoTimingExtension to be used with FEC by Ilya Nikolaevskiy · 5 years ago
  16. 90f3b89 Replace the implementation of `GetContributingSources()` on the video side. by Chen Xing · 5 years ago
  17. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  18. 4d9e428 Remove some leftover TODOs for webrtc:10336 by Elad Alon · 5 years ago
  19. dd0094a Deprecate RtpRtcp::SetKeyFrameRequestMethod by Niels Möller · 5 years ago
  20. 36690cd Fix inverted RTC_DCHECK in RtpVideoStreamReceiver::RtcpFeedbackBuffer by Elad Alon · 5 years ago
  21. e86af2c Allowing buffering a LNTF (loss notification) feedback message in RTCPSender by Elad Alon · 5 years ago
  22. ef09c5b Buffer RTCP feedback messages in RtpVideoStreamReceiver by Elad Alon · 5 years ago
  23. 2f5554d Make KeyFrameRequestSender injectable in RtpVideoStreamReceiver by Niels Möller · 5 years ago
  24. ca2c430 Allow both LNTF to coexist with NACKs and key frame requests by Elad Alon · 5 years ago
  25. 87da109 Make ReceiveStatisticsImpl::SetMaxReorderingThreshold apply per ssrc by Niels Möller · 5 years ago
  26. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  27. 479c055 Let RtpVideoStreamReceiver implement KeyFrameRequestSender by Niels Möller · 5 years ago
  28. fe68daa Add option to configure raw RTP packetization per payload type. by Mirta Dvornicic · 5 years ago
  29. b5d9183 Add RTP timestamp to contributing sources by Johannes Kron · 5 years ago
  30. 60f4e29 Delete configuration of unused transport_sequence_number_allocator by Niels Möller · 5 years ago
  31. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 5 years ago
  32. d51ec58 Parse color space only in last packet of key frame by Johannes Kron · 5 years ago
  33. c29fa1b Drop usage of legacy VCMPacketRequestCallback by Niels Möller · 5 years ago
  34. 2af5dcb Reland "Refactor FrameDecryptorInterface::Decrypt to use new API." by Benjamin Wright · 5 years ago
  35. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  36. 7dd83e2 Revert "Refactor FrameDecryptorInterface::Decrypt to use new API." by Henrik Boström · 5 years ago
  37. 642aa81 Refactor FrameDecryptorInterface::Decrypt to use new API. by Benjamin Wright · 5 years ago
  38. a556448 Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine. by Benjamin Wright · 5 years ago
  39. bd631a0 Use Abseil container algorithms in video/ by Steve Anton · 5 years ago
  40. 4168437 Remove unused callbacks from VideoStreamDecoder by Niels Möller · 5 years ago
  41. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  42. 125b5d6 Refactor RtpVideoStreamReceiver::OnReceivedPayloadData without WebRtcRTPHeader by Niels Möller · 5 years ago
  43. c44f6cc Modernize RtpRtcp factory function: use unique_ptr as return type by Danil Chapovalov · 5 years ago
  44. 8026d60 Injecting Clock in video receive. by Sebastian Jansson · 5 years ago
  45. 52426ed Modify BufferedFrameDecryptor to perform fine grained key requests. by Benjamin Wright · 5 years ago
  46. 7d6a4c0 Connect LossNotificationController to RtpRtcp by Elad Alon · 5 years ago
  47. b4643ad Rename "OnReceivedFrame" to "OnAssembledFrame" by Elad Alon · 5 years ago
  48. d5e02f0 Delete redundant members from VCMPacket. by Niels Möller · 5 years ago
  49. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 5 years ago
  50. 1a1c52b H.264 temporal layers w/frame marking (PART 2/3) by Johnny Lee · 5 years ago
  51. 949f0fd Move FrameCountObserver from RTPSender to RtpVideoSender by Niels Möller · 5 years ago
  52. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  53. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  54. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  55. 0076529 Add BufferedFrameDecryptor to cleanly deal with receiving encrypted frames. by Benjamin Wright · 6 years ago
  56. f0eee00 Move size() method to EncodedImage base class by Niels Möller · 6 years ago
  57. 8ce0d2b In ReceiveStatistic require callbacks during construction by Danil Chapovalov · 6 years ago
  58. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  59. a32d7e2 Add default values for PlayoutDelay in RTPVideoHeader. by Niels Möller · 6 years ago
  60. a8f5461 nit: Use make_unique in rtp_video_stream_receiver.cc by Elad Alon · 6 years ago
  61. 967f7d5 Add audio level to CSRC class by Jonas Oreland · 6 years ago
  62. b32bb95 Bugfix: FlexFEC causes retransmit bitrate increase. by Ying Wang · 6 years ago
  63. 487e694 Use default value if field trial switch is set to an invalid number by Johannes Kron · 6 years ago
  64. 39feabe Enables FrameDecryptor to do an initial key request on frame decryption. by Benjamin Wright · 6 years ago
  65. 201596f Make packet max buffer size configurable via field trial flag by Johannes Kron · 6 years ago
  66. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  67. fab9129 Get frame type, width and height from the generic descriptor. by philipel · 6 years ago
  68. 2837edc Make RtpGenericFrameDescriptor available for E2EE. by philipel · 6 years ago
  69. 1f3206c Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 by Niels Möller · 6 years ago
  70. 49ac595 Add GetSources to VideoRtpReceiver by Jonas Oreland · 6 years ago
  71. ef615ea Added is_last_packet_in_frame to match is_first_packet_in_frame. by philipel · 6 years ago
  72. b3e42a4 Write and parse the generic video descriptor. by philipel · 6 years ago
  73. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  74. b0d4b41 Use a lock to protect members accessed by RtpVideoStreamReceiver::GetSyncInfo() by Niels Möller · 6 years ago
  75. 5304a32 Delete StreamStatistician::IsRetransmitOfOldPacket by Niels Möller · 6 years ago
  76. 8dad9b4 Eliminate NackModule dependency on VCMPacket by Niels Möller · 6 years ago
  77. 0b92678 Fix NACK logic for empty packets by Niels Möller · 6 years ago
  78. 2ff1f2a Reland "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Möller · 6 years ago
  79. 1788dcb Revert "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Moller · 6 years ago
  80. 0b9e01d Refactor RtpVideoStreamReceiver without RtpReceiver. by Niels Möller · 6 years ago
  81. df9e9ae Delete RtpVideoStreamReceiver methods GetRtpReceiver and rtp_rtcp by Niels Möller · 6 years ago
  82. c3d0d0d Delete unused RtpVideoStreamReceiver methods GetRemoteSsrc and GetCsrcs by Niels Möller · 6 years ago
  83. a715f28 Fix handling invalid empty red packets by Danil Chapovalov · 6 years ago
  84. 64b17c2 Remove StreamStatistician::IsPacketInOrder by Danil Chapovalov · 6 years ago
  85. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  86. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  87. 8643b78 Moved NackModule and VCMPacket to their own targets by Ilya Nikolaevskiy · 6 years ago
  88. 28deb90 Reland "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  89. f782492 Delete RtpFeedback. The ssrc for a receive stream should be known at by Niels Möller · 6 years ago
  90. eda0087 Drop the RTT as input to IsRetransmitOfOldPacket. by Niels Möller · 6 years ago
  91. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  92. 81de14f Reduce implementations of CallStatsObserver by 2. by Tommi · 6 years ago
  93. bc01047 Simplify RtpVideoStreamReceiver::NotifyReceiverOfFecPacket. by Niels Möller · 6 years ago
  94. 76b7f51 Move timestamp_extrapolator.h to rtc_base/time/ by Karl Wiberg · 6 years ago
  95. 9cfb18c Delete obsolete method RtpFeedback::OnInitializeDecoder. by Niels Möller · 6 years ago
  96. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 6 years ago
  97. e10675a Delete RTPPayloadRegistry::IsRed. by Niels Möller · 6 years ago
  98. 3f027b3 No longer register ulpfec as a codec with RTPPayloadRegistry. by Niels Möller · 6 years ago
  99. e63afff Delete unneeded Rtx methods from RTPPayloadRegistry. by Niels Möller · 6 years ago
  100. 6fed924 Delete RTPPayloadRegistry::SetIncomingPayloadType. by Niels Möller · 6 years ago