1. c4ca1d3 Reland "Create new API for RtcEventLogParser." by Bjorn Terelius · 6 years ago
  2. ff61273 Revert "Create new API for RtcEventLogParser." by Björn Terelius · 6 years ago
  3. 9e336ec Create new API for RtcEventLogParser. by Bjorn Terelius · 6 years ago
  4. 4397e4a Correcting payload size to NetEq simulator in RTC event log analyzer. by Minyue Li · 6 years ago
  5. 439f0bc Preparing for task queue in congenstion controller by Sebastian Jansson · 7 years ago
  6. e4be6da Removing access to send side cc in rtp controller. by Sebastian Jansson · 7 years ago
  7. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 7 years ago
  8. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 7 years ago
  9. 4e849f6 Revert "Reland "Moved congestion controller to task queue."" by Danil Chapovalov · 7 years ago
  10. bda5068 Revert "Moved congestion controller to goog_cc folder." by Danil Chapovalov · 7 years ago
  11. e6cefdf Moved congestion controller to goog_cc folder. by Sebastian Jansson · 7 years ago
  12. 57daeb7 Reland "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  13. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  14. 8eca1ff Reland "Structured ICE logging via RtcEventLog." by Qingsi Wang · 7 years ago
  15. 5a503b0 Revert "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  16. 0cbcba7 Moved congestion controller to task queue. by Sebastian Jansson · 7 years ago
  17. 78ac89b Revert "Structured ICE logging via RtcEventLog." by Mirko Bonadei · 7 years ago
  18. eed5aa8 Structured ICE logging via RtcEventLog. by Qingsi Wang · 7 years ago
  19. a4259f6 Add new event type to RtcEventLog by Ilya Nikolaevskiy · 7 years ago
  20. 2eb3188 Aid triaging of bugs by printing notifications about interesting parts of an event log. by Bjorn Terelius · 7 years ago
  21. e0572e5 Reland "Replaced magic numbers with constants for PacketFeedback." by srte · 7 years ago
  22. 575ceef Revert "Replaced magic numbers with constants for PacketFeedback." by Lu Liu · 7 years ago
  23. 37b5223 Replaced magic numbers with constants for PacketFeedback. by srte · 7 years ago
  24. 3928dbc Optional: Use nullopt and implicit construction in /rtc_tools/event_log_visualizer by Oskar Sundbom · 7 years ago
  25. 6581f21 Fix some missed stdlib includes by Oleh Prypin · 7 years ago
  26. b577d5e Visualize simulated BWE as a piecewise constant function. by Bjorn Terelius · 7 years ago
  27. b87c27e Don't visualize incoming packets in pacer delay graph. by Bjorn Terelius · 7 years ago
  28. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  29. fd6c091 Delete deprecated constructor of SendSideCongestionController. by Niels Möller · 7 years ago
  30. 0295a96 Estimate RTP clock frequency and plot capture-send delay. by Bjorn Terelius · 7 years ago
  31. 6984ad2 Print state of AcknowledgedBitrateEstimator in event_log_visualizer. by Bjorn Terelius · 7 years ago
  32. 19f5be3 Fix bug that causes the visualization of RTCP fraction lost to be cropped. by Bjorn Terelius · 7 years ago
  33. 120bbe1 Don't append the bitrate twice to the outgoing bitrate plot in event_log_visualizer. by Bjorn Terelius · 7 years ago
  34. 28db266 Add simulation of receive-side bandwidth estimate to event_log_analyzer. by Bjorn Terelius · 7 years ago
  35. 1d87b0e Create RtcEventLogEncoderLegacy by Elad Alon · 7 years ago
  36. 99a81b6 Remove #include of rtc_stream_config.h from rtc_event_log.h by Elad Alon · 7 years ago
  37. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  38. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  39. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_tools/event_log_visualizer/analyzer.cc]
  40. a0a8ed7 Add visualization of late feedback packets, and avoid plotting incorrect delays computed based on those. by stefan · 7 years ago
  41. e9ef907 Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ ) by maxmorin · 7 years ago
  42. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 7 years ago
  43. 5c8942a Move PacedSender ownership to RtpTransportControllerSend. by Stefan Holmer · 7 years ago
  44. 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 7 years ago
  45. 245f17e Delete old CongestionController class by Niels Möller · 7 years ago
  46. 2ee076d Improved UI for event_log_analyzer tool by terelius · 7 years ago
  47. 007d562 Use default header extension map in rtc_event_log2text by terelius · 7 years ago
  48. 23c7f25 Added -show_detector_state which show the detector state in the total bitrate graph. by philipel · 7 years ago
  49. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  50. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  51. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  52. d2b63cf Move webrtc/{tools => rtc_tools} by kjellander · 7 years ago[Renamed (99%) from webrtc/tools/event_log_visualizer/analyzer.cc]
  53. 3c938fc Add NetEq delay plotting to event_log_visualizer by henrik.lundin · 7 years ago
  54. a8e781a Make rtc_event_log2text output header extensions by ilnik · 7 years ago
  55. 3fae628 Reland Refactored incoming bitrate estimator. by tschumim · 7 years ago
  56. 807736e Revert of Refactored incoming bitrate estimator. (patchset #8 id:140001 of https://codereview.webrtc.org/2917873002/ ) by tschumim · 7 years ago
  57. 5fc8bf8 Refactored incoming bitrate estimator. by tschumim · 7 years ago
  58. 2c8e8a3 Overlay REMB in total bitrate graphs in visualization tool. by terelius · 7 years ago
  59. 405f90c Fix indexing error in event log analyzer. by terelius · 7 years ago
  60. 8fbc765 Ensure the RtcEventLog parser is backwards compatible by terelius · 7 years ago
  61. 77cd58e This cl removes RtcEventLog deps to call:call_interfaces. The purpose is to be able to use the event log from the upcoming RtpTransport. by perkj · 7 years ago
  62. f472699 Replace AudioSendStream::Config with rtclog::StreamConfig. by perkj · 7 years ago
  63. ac8f52d Replace AudioReceiveStream::Config with rtclog::StreamConfig. by perkj · 7 years ago
  64. c0876aa Replace VideoSendStream::Config with new rtclog::StreamConfig in RtcEventLog. by perkj · 7 years ago
  65. 09e71da Replace VideoReceiveStream::Config with new rtclog::StreamConfig in RtcEventLog. by perkj · 7 years ago
  66. bbbad6d Change how event_log_visualizer ignore duplicate incoming RTCP packets. by perkj · 7 years ago
  67. ff42162 Use multimap to handle packets logged at the same time in the event log analyzer. by stefan · 7 years ago
  68. 35ba9bd Event log visualizer TimeSeries is now created on the stack and then moved into the vector of series. by philipel · 7 years ago
  69. 10fc0e6 Delay based logging. by philipel · 7 years ago
  70. e127e7a Visualize events related to probing in the total bitrate graph. by philipel · 7 years ago
  71. d12a8e1 Attach TransportFeedbackPacketLossTracker to ANA (PLR only) by elad.alon · 7 years ago
  72. 23c595a Pass label and plot style to the TimeSeries' constructor. by terelius · 8 years ago
  73. 53dc23c Unify the FillAudioEncoderTimeSeries with existing processing functions. by terelius · 8 years ago
  74. 5bbf43f Move delay_based_bwe_ into CongestionController by elad.alon · 8 years ago
  75. ec304f9 GetTransportFeedbackVector return vector with lost packets too, sorted by seq-num by elad.alon · 8 years ago
  76. f949000 Rename webrtc::PacketInfo to webrtc::PacketFeedback. This resolves ambiguity with a similarly named RTCPReceiver::PacketInformation and RtpPacketizerVp9::PacketInfo. by elad.alon · 8 years ago
  77. 32d0010 Add probe logging to RtcEventLog. by philipel · 8 years ago
  78. 8aadd50 Propagate packet pacing information to SendTimeHistory. by philipel · 8 years ago
  79. 6e5b219 Add ana config to event log visualiser by michaelt · 8 years ago
  80. 424e6cf Rename some variables and methods in RTC event log. by terelius · 8 years ago
  81. c7bf32a Propagate packet pacing information to SenTimeHistory. by philipel · 8 years ago
  82. 0baf55d Add logging of delay-based bandwidth estimate. by terelius · 8 years ago
  83. e372d3c Add event log visualization of rtp timestamps over time. by stefan · 8 years ago
  84. 77f0580 Add new step graph type to event log visualization tool. Currently used for bitrate estimate and accumulated packet count, but could in general be used for any metric that is piecewise constant. by terelius · 8 years ago
  85. 4c9b4af Compute packet loss for event log visualization similar to how it is defined in RFC 3550. by terelius · 8 years ago
  86. 1474212 Reland of Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. (patchset #1 id:1 of https://codereview.webrtc.org/2649323010/ ) by brandtr · 8 years ago
  87. e497495 Revert of Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. (patchset #7 id:160001 of https://codereview.webrtc.org/2646073004/ ) by kjellander · 8 years ago
  88. fe2bef3 Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. by brandtr · 8 years ago
  89. 4b7c952 Reland of "Log audio network adapter decisions in event log." by minyue · 8 years ago
  90. 363a291 Revert of Log audio network adapter decisions in event log. (patchset #14 id:320001 of https://codereview.webrtc.org/2559953002/ ) by sakal · 8 years ago
  91. 3663681 Log audio network adapter decisions in event log. by michaelt · 8 years ago
  92. 0838327 Add method needed to extract frame capture and arrival timestamps from rtc event logs. by stefan · 8 years ago
  93. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  94. 78b4d56 Relanding "Pass time constant to bwe smoothing filter." by minyue · 8 years ago
  95. 0245da0 Move ownership of PacketRouter from CongestionController to Call. by nisse · 8 years ago
  96. 6287e82 Revert of Pass time constant to bwe smoothing filter. (patchset #8 id:140001 of https://codereview.webrtc.org/2518923003/ ) by ossu · 8 years ago
  97. 9abbf5a Pass time constanct to bwe smoothing filter. by michaelt · 8 years ago
  98. bf67663 Rename "Audio playout level" to "Audio level" on the Y-axis of the event log graph. by ivoc · 8 years ago
  99. 4aecc58 Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer by danilchap · 8 years ago
  100. 985d280 Add support for field trials to event log visualizer. by stefan · 8 years ago