1. 283c106 Add packet rate plots to event_log_visualizer. by Kristoffer Erlandsson · 4 years, 5 months ago
  2. 2028a77 Remove RtpPacketSendInfo.has_rtp_sequence_number by Erik Språng · 4 years, 6 months ago
  3. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 7 months ago
  4. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 7 months ago
  5. cee751a Reland "Enable using a custom NetEqFactory in simulations" by Ivo Creusen · 4 years, 8 months ago
  6. 3f0bc2c Revert "Enable using a custom NetEqFactory in simulations" by Sandeep Siddhartha · 4 years, 8 months ago
  7. 2a11b24 Enable using a custom NetEqFactory in simulations by Ivo Creusen · 4 years, 8 months ago
  8. 3574d05 EventLogVisualizer pacer delay plot fix. by philipel · 4 years, 10 months ago
  9. 251b0dc Simplified throughput estimator by Björn Terelius · 4 years, 10 months ago
  10. 74f96ec Removes unused late feedback plot from analyzer. by Sebastian Jansson · 4 years, 11 months ago
  11. c69c1bb Plot delay feedback in RTCP arrival order. by Björn Terelius · 5 years ago
  12. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  13. 3fa4938 Increased event log visualizer RTP clock estimation tolerance. by philipel · 5 years ago
  14. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  15. 1f17315 [readability-container-size-empty] Use empty() to check for emptiness. by Mirko Bonadei · 5 years ago
  16. 575998c Add rtc_ prefix to the event_log_visualizer directory. by Mirko Bonadei · 5 years ago[Renamed (99%) from rtc_tools/event_log_visualizer/analyzer.cc]
  17. 604e75c Fix some typos. by Mirko Bonadei · 5 years ago
  18. f640b87 Populate y-axis categorical labels in event log visualizer. by Bjorn Terelius · 5 years ago
  19. 88290ae Reland "Cleanup of RTP references in GoogCC implementation." by Sebastian Jansson · 5 years ago
  20. 7953ad5 Revert "Cleanup of RTP references in GoogCC implementation." by Sebastian Jansson · 5 years ago
  21. fa79081 Cleanup of RTP references in GoogCC implementation. by Sebastian Jansson · 5 years ago
  22. e794243 Remove PacedSender::PacketSender interface and use PacketRouter directly by Erik Språng · 5 years ago
  23. 4ad51d8 Removes SendSideCongestionController. by Sebastian Jansson · 5 years ago
  24. f2e9cab Fix BWE simulation graph in event log visualization by Bjorn Terelius · 5 years ago
  25. 2db5fc0 Deprecating injection of event log into GoogCC factory. by Sebastian Jansson · 5 years ago
  26. 30a276b Add RTP sequence number to TransportFeedbackObserver::AddPacket() by Erik Språng · 5 years ago
  27. bfb735b Exclude RTX from pacer delay plots by Konrad Hofbauer · 5 years ago
  28. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  29. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 5 years ago
  30. 1f850a6 Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 5 years ago
  31. b5207b4 Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 5 years ago
  32. b0f968a SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t. by philipel · 5 years ago
  33. 1175ae0 Add log based GoogCC simulation to visualizer. by Sebastian Jansson · 5 years ago
  34. ca3c801 Minor eventlogvisualizer tweaks. by Konrad Hofbauer · 6 years ago
  35. 9775a58 Plot bitrate allocation per layer based on RTCP XR target bitrate. by Bjorn Terelius · 6 years ago
  36. 7c974e6 Plot RTCP types for incoming and outgoing RTCP packets. by Bjorn Terelius · 6 years ago
  37. cf8405e Add generic packet rates to event_log_visualizer. by Piotr (Peter) Slatala · 6 years ago
  38. d036c65 Clarify and unify outgoing and incoming packet loss rate plots. by Konrad Hofbauer · 6 years ago
  39. 068fc35 Break out parameters from EventLogAnalyzer to AnalyzerConfig struct. by Bjorn Terelius · 6 years ago
  40. 5be3bbd Clarify and unify network delay plot annotations. by Konrad Hofbauer · 6 years ago
  41. 05acd2b Removes clock from TransportFeedbackAdapter. by Sebastian Jansson · 6 years ago
  42. 95edb03 Adds WebRtcKeyValueConfig interface by Sebastian Jansson · 6 years ago
  43. 6c4b1b7 Avoid depending on testonly target in event_log_visualizer_utils. by Bjorn Terelius · 6 years ago
  44. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  45. bd6dee8 Delete NetEqTest::ExtDecoderMap by Niels Möller · 6 years ago
  46. f996c84 Add probe failures to the GoogCC eventlogvisualizer graph. by Piotr (Peter) Slatala · 6 years ago
  47. b290a6d Renames RtcEventLogParseNew to RtcEventLogParser by Sebastian Jansson · 6 years ago
  48. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  49. f7f753b Revert "Add AudioDecoderFactory to NetEqTest constructor." by Oleh Prypin · 6 years ago
  50. daa970f Add AudioDecoderFactory to NetEqTest constructor. by Niels Möller · 6 years ago
  51. 2db46b0 Added new feature to print a text log to neteq_rtpplay by Ivo Creusen · 6 years ago
  52. 10a5801 Output plots for new DTLS events. by Zach Stein · 6 years ago
  53. a728c91 Fix performance bug in CreateSendSideBweSimulationGraph by Bjorn Terelius · 6 years ago
  54. c60a777 Process RTP before RTCP in RTC event log analyzer. by Bjorn Terelius · 6 years ago
  55. 6353fbc Offset IceCandidatePairEventType enum in event log visualizer by Zach Stein · 6 years ago
  56. 6c373cc Add support for audio in latency visualization. by Bjorn Terelius · 6 years ago
  57. 57ba7e1 Normalize baseline in network delay plot to RTT/2. by Bjorn Terelius · 6 years ago
  58. 78416b6 Adds time to initial config in analyzer code. by Sebastian Jansson · 6 years ago
  59. a39a007 Reland "Deprecates legacy transport feedback adapter." by Sebastian Jansson · 6 years ago
  60. 5c94f55 Removes analyzer dependency on legacy congestion controller. by Sebastian Jansson · 6 years ago
  61. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  62. 89f64d3 Move network trace calculation from analyzer to rtc_event_log_parser. by Christoffer Rodbro · 6 years ago
  63. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  64. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  65. c97933f Clean up code regarding jitter buffer plot in event log visualizer. by Minyue Li · 6 years ago
  66. b1222c2 Plot RTCP SR and RR contents in event_log_visualizer. by Bjorn Terelius · 6 years ago
  67. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  68. 04b18cb Removes redundant delay based bwe. by Sebastian Jansson · 6 years ago
  69. c9ac93f Adding NetEq lifetime stats to event log visualizer. by Minyue Li · 6 years ago
  70. 01d2a67 Adding jitter buffer plots for all SSRCs in event log visualizer. by Minyue Li · 6 years ago
  71. 45fc6df Aligning time in audio jitter buffer plot to other plots in rtc event log visualizer. by Minyue Li · 6 years ago
  72. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  73. 431abd9 Replace rtc::Optional with absl::optional in test and rtc_tools by Danil Chapovalov · 6 years ago
  74. 7a0bb00 Split LoggedBweProbeResult into -Success and -Failure. by Bjorn Terelius · 6 years ago
  75. 1d4a227 Add support for visualizing event logs without normalizing time. by Stefan Holmer · 6 years ago
  76. 172fd85 Replaces redundant congestion controller components by Sebastian Jansson · 6 years ago
  77. 27e2b7d Plot NetEq stats in RTC event log visualizer. by Minyue Li · 6 years ago
  78. c6ff757 Split NetEq simulation and jitter buffer plot to be able to plot other metrics in the simulation. by Minyue Li · 6 years ago
  79. c4ca1d3 Reland "Create new API for RtcEventLogParser." by Bjorn Terelius · 6 years ago
  80. ff61273 Revert "Create new API for RtcEventLogParser." by Björn Terelius · 6 years ago
  81. 9e336ec Create new API for RtcEventLogParser. by Bjorn Terelius · 6 years ago
  82. 4397e4a Correcting payload size to NetEq simulator in RTC event log analyzer. by Minyue Li · 6 years ago
  83. 439f0bc Preparing for task queue in congenstion controller by Sebastian Jansson · 7 years ago
  84. e4be6da Removing access to send side cc in rtp controller. by Sebastian Jansson · 7 years ago
  85. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 7 years ago
  86. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 7 years ago
  87. 4e849f6 Revert "Reland "Moved congestion controller to task queue."" by Danil Chapovalov · 7 years ago
  88. bda5068 Revert "Moved congestion controller to goog_cc folder." by Danil Chapovalov · 7 years ago
  89. e6cefdf Moved congestion controller to goog_cc folder. by Sebastian Jansson · 7 years ago
  90. 57daeb7 Reland "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  91. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  92. 8eca1ff Reland "Structured ICE logging via RtcEventLog." by Qingsi Wang · 7 years ago
  93. 5a503b0 Revert "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  94. 0cbcba7 Moved congestion controller to task queue. by Sebastian Jansson · 7 years ago
  95. 78ac89b Revert "Structured ICE logging via RtcEventLog." by Mirko Bonadei · 7 years ago
  96. eed5aa8 Structured ICE logging via RtcEventLog. by Qingsi Wang · 7 years ago
  97. a4259f6 Add new event type to RtcEventLog by Ilya Nikolaevskiy · 7 years ago
  98. 2eb3188 Aid triaging of bugs by printing notifications about interesting parts of an event log. by Bjorn Terelius · 7 years ago
  99. e0572e5 Reland "Replaced magic numbers with constants for PacketFeedback." by srte · 7 years ago
  100. 575ceef Revert "Replaced magic numbers with constants for PacketFeedback." by Lu Liu · 7 years ago