1. f2e9cab Fix BWE simulation graph in event log visualization by Bjorn Terelius · 5 years ago
  2. 3be9da3 Make unpack_aecdump unpack RuntimeSettings by Fredrik Hernqvist · 5 years ago
  3. 2db5fc0 Deprecating injection of event log into GoogCC factory. by Sebastian Jansson · 5 years ago
  4. 9b809d3 Make the event log visualizer chart proto publicly visible. by Bjorn Terelius · 5 years ago
  5. 30a276b Add RTP sequence number to TransportFeedbackObserver::AddPacket() by Erik Språng · 5 years ago
  6. bfb735b Exclude RTX from pacer delay plots by Konrad Hofbauer · 6 years ago
  7. ff8cce3 Add flag to enable shared x-axis for local event log visualization. by Bjorn Terelius · 6 years ago
  8. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  9. 21f6fd7 Add preemptive rate and preferred buffer size plots to event log visualizer. by Jakob Ivarsson · 6 years ago
  10. ef13990 author_line_count.sh: Move user arguments last by Niels Möller · 6 years ago
  11. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  12. 9316c1a Suppress max figures open warning. by Konrad Hofbauer · 6 years ago
  13. 3993b18 Use DefaultTaskQueueFactory in tool network_tester_server by Danil Chapovalov · 6 years ago
  14. 225f4f6 Link x-axes across all figures for synchronized zooming in the by Konrad Hofbauer · 6 years ago
  15. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  16. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  17. 3cb5e5b Fix VideoFileWriterTest flakiness by using unique file path. by Yves Gerey · 6 years ago
  18. 1f850a6 Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  19. b5207b4 Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  20. 1ddc763 Qualify cmath functions. by Mirko Bonadei · 6 years ago
  21. b0f968a SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t. by philipel · 6 years ago
  22. 1175ae0 Add log based GoogCC simulation to visualizer. by Sebastian Jansson · 6 years ago
  23. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  24. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 6 years ago
  25. 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 6 years ago
  26. 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 6 years ago
  27. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  28. 08f6a6c Import proto_library.gni when rtc_enable_protobuf is true by Kimmo Kinnunen · 6 years ago
  29. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 6 years ago
  30. ca3c801 Minor eventlogvisualizer tweaks. by Konrad Hofbauer · 6 years ago
  31. 9775a58 Plot bitrate allocation per layer based on RTCP XR target bitrate. by Bjorn Terelius · 6 years ago
  32. 7c974e6 Plot RTCP types for incoming and outgoing RTCP packets. by Bjorn Terelius · 6 years ago
  33. cf8405e Add generic packet rates to event_log_visualizer. by Piotr (Peter) Slatala · 6 years ago
  34. d036c65 Clarify and unify outgoing and incoming packet loss rate plots. by Konrad Hofbauer · 6 years ago
  35. 068fc35 Break out parameters from EventLogAnalyzer to AnalyzerConfig struct. by Bjorn Terelius · 6 years ago
  36. b4f7ab1 Fix -Wunused-result warnings by Hans Wennborg · 6 years ago
  37. 8573aae Do not build rtp_generator in Chromium builds. by Mirko Bonadei · 6 years ago
  38. 87bbb91 Add rtp_generator utility to rtc_tools. by Benjamin Wright · 6 years ago
  39. 37ec55e [clang-tidy] Apply performance-faster-string-find fixes. by Mirko Bonadei · 6 years ago
  40. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  41. a9316c9 frame_analyzer: exit with status 1 when video files fail to open by Oleh Prypin · 6 years ago
  42. 5be3bbd Clarify and unify network delay plot annotations. by Konrad Hofbauer · 6 years ago
  43. 05acd2b Removes clock from TransportFeedbackAdapter. by Sebastian Jansson · 6 years ago
  44. 95edb03 Adds WebRtcKeyValueConfig interface by Sebastian Jansson · 6 years ago
  45. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  46. 6c4b1b7 Avoid depending on testonly target in event_log_visualizer_utils. by Bjorn Terelius · 6 years ago
  47. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  48. bd6dee8 Delete NetEqTest::ExtDecoderMap by Niels Möller · 6 years ago
  49. f996c84 Add probe failures to the GoogCC eventlogvisualizer graph. by Piotr (Peter) Slatala · 6 years ago
  50. b290a6d Renames RtcEventLogParseNew to RtcEventLogParser by Sebastian Jansson · 6 years ago
  51. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  52. 68586e8 Replace starts_with and ends_with with Abseil by Steve Anton · 6 years ago
  53. f7f753b Revert "Add AudioDecoderFactory to NetEqTest constructor." by Oleh Prypin · 6 years ago
  54. daa970f Add AudioDecoderFactory to NetEqTest constructor. by Niels Möller · 6 years ago
  55. 2db46b0 Added new feature to print a text log to neteq_rtpplay by Ivo Creusen · 6 years ago
  56. e011cb7 Move chart proto for event_log_visualizer. by Bjorn Terelius · 6 years ago
  57. 10a5801 Output plots for new DTLS events. by Zach Stein · 6 years ago
  58. a728c91 Fix performance bug in CreateSendSideBweSimulationGraph by Bjorn Terelius · 6 years ago
  59. c60a777 Process RTP before RTCP in RTC event log analyzer. by Bjorn Terelius · 6 years ago
  60. 6353fbc Offset IceCandidatePairEventType enum in event log visualizer by Zach Stein · 6 years ago
  61. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  62. b253303 Add magjed as owner of rtc_tools. by Patrik Höglund · 6 years ago
  63. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  64. f259078 Use cropping aligning in video quality analysis tool by Magnus Jedvert · 6 years ago
  65. 286df00 Add tool for aligning cropped region of video files by Magnus Jedvert · 6 years ago
  66. fdc635d Remove deprecated APIs from RTC event log parser. by Bjorn Terelius · 6 years ago
  67. cfe3b6a Remove most of api/ortc/. by Jonas Olsson · 6 years ago
  68. 6c373cc Add support for audio in latency visualization. by Bjorn Terelius · 6 years ago
  69. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  70. 15ca5a9 Add implicit conversion between rtc:PacketTime and int64_t. by Niels Möller · 6 years ago
  71. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  72. 57ba7e1 Normalize baseline in network delay plot to RTT/2. by Bjorn Terelius · 6 years ago
  73. 165148d Reland "Remove deprecated barcode scanning functionality" by Magnus Jedvert · 6 years ago
  74. 38a3419 Revert "Remove deprecated barcode scanning functionality" by Alessio Bazzica · 6 years ago
  75. ff292f3 Remove deprecated barcode scanning functionality by Magnus Jedvert · 6 years ago
  76. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  77. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  78. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  79. 78416b6 Adds time to initial config in analyzer code. by Sebastian Jansson · 6 years ago
  80. c1bfe1a Avoids creating empty call_order file when no call order data is written by Per Åhgren · 6 years ago
  81. 3100fc1 Use color aligning in video quality analysis tool by Magnus Jedvert · 6 years ago
  82. 1927dfa Add tool for aligning color space of video files by Magnus Jedvert · 6 years ago
  83. a39a007 Reland "Deprecates legacy transport feedback adapter." by Sebastian Jansson · 6 years ago
  84. 5c94f55 Removes analyzer dependency on legacy congestion controller. by Sebastian Jansson · 6 years ago
  85. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  86. cae8802 Delete force_mic_volume_max. by Patrik Höglund · 6 years ago
  87. ede8796 Print per-frame VMAF score instead of average. by Paulina Hensman · 6 years ago
  88. 7730193 Remove SetExecutablePath, simplify ResourcePath by Patrik Höglund · 6 years ago
  89. a6471eb Reland "Tidy up and increase exception handling in compare_videos" by Paulina Hensman · 6 years ago
  90. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  91. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  92. 3d3e08b Revert "Tidy up and increase exception handling in compare_videos" by Oleh Prypin · 6 years ago
  93. 1c60ff5 Tidy up and increase exception handling in compare_videos by Paulina Hensman · 6 years ago
  94. 12c62b9 Reland "Add option to call VMAF in compare_videos.py." by Paulina Hensman · 6 years ago
  95. 3717814 Revert "Add option to call VMAF in compare_videos.py." by Sami Kalliomäki · 6 years ago
  96. 89f64d3 Move network trace calculation from analyzer to rtc_event_log_parser. by Christoffer Rodbro · 6 years ago
  97. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  98. e307d56 Add option to call VMAF in compare_videos.py. by Paulina Hensman · 6 years ago
  99. 9931ddb ResultsContainer: Initialize fields. by Yves Gerey · 6 years ago
  100. dd8de18 Include stringutils to allow build on chromium by Paulina Hensman · 6 years ago