1. ab30d72 Use backticks not vertical bars to denote variables in comments for /video by Artem Titov · 3 years, 8 months ago
  2. 5219c6f Delete legacy forwarding header svc_rate_allocator.h by Danil Chapovalov · 3 years, 8 months ago
  3. 55ec1a4 Fix some instances of -Wunused-but-set-variable. by Peter Kasting · 3 years, 8 months ago
  4. 06a2bf0 NackModule2: Rename to NackRequester. by Markus Handell · 3 years, 8 months ago
  5. b0ed120 Update links to point at main branch by Tony Herre · 3 years, 8 months ago
  6. 0e62f7a NackModule2: coalesce repeating tasks. by Markus Handell · 3 years, 8 months ago
  7. 9d58f97 Set video codecs with PeerConfigurer in tests. by Mirko Bonadei · 3 years, 8 months ago
  8. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 8 months ago
  9. 00ca004 Unify helpers IsRtpPacket and IsRtcpPacket by Danil Chapovalov · 3 years, 8 months ago
  10. eb61b7f ModuleRtcRtcpImpl2: remove Module inheritance. by Markus Handell · 3 years, 9 months ago
  11. 9e2b315 Minor code cleanup of WebRtcVideoReceiveStream. by Tommi · 3 years, 9 months ago
  12. 885d538 ModuleRtpRtcpImpl2: remove RTCP send polling. by Markus Handell · 3 years, 9 months ago
  13. 2e3edc1 RTCPSender: migrate to own configuration struct. by Markus Handell · 3 years, 9 months ago
  14. f9d5e55 Revert "Avoid video stream allocation on configuration change after timeout." by Jakob Ivarsson · 3 years, 9 months ago
  15. 55107c8 Update the sync_group id without recreating audio receive streams. by Tommi · 3 years, 9 months ago
  16. d350006 Add rtp_config() accessor to ReceiveStream. by Tommi · 3 years, 9 months ago
  17. 1c1f540 Factor out common receive stream methods to a common interface. by Tommi · 3 years, 9 months ago
  18. 8b69290 Fix VideoStreamEncoder QP tests to not use SetHasInternalSource by Niels Möller · 3 years, 9 months ago
  19. 1081487 Avoid video stream allocation on configuration change after timeout. by Jakob Ivarsson · 3 years, 9 months ago
  20. f5f7e8e Ensure that fps adaptation count can go back to zero when framerate is unrestricted. by Åsa Persson · 3 years, 9 months ago
  21. ba7da8b Relax expectation in OveruseFrameDetectorTest2.ConvergesSlowly by Niels Möller · 3 years, 9 months ago
  22. b6d50e3 Handle encoder_ == nullptr in VideoStreamEncoder::EncodeVideoFrame. by Tommi · 3 years, 10 months ago
  23. a334dc6 Make VideoSendStream::UpdateActiveSimulcastLayers not block. by Tommi · 3 years, 10 months ago
  24. 1050fbc Remove synchronization from VideoSendStream construction. by Tommi · 3 years, 10 months ago
  25. 47f5f8c Reduce usage of RtpHeaderParser::CreateForTest in favor of RtpPacket by Danil Chapovalov · 3 years, 10 months ago
  26. fa3ce63 Simplify VideoSendStreamImpl constructor. by Tommi · 3 years, 10 months ago
  27. e902f28 Make VideoSendStreamImpl::configured_pacing_factor_ const by Tommi · 3 years, 10 months ago
  28. 28e9653 Remove dependency on RtpVideoSenderInterface from EncoderRtcpFeedback. by Tommi · 3 years, 10 months ago
  29. 1d2b22e Use pixels from single active stream if set for balanced degradation settings. by Åsa Persson · 3 years, 10 months ago
  30. 2a25a96 Disable flacky tests on mac bots by Ilya Nikolaevskiy · 3 years, 10 months ago
  31. 31b5649 Update comment for RtpVideoStreamReceiver2::RequestPacketRetransmit. by Tommi · 3 years, 10 months ago
  32. 7444b19 Add integration test for active stream toggling. by Erik Språng · 3 years, 10 months ago
  33. fccb052 Add event traces to interesting places in WebRTC. by Markus Handell · 3 years, 10 months ago
  34. d23628d Remove RecordingState::keyframe_needed. by Tommi · 3 years, 10 months ago
  35. 376cf07 Add packet_sequence_checker_ to RtpVideoStreamReceiver2. by Tommi · 3 years, 10 months ago
  36. 90738dd Split VideoReceiveStream2 init into worker / network steps. by Tommi · 3 years, 10 months ago
  37. 6ad542c Remove temporary using webrtc::OnCompleteFrameCallback statement. by philipel · 3 years, 10 months ago
  38. 2182096 RtpFrameReferenceFinder return frames directly instead of via callback. by philipel · 3 years, 10 months ago
  39. 0d0ed76 Fix RTP header extension encryption by Lennart Grahl · 3 years, 10 months ago
  40. 63b3095 Make local to capturer clock offset a separate entry in PacketInfo. by Minyue Li · 3 years, 10 months ago
  41. ea7474e Remove redundant VideoSendStream::rtcp_stats field by Danil Chapovalov · 3 years, 10 months ago
  42. 4e60937 Add quality upscaling tests. by Åsa Persson · 3 years, 10 months ago
  43. f01c2c9 Delete RtcpStatisticsCallback in favor of ReportBlockDataObserver by Danil Chapovalov · 3 years, 10 months ago
  44. 9599b3c Don't store RtpPacketInfo in the PacketBuffer. by philipel · 3 years, 10 months ago
  45. ad5037b Reland "Refactor the PlatformThread API." by Markus Handell · 3 years, 10 months ago
  46. 793bac5 Revert "Refactor the PlatformThread API." by Guido Urdaneta · 3 years, 10 months ago
  47. 2497a27 Store RtpPacketReceived::arrival_time as Timestamp. by Tommi · 3 years, 11 months ago
  48. c89fdd7 Refactor the PlatformThread API. by Markus Handell · 3 years, 11 months ago
  49. f7de74c Use Timestamp to represent packet receive timestamps by Johannes Kron · 3 years, 11 months ago
  50. 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 3 years, 11 months ago
  51. 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 3 years, 11 months ago
  52. 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 3 years, 11 months ago
  53. dab3ce8 Reland "Removed VideoDecoderFactory::LegacyCreateVideoDecoder and VideoReceiveStream::Config::stream_id." by philipel · 3 years, 11 months ago
  54. c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 11 months ago
  55. dbcf8af Fix documentation owners formating by Artem Titov · 3 years, 11 months ago
  56. c3fcee7 Move h264_profile_level_id and vp9_profile to api/video_codecs by Johannes Kron · 4 years ago
  57. eb9c3f2 Handle OnPacketSent on the network thread via MediaChannel. by Tomas Gunnarsson · 4 years ago
  58. b849311 Update last received keyframe packet timestamp on all packets with the same RTP timestamp. by philipel · 4 years ago
  59. 882d007 Add documentation for video/stats. by Åsa Persson · 4 years ago
  60. dad500a Remove PacketBuffers internal mutex. by philipel · 4 years ago
  61. 08d30a2 Add documentation for video/adaptation by Evan Shrubsole · 4 years ago
  62. 24bc419 Revert "Fix RTP header extension encryption" by Björn Terelius · 4 years ago
  63. a743303 Fix RTP header extension encryption by Lennart Grahl · 4 years ago
  64. ce423ce Track last packet receive times in RtpVideoStreamReceiver instead of the PacketBuffer. by philipel · 4 years ago
  65. 79cbe69 Removes incorrect test expectation. by Erik Språng · 4 years ago
  66. 9071957 Remove unused members in tests. by Åsa Persson · 4 years ago
  67. 588f9b3 VideoReceiveStream2: AV1 encoded sink support. by Markus Handell · 4 years ago
  68. 006206d rtx-time implementation by Philipp Hancke · 4 years ago
  69. bd06b76 VideoStreamEncoder: Remove unused member variables: by Åsa Persson · 4 years ago
  70. b258c56 Send and Receive VideoFrameTrackingid RTP header extension. by Jeremy Leconte · 4 years ago
  71. ac732f6 Removes unused parameters of WebRTC-KeyframeInterval. by Erik Språng · 4 years ago
  72. 73cf80a Fixes incorrect feedback to EncoderBitrateAdjuster [perf note] by Erik Språng · 4 years ago
  73. 56db9ff VideoStreamEncoder: Don't map kNative video frame buffers. by Henrik Boström · 4 years ago
  74. ca18809 Move RtpFrameObject and EncodedFrame out of video_coding namespace. by philipel · 4 years ago
  75. 6a67150 Move RtpFrameReferenceFinder out of video_coding namespace. by philipel · 4 years ago
  76. f412976 Provide a default implementation of NV12BufferInterface::CropAndScale. by Henrik Boström · 4 years ago
  77. 490c150 Delete unowned buffer in EncodedImage. by Niels Möller · 4 years ago
  78. d19e3b9 Reland "Reland "Enable quality scaling when allowed"" by Sergey Silkin · 4 years ago
  79. 0e42cf7 Reland "Parse encoded frame QP if not provided by encoder" by Sergey Silkin · 4 years ago
  80. bc1c93d Add remote-outbound stats for audio streams by Alessio Bazzica · 4 years ago
  81. fd87944 Removed WebRTC-NetworkCondition-EncoderSwitch field trial. by philipel · 4 years ago
  82. 7c7885c Remove NTP timestamp from PacketBuffer::Packet. by philipel · 4 years ago
  83. 727d2af Revert "Parse encoded frame QP if not provided by encoder" by Sergey Silkin · 4 years ago
  84. 31c5c9d Revert "Reland "Enable quality scaling when allowed"" by Ilya Nikolaevskiy · 4 years ago
  85. 0021fe7 Reland "Enable quality scaling when allowed" by Sergey Silkin · 4 years ago
  86. 8639673 Parse encoded frame QP if not provided by encoder by Sergey Silkin · 4 years ago
  87. 668dbf6 [Stats] Populate "frames" stats for video source. by Di Wu · 4 years ago
  88. eb449a9 Revert "Reland "Enable quality scaling when allowed"" by Guido Urdaneta · 4 years ago
  89. 964a88f Prevent possible out-of-bounds access by Sergey Silkin · 4 years ago
  90. 4a4273b VP9 ResolutionBitrateLimits: If bitrates are configured, use intersection. by Åsa Persson · 4 years ago
  91. a86b29b Add VP9-specific default resolution bitrate limits by Sergey Silkin · 4 years ago
  92. 83be84b Reland "Enable quality scaling when allowed" by Sergey Silkin · 4 years ago
  93. 609b524 Revert "Enable quality scaling when allowed" by Björn Terelius · 4 years ago
  94. 83e6ece Comment out uninstantiated parametrized PC full stack test by Bjorn Terelius · 4 years ago
  95. 752cbab Enable quality scaling when allowed by Sergey Silkin · 4 years ago
  96. 64f7da0 Use input_state to get pixels for single active stream. by Åsa Persson · 4 years, 1 month ago
  97. 258e989 Use default ResolutionBitrateLimits for simulcast with one active stream if not configured by Åsa Persson · 4 years, 1 month ago
  98. 1124ed1 Communicate encoder resolutions via rtc::VideoSinkWants. by Henrik Boström · 4 years, 1 month ago
  99. 1dd94a0 Use pixels from single active stream if set in CanDecreaseResolutionTo by Åsa Persson · 4 years, 1 month ago
  100. 1fbff10 In RtpVideoStreamReceiver change way to track time for the last received packet. by Danil Chapovalov · 4 years, 1 month ago