1. a2cb93d Revert "Wire up internal libvpx VP9 scaler to statistics proxy" by Sebastian Jansson · 4 years, 6 months ago
  2. 50327a5 Wire up internal libvpx VP9 scaler to statistics proxy by Ilya Nikolaevskiy · 4 years, 6 months ago
  3. 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 4 years, 7 months ago
  4. 840394c Fix bw_limited_resolution in SendStatisticsProxy GetStats by Ilya Nikolaevskiy · 4 years, 10 months ago
  5. 5963c7c Count disabled due to low bw streams or layers as bw limited quality in GetStats by Ilya Nikolaevskiy · 5 years ago
  6. cc62b16 Add qualityLimitationResolutionChanges stat by Evan Shrubsole · 5 years ago
  7. 4d7c405 Split out RtcpCnameCallback from RtcpStatisticsCallback by Niels Möller · 5 years ago
  8. 77d3efc Simplify ReportBlockStats by Niels Möller · 5 years ago
  9. ce33b6a Implement QualityLimitationReasonTracker and expose "reason". by Henrik Boström · 5 years ago
  10. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  11. 23aff9b Implement RTCOutboundRtpStreamStats.totalEncodedBytesTarget. by Henrik Boström · 5 years ago
  12. 9fe1834 Implement RTCOutboundRtpStreamStats.totalPacketSendDelay for video. by Henrik Boström · 5 years ago
  13. 1992958 Qualify cmath function calls by Oleh Prypin · 5 years ago
  14. 5684af5 VideoSendStream::Stats::total_encode_time_ms added. by Henrik Boström · 5 years ago
  15. bd631a0 Use Abseil container algorithms in video/ by Steve Anton · 5 years ago
  16. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  17. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  18. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  19. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  20. 0a5792e Add UMA metric and logging of frames dropped in the render queue. by Stefan Holmer · 6 years ago
  21. 72bc8d6 Make the rtp timestamp member of EncodedImage private by Niels Möller · 6 years ago
  22. bb081a6 Update sending resolution only on top spatial layer frame. by Sergey Silkin · 6 years ago
  23. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 6 years ago
  24. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 6 years ago
  25. da0898d Add spatial index to EncodedImage. by Niels Möller · 6 years ago
  26. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 6 years ago
  27. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  28. 20317f9 Clear encoded frame map on gap in timestamp. by Åsa Persson · 6 years ago
  29. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 6 years ago
  30. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  31. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  32. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  33. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  34. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  35. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  36. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 6 years ago
  37. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 6 years ago
  38. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  39. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  40. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  41. 66c24fe Update SendStatisticsProxy to use Rtp::payload_name, if available. by Niels Möller · 6 years ago
  42. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 6 years ago
  43. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 6 years ago
  44. 881f168 Make SimpleStringBuilder into a non-template by Karl Wiberg · 7 years ago
  45. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
  46. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 7 years ago
  47. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 7 years ago
  48. fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
  49. 694a36f Only log once per UpdateHistogram call. by Jonas Olsson · 7 years ago
  50. 956b306 Reland "Set actual resolution for coded frame in VP9 enc wrapper." by Sergey Silkin · 7 years ago
  51. bbf46c2 Revert "Set actual resolution for coded frame in VP9 enc wrapper." by Oleh Prypin · 7 years ago
  52. 4e53a0f Set actual resolution for coded frame in VP9 enc wrapper. by Sergey Silkin · 7 years ago
  53. 875841d Exclude initial adapt downs in stats for quality adapt changes per minute. by Åsa Persson · 7 years ago
  54. 8e07c13 Optional: Use nullopt and implicit construction in /video by Oskar Sundbom · 7 years ago
  55. aa329e7 Reland: googBandwidthLimitedResolution stat is not always set depending on configuration. by Åsa Persson · 7 years ago
  56. 62e9ebe Revert "googBandwidthLimitedResolution stat is not always set depending on configuration." by Guido Urdaneta · 7 years ago
  57. 59283e4 googBandwidthLimitedResolution stat is not always set depending on configuration. by Åsa Persson · 7 years ago
  58. c3ed630 Add stats googHasEnteredLowResolution. by Åsa Persson · 7 years ago
  59. 45bbc8a Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. by Åsa Persson · 7 years ago
  60. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  61. d79314f Reland "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  62. 1c1a681 Revert "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  63. d29b54c Set start time for encoded framerate tracker on first incoming frame (instead of by Åsa Persson · 7 years ago
  64. 4b1a363 Add fine grained dropped video frames counters on sending side by Ilya Nikolaevskiy · 7 years ago
  65. 0122e84 Reland "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  66. ca0ed63 Revert "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  67. 18945c3 Revert "Reduce max possible size of map that holds encoded frame info." by Åsa Persson · 7 years ago
  68. 2ff7ecf Reduce max possible size of map that holds encoded frame info. by Åsa Persson · 7 years ago
  69. af721b7 Remove sent framerate and bitrate calculations from MediaOptimization. by Åsa Persson · 7 years ago
  70. 8d75ac7 Add stats for forced software encoder fallback for VP8. by asapersson · 7 years ago
  71. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  72. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  73. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/send_statistics_proxy.cc]
  74. 50864a8 Add reporting of googContentType via GetStats on send side by ilnik · 7 years ago
  75. f4ded68 Add SentToInputFpsRatioPercent UMA metric on send side by ilnik · 7 years ago
  76. 1cdddc9 Make CodecType conversion functions non-optional. by kthelgason · 7 years ago
  77. cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 7 years ago
  78. d083e85 Remove traces from {send,receive}_statistics_proxy.cc by ehmaldonado · 7 years ago
  79. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  80. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  81. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  82. 09f0561 Update adaptation stats to support degradations in both resolution and framerate. by asapersson · 7 years ago
  83. 2077f2f Add some unit tests to ReceiveStatsticsProxy. by asapersson · 7 years ago
  84. f4e44af Do not report cpu limited resolution stats when degradation preference is disabled and no scaling is done. by asapersson · 7 years ago
  85. 0944a80 Update stats for cpu/quality adaptation changes to excluded time when video is suspended. by asapersson · 7 years ago
  86. 6eca98b Add histogram stats for number of cpu/quality adapt changes per minute for sent video streams: by asapersson · 7 years ago
  87. fab6707 Add number of quality adapt changes to VideoSendStream stats. by asapersson · 7 years ago
  88. c964d0b Fixing some case-sensitive codec name comparisons. by deadbeef · 7 years ago
  89. 36e9eb4 Do not report quality limited resolution stats when quality scaler is disabled. by asapersson · 7 years ago
  90. f7f7fb9 Add traces for some video events. by ehmaldonado · 8 years ago
  91. 93e1e23 Use RateAccCounter for sent bitrate stats. Reports average of periodically computed stats over a call. by asapersson · 8 years ago
  92. 3d200bd Remove FlexfecConfig and replace with specific struct in VideoSendStream. by brandtr · 8 years ago
  93. 66d4b37 Move histogram for number of pause events to per stream: by asapersson · 8 years ago
  94. 0cd27ba Reland of Properly report number of quality downscales in stats. (patchset #1 id:1 of https://codereview.webrtc.org/2586783003/ ) by kthelgason · 8 years ago
  95. fe04bd4 Revert of Properly report number of quality downscales in stats. (patchset #11 id:220001 of https://codereview.webrtc.org/2564373002/ ) by kthelgason · 8 years ago
  96. 0c8c538 Properly report number of quality downscales in stats. by kthelgason · 8 years ago
  97. 876222f Move usage of QualityScaler to ViEEncoder. by kthelgason · 8 years ago
  98. 320e45a Use RateCounter for input/sent fps stats. Reports average of periodically computed stats over a call. by asapersson · 8 years ago
  99. a6a699a Sent bitrate stats are incorrect if FlexFEC is configured: by asapersson · 8 years ago
  100. cd188f6 Make SendStatisticsProxy let through FlexFEC packets. by brandtr · 8 years ago