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