1. 32d0010 Add probe logging to RtcEventLog. by philipel · 8 years ago
  2. 8aadd50 Propagate packet pacing information to SendTimeHistory. by philipel · 8 years ago
  3. 6e5b219 Add ana config to event log visualiser by michaelt · 8 years ago
  4. 424e6cf Rename some variables and methods in RTC event log. by terelius · 8 years ago
  5. c7bf32a Propagate packet pacing information to SenTimeHistory. by philipel · 8 years ago
  6. 0baf55d Add logging of delay-based bandwidth estimate. by terelius · 8 years ago
  7. 7cebe78 Better comparison of videos with barcode errors by mandermo · 8 years ago
  8. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  9. 3029210 Move Android video quality loopback script. by kjellander · 8 years ago
  10. 1dffc62 Remove all occurrences of "using std::string". by ehmaldonado · 8 years ago
  11. e372d3c Add event log visualization of rtp timestamps over time. by stefan · 8 years ago
  12. 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
  13. 4c9b4af Compute packet loss for event log visualization similar to how it is defined in RFC 3550. by terelius · 8 years ago
  14. 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
  15. 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
  16. fe2bef3 Make RTX pt/apt reconfigurable by calling WebRtcVideoChannel2::SetRecvParameters. by brandtr · 8 years ago
  17. 9aa3f0a Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) by mbonadei · 8 years ago
  18. 69dc7db Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) by mbonadei · 8 years ago
  19. 4b7c952 Reland of "Log audio network adapter decisions in event log." by minyue · 8 years ago
  20. 35a3270 Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  21. ed582f7 Script to start stubbed loopback video test with Espresso by mandermo · 8 years ago
  22. de8ca92 New script to count usage of C++ classes. by nisse · 8 years ago
  23. d32bf75 Pass SdpAudioFormat through Channel, without converting to CodecInst by kwiberg · 8 years ago
  24. 7456817 Comparison of videos with reference frame not starting from zero by mandermo · 8 years ago
  25. 1fd08c1 GN: Refactor so that WebRTC compiles with rtc_enable_protobuf=false. by ehmaldonado · 8 years ago
  26. 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
  27. 3663681 Log audio network adapter decisions in event log. by michaelt · 8 years ago
  28. 0838327 Add method needed to extract frame capture and arrival timestamps from rtc event logs. by stefan · 8 years ago
  29. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  30. 0f01c7f Added tool for reference less video analysis (go/refless-video-analysis) by charujain · 8 years ago
  31. 26bddb9 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 8 years ago
  32. 78b4d56 Relanding "Pass time constant to bwe smoothing filter." by minyue · 8 years ago
  33. 0245da0 Move ownership of PacketRouter from CongestionController to Call. by nisse · 8 years ago
  34. 1b5b22d Fixed bug in ExtractFrameFromY4mFile API which was not extracting the frames correctly. by charujain · 8 years ago
  35. 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
  36. 9abbf5a Pass time constanct to bwe smoothing filter. by michaelt · 8 years ago
  37. 26fa6b2 Revert of Bug in ExtractFrame API (extracts frames incorrectly) (patchset #9 id:130001 of https://codereview.webrtc.org/2529923002/ ) by charujain · 8 years ago
  38. b7636b4 Fixed bug in ExtractFrameFromY4mFile API which was not extracting the frames correctly. by charujain · 8 years ago
  39. bf67663 Rename "Audio playout level" to "Audio level" on the Y-axis of the event log graph. by ivoc · 8 years ago
  40. b4af3d6 Remove all references to GYP by Henrik Kjellander · 8 years ago
  41. 4aecc58 Simplify creating RtpHeaderExtensionMap in EventLogAnalyzer by danilchap · 8 years ago
  42. 985d280 Add support for field trials to event log visualizer. by stefan · 8 years ago
  43. 6ceab08 GN: New conventions, default target and refactorings by kjellander · 8 years ago
  44. 492ee28 Use bayesian estimate of acked bitrate. by Stefan Holmer · 8 years ago
  45. 553024a During a fix of an unrelated issue, a bug was introduced in the rtp analyzer tool: when the number of data points was divisible by RTPStatitstics.PLOT_RESOLUTION_MS (which is 50), pyplot.plot was called with arrays of different lengths. One of the arrays could be one element larger. by aleloi · 8 years ago
  46. e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  47. 41aab32 Fix delay plot crash in event_log_visualizer. by stefan · 8 years ago
  48. e0928d8 Added logging for audio send/receive stream configs. by ivoc · 8 years ago
  49. bf369fe Replace rtcp parser in rtc event log handlers. RTCPUtility is going away. by danilchap · 8 years ago
  50. cc91d28 Moved RtcEventLog files from call/ to logging/ by skvlad · 8 years ago
  51. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  52. 280de9e Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 8 years ago
  53. 5ec85fb Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ ) by stefan · 9 years ago
  54. fd0d426 Fix race / crash in OnNetworkRouteChanged(). by stefan · 9 years ago
  55. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  56. 89a3a1a Moved Gn target rtc_event_log to one directory above. by charujain · 9 years ago
  57. 98088dc header_usage.sh script: Exclude matches in gyp and gn files. by nisse · 9 years ago
  58. b62dbbe GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 9 years ago
  59. aac9d6f Added graph for plotting the audio level from an Rtc event log. by ivoc · 9 years ago
  60. 17f008b GYP: Remove targets inside include_tests==1 that are converted to GN. by kjellander · 9 years ago
  61. 3a7f35b GN: Declare resources for targets. by ehmaldonado · 9 years ago
  62. b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 9 years ago
  63. fc433e6 Don't use VoE legacy APIs in force_mic_volume_max tool. by solenberg · 9 years ago
  64. 96f2c4d Remove unused audio_e2e_harness.cc and infrastructure. by solenberg · 9 years ago
  65. 99f8e08 Add a chart for packet loss on incoming streams. by Stefan Holmer · 9 years ago
  66. 13eef785 Revert of Don't use VoE legacy APIs in force_mic_volume_max tool. (patchset #5 id:80001 of https://codereview.webrtc.org/2268183007/ ) by solenberg · 9 years ago
  67. ae9f2bd Don't use VoE legacy APIs in force_mic_volume_max tool. by solenberg · 9 years ago
  68. ac398f2 Python event log analyzer tool: fix of indexing issue. by aleloi · 9 years ago
  69. f581eb7 Renamed and restructured the protobuf definitions for the rtc_event_log graphs. by skvlad · 9 years ago
  70. 60e4346 Add time line for acked bitrate. by Stefan Holmer · 9 years ago
  71. eb24dd0 Improvements to UI to python event log analyzer tool. by aleloi · 9 years ago
  72. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 9 years ago
  73. ccd7489 Plot accumelated packets over time. by philipel · 9 years ago
  74. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 9 years ago
  75. 1dd2335 GN Templates: Add //build/config/sanitizers:deps to rtc_executable. by ehmaldonado · 9 years ago
  76. 38a2132 GN: Introduce templates. by ehmaldonado · 9 years ago
  77. f383c57 - Remove unused unit test webrtc/modules/audio_processing/agc/agc_unittest.cc by solenberg · 9 years ago
  78. a69d973 Move webrtc/audio_*.h to webrtc/api/call by kjellander · 9 years ago
  79. 7a122d6 Fix resource files for tools_unittests by Henrik Kjellander · 9 years ago
  80. 32c4a20 GN: Fix resource files for iOS test target by kjellander · 9 years ago
  81. e4b4695 Bugfixes for rtp_analyzer.py tool. by aleloi · 9 years ago
  82. 19319a3 Add missing "//build/config/sanitizers:deps" to executable targets. by ehmaldonado · 9 years ago
  83. 28a0ffd GN: Synchronize resources between Android and iOS. by kjellander · 9 years ago
  84. 665d181 Increased column width for python tool rtp_analyzer.py. by aleloi · 9 years ago
  85. b246a29 Define a protobuf format for representing plots. Add code to convert the C-representation generated by the RtcEventLog analysis tool, to the new protobuf format. by terelius · 9 years ago
  86. 6addf49 Adds function for computing moving average to visualization tool. by terelius · 9 years ago
  87. 185ba29 Extract library from the RTCEventLog visualizer by skvlad · 9 years ago
  88. bcba64a GN: Add "//build/config/sanitizers:deps" as a dependency to executable targets. by ehmaldonado · 9 years ago
  89. a93d5ac Don't simulate probing based on rtc event logs since we don't have that info logged. by stefan · 9 years ago
  90. e34c19c Clarify some function names in visualization tool. by terelius · 9 years ago
  91. 714dd4e GN: Update tests to have the correct shard timeout value on Android. by sakal · 9 years ago
  92. 4556b45 Fix tools_unittests in GN. by ehmaldonado · 9 years ago
  93. ccbbf8d Visualize delay changes based on both abs-send-time and capture time. by terelius · 9 years ago
  94. d49a37b Rename main file for visualization tool. by terelius · 9 years ago
  95. 0740a20 Track SSRCs configured for each media type in event log visualization tool. by terelius · 9 years ago
  96. f736d23 Add fraction loss in visualization tool. by terelius · 9 years ago
  97. c3de033 Add plot of network delay change computed based on transport feedback. by stefan · 9 years ago
  98. b0dc30d Improvements to bandwidth plot. See Monorail issue for comparison. by aleloi · 9 years ago
  99. dc35dcd Convenience functions to set axis properties in visualization tool. by terelius · 9 years ago
  100. 88c1d2b Don't use LOG_END timestamp to compute RtcEventLog duration. by terelius · 9 years ago