1. 1175ae0 Add log based GoogCC simulation to visualizer. by Sebastian Jansson · 6 years ago
  2. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  3. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 6 years ago
  4. 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 6 years ago
  5. 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 6 years ago
  6. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  7. 08f6a6c Import proto_library.gni when rtc_enable_protobuf is true by Kimmo Kinnunen · 6 years ago
  8. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 6 years ago
  9. ca3c801 Minor eventlogvisualizer tweaks. by Konrad Hofbauer · 6 years ago
  10. 9775a58 Plot bitrate allocation per layer based on RTCP XR target bitrate. by Bjorn Terelius · 6 years ago
  11. 7c974e6 Plot RTCP types for incoming and outgoing RTCP packets. by Bjorn Terelius · 6 years ago
  12. cf8405e Add generic packet rates to event_log_visualizer. by Piotr (Peter) Slatala · 6 years ago
  13. d036c65 Clarify and unify outgoing and incoming packet loss rate plots. by Konrad Hofbauer · 6 years ago
  14. 068fc35 Break out parameters from EventLogAnalyzer to AnalyzerConfig struct. by Bjorn Terelius · 6 years ago
  15. b4f7ab1 Fix -Wunused-result warnings by Hans Wennborg · 6 years ago
  16. 8573aae Do not build rtp_generator in Chromium builds. by Mirko Bonadei · 6 years ago
  17. 87bbb91 Add rtp_generator utility to rtc_tools. by Benjamin Wright · 6 years ago
  18. 37ec55e [clang-tidy] Apply performance-faster-string-find fixes. by Mirko Bonadei · 6 years ago
  19. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  20. a9316c9 frame_analyzer: exit with status 1 when video files fail to open by Oleh Prypin · 6 years ago
  21. 5be3bbd Clarify and unify network delay plot annotations. by Konrad Hofbauer · 6 years ago
  22. 05acd2b Removes clock from TransportFeedbackAdapter. by Sebastian Jansson · 6 years ago
  23. 95edb03 Adds WebRtcKeyValueConfig interface by Sebastian Jansson · 6 years ago
  24. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  25. 6c4b1b7 Avoid depending on testonly target in event_log_visualizer_utils. by Bjorn Terelius · 6 years ago
  26. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  27. bd6dee8 Delete NetEqTest::ExtDecoderMap by Niels Möller · 6 years ago
  28. f996c84 Add probe failures to the GoogCC eventlogvisualizer graph. by Piotr (Peter) Slatala · 6 years ago
  29. b290a6d Renames RtcEventLogParseNew to RtcEventLogParser by Sebastian Jansson · 6 years ago
  30. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  31. 68586e8 Replace starts_with and ends_with with Abseil by Steve Anton · 6 years ago
  32. f7f753b Revert "Add AudioDecoderFactory to NetEqTest constructor." by Oleh Prypin · 6 years ago
  33. daa970f Add AudioDecoderFactory to NetEqTest constructor. by Niels Möller · 6 years ago
  34. 2db46b0 Added new feature to print a text log to neteq_rtpplay by Ivo Creusen · 6 years ago
  35. e011cb7 Move chart proto for event_log_visualizer. by Bjorn Terelius · 6 years ago
  36. 10a5801 Output plots for new DTLS events. by Zach Stein · 6 years ago
  37. a728c91 Fix performance bug in CreateSendSideBweSimulationGraph by Bjorn Terelius · 6 years ago
  38. c60a777 Process RTP before RTCP in RTC event log analyzer. by Bjorn Terelius · 6 years ago
  39. 6353fbc Offset IceCandidatePairEventType enum in event log visualizer by Zach Stein · 6 years ago
  40. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  41. b253303 Add magjed as owner of rtc_tools. by Patrik Höglund · 6 years ago
  42. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  43. f259078 Use cropping aligning in video quality analysis tool by Magnus Jedvert · 6 years ago
  44. 286df00 Add tool for aligning cropped region of video files by Magnus Jedvert · 6 years ago
  45. fdc635d Remove deprecated APIs from RTC event log parser. by Bjorn Terelius · 6 years ago
  46. cfe3b6a Remove most of api/ortc/. by Jonas Olsson · 6 years ago
  47. 6c373cc Add support for audio in latency visualization. by Bjorn Terelius · 6 years ago
  48. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  49. 15ca5a9 Add implicit conversion between rtc:PacketTime and int64_t. by Niels Möller · 6 years ago
  50. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  51. 57ba7e1 Normalize baseline in network delay plot to RTT/2. by Bjorn Terelius · 6 years ago
  52. 165148d Reland "Remove deprecated barcode scanning functionality" by Magnus Jedvert · 6 years ago
  53. 38a3419 Revert "Remove deprecated barcode scanning functionality" by Alessio Bazzica · 6 years ago
  54. ff292f3 Remove deprecated barcode scanning functionality by Magnus Jedvert · 6 years ago
  55. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  56. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  57. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  58. 78416b6 Adds time to initial config in analyzer code. by Sebastian Jansson · 6 years ago
  59. c1bfe1a Avoids creating empty call_order file when no call order data is written by Per Åhgren · 6 years ago
  60. 3100fc1 Use color aligning in video quality analysis tool by Magnus Jedvert · 6 years ago
  61. 1927dfa Add tool for aligning color space of video files by Magnus Jedvert · 6 years ago
  62. a39a007 Reland "Deprecates legacy transport feedback adapter." by Sebastian Jansson · 6 years ago
  63. 5c94f55 Removes analyzer dependency on legacy congestion controller. by Sebastian Jansson · 6 years ago
  64. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  65. cae8802 Delete force_mic_volume_max. by Patrik Höglund · 6 years ago
  66. ede8796 Print per-frame VMAF score instead of average. by Paulina Hensman · 6 years ago
  67. 7730193 Remove SetExecutablePath, simplify ResourcePath by Patrik Höglund · 6 years ago
  68. a6471eb Reland "Tidy up and increase exception handling in compare_videos" by Paulina Hensman · 6 years ago
  69. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  70. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  71. 3d3e08b Revert "Tidy up and increase exception handling in compare_videos" by Oleh Prypin · 6 years ago
  72. 1c60ff5 Tidy up and increase exception handling in compare_videos by Paulina Hensman · 6 years ago
  73. 12c62b9 Reland "Add option to call VMAF in compare_videos.py." by Paulina Hensman · 6 years ago
  74. 3717814 Revert "Add option to call VMAF in compare_videos.py." by Sami Kalliomäki · 6 years ago
  75. 89f64d3 Move network trace calculation from analyzer to rtc_event_log_parser. by Christoffer Rodbro · 6 years ago
  76. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  77. e307d56 Add option to call VMAF in compare_videos.py. by Paulina Hensman · 6 years ago
  78. 9931ddb ResultsContainer: Initialize fields. by Yves Gerey · 6 years ago
  79. dd8de18 Include stringutils to allow build on chromium by Paulina Hensman · 6 years ago
  80. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  81. b671d46 Add WriteVideoToFile to video_file_reader. by Paulina Hensman · 6 years ago
  82. 080afed Do not compile frame_analyzer_host during Chromium builds. by Mirko Bonadei · 6 years ago
  83. b56706f Reland "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  84. 6d80003 Revert "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  85. d8ff3f2 Compile frame analyzer for the host machine on perf tests. by Mirko Bonadei · 6 years ago
  86. ef73f59 Allow printing graphs as protobuf in event_log_visualizer. by Bjorn Terelius · 6 years ago
  87. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  88. b468ace Reland "Reland "Update video_quality_analysis to align videos instead of using barcodes"" by Magnus Jedvert · 6 years ago
  89. 62228c4 Reland "Add tool for aliging video files" by Magnus Jedvert · 6 years ago
  90. 10e829a Reland "Add Y4mFileReader" by Magnus Jedvert · 6 years ago
  91. 5292654 Reland "Fix a bug in barcode_decoder.py" by Magnus Jedvert · 6 years ago
  92. cc22f51 Removing the intelligibility enhancer. by Alessio Bazzica · 6 years ago
  93. 9427f48 rtc_executable should depend on //build/win:default_exe_manifest. by Mirko Bonadei · 6 years ago
  94. 0673bc9 Revert CLs affecting video quality toolchain. by Sami Kalliomäki · 6 years ago
  95. 5c2de6b Fix a bug in barcode_decoder.py by Magnus Jedvert · 6 years ago
  96. 9bb55fc Reland "Update video_quality_analysis to align videos instead of using barcodes" by Magnus Jedvert · 6 years ago
  97. 3e169ac Revert "Update video_quality_analysis to align videos instead of using barcodes" by Magnus Jedvert · 6 years ago
  98. d65e143 Update video_quality_analysis to align videos instead of using barcodes by Magnus Jedvert · 6 years ago
  99. b2c0e8f Add tool for aliging video files by Magnus Jedvert · 6 years ago
  100. 1b5e5db Remove SequencedTaskChecker from Y4mFileReader by Magnus Jedvert · 6 years ago