1. d4c3c3a Move video_replay under rtc_tools/. by Mirko Bonadei · 4 years, 5 months ago
  2. a5cec55 Make rtp_generator buildable from Chromium. by Mirko Bonadei · 4 years, 5 months ago
  3. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 6 months ago
  4. 71574f7 Add data dependency to event_log_visualizer. by Mirko Bonadei · 4 years, 6 months ago
  5. 2ea2796 Extract an interface from the perf results logger. by Patrik Höglund · 4 years, 6 months ago
  6. 89aaeda Move audioproc_f to rtc_tools. by Daniel Johansson · 4 years, 7 months ago
  7. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 7 months ago
  8. c7a3b08 Prefix ENABLE_RTC_EVENT_LOG with WEBRTC_. by Mirko Bonadei · 4 years, 8 months ago
  9. 3ce44a3 Move NetEq headers to api/ by Ivo Creusen · 4 years, 8 months ago
  10. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 4 years, 9 months ago
  11. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  12. c69c1bb Plot delay feedback in RTCP arrival order. by Björn Terelius · 4 years, 9 months ago
  13. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  14. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 4 years, 11 months ago
  15. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  16. 575998c Add rtc_ prefix to the event_log_visualizer directory. by Mirko Bonadei · 5 years ago
  17. f2d97b8 Add usage message to event_log_visualizer. by Mirko Bonadei · 5 years ago
  18. 5693c26 Remove rtc_tools/frame_editing. by Mirko Bonadei · 5 years ago
  19. 249bade Add usage message to rgba_to_i420_converter. by Mirko Bonadei · 5 years ago
  20. 7ddca16 Add usage message to reference_less_video_analysis. by Mirko Bonadei · 5 years ago
  21. 4e72245 Add usage message to psnr_ssim_analyzer. by Mirko Bonadei · 5 years ago
  22. 06cdb23 Add usage message to rtp_generator. by Mirko Bonadei · 5 years ago
  23. 4b091f4 Switch event_log_visualizer to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  24. ca16021 Update rtc_tools/rtp_generator to compile by Ilya Nikolaevskiy · 5 years ago
  25. 9d96209 Switch unpack_aecdump to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  26. 8e3cb53 Remove activity_metric tool. by Mirko Bonadei · 5 years ago
  27. a3f3ab9 Remove Simple Command Line Parser. by Mirko Bonadei · 5 years ago
  28. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  29. a95949e Switch rtp_generator to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  30. beff535 Switch frame_editor to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  31. 6d6b0fb Switch reference_less_video_analysis to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  32. 8e032c8 Switch psnr_ssim_analyzer to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  33. 2308bb2 Switch rgba_to_i420_converter to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  34. 6bafc8b Reland "Switch frame_analyzer to ABSL_FLAG." by Mirko Bonadei · 5 years ago
  35. 90c6d1b Revert "Switch frame_analyzer to ABSL_FLAG." by Mirko Bonadei · 5 years ago
  36. 3668e9b Switch frame_analyzer to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  37. 1aa9ee9 Add string-based IDs for event log visualizer graphs and update command line flags. by Bjorn Terelius · 5 years ago
  38. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  39. 3be9da3 Make unpack_aecdump unpack RuntimeSettings by Fredrik Hernqvist · 5 years ago
  40. 9b809d3 Make the event log visualizer chart proto publicly visible. by Bjorn Terelius · 5 years ago
  41. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  42. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 5 years ago
  43. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  44. 1175ae0 Add log based GoogCC simulation to visualizer. by Sebastian Jansson · 5 years ago
  45. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  46. 08f6a6c Import proto_library.gni when rtc_enable_protobuf is true by Kimmo Kinnunen · 5 years ago
  47. 8573aae Do not build rtp_generator in Chromium builds. by Mirko Bonadei · 5 years ago
  48. 87bbb91 Add rtp_generator utility to rtc_tools. by Benjamin Wright · 5 years ago
  49. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 5 years ago
  50. 95edb03 Adds WebRtcKeyValueConfig interface by Sebastian Jansson · 5 years ago
  51. 6c4b1b7 Avoid depending on testonly target in event_log_visualizer_utils. by Bjorn Terelius · 5 years ago
  52. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  53. 68586e8 Replace starts_with and ends_with with Abseil by Steve Anton · 6 years ago
  54. f7f753b Revert "Add AudioDecoderFactory to NetEqTest constructor." by Oleh Prypin · 6 years ago
  55. daa970f Add AudioDecoderFactory to NetEqTest constructor. by Niels Möller · 6 years ago
  56. e011cb7 Move chart proto for event_log_visualizer. by Bjorn Terelius · 6 years ago
  57. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  58. 286df00 Add tool for aligning cropped region of video files by Magnus Jedvert · 6 years ago
  59. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  60. 1927dfa Add tool for aligning color space of video files by Magnus Jedvert · 6 years ago
  61. 5c94f55 Removes analyzer dependency on legacy congestion controller. by Sebastian Jansson · 6 years ago
  62. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  63. cae8802 Delete force_mic_volume_max. by Patrik Höglund · 6 years ago
  64. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  65. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  66. 3d3e08b Revert "Tidy up and increase exception handling in compare_videos" by Oleh Prypin · 6 years ago
  67. 1c60ff5 Tidy up and increase exception handling in compare_videos by Paulina Hensman · 6 years ago
  68. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  69. b671d46 Add WriteVideoToFile to video_file_reader. by Paulina Hensman · 6 years ago
  70. 080afed Do not compile frame_analyzer_host during Chromium builds. by Mirko Bonadei · 6 years ago
  71. b56706f Reland "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  72. 6d80003 Revert "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  73. d8ff3f2 Compile frame analyzer for the host machine on perf tests. by Mirko Bonadei · 6 years ago
  74. b468ace Reland "Reland "Update video_quality_analysis to align videos instead of using barcodes"" by Magnus Jedvert · 6 years ago
  75. 62228c4 Reland "Add tool for aliging video files" by Magnus Jedvert · 6 years ago
  76. 10e829a Reland "Add Y4mFileReader" by Magnus Jedvert · 6 years ago
  77. 9427f48 rtc_executable should depend on //build/win:default_exe_manifest. by Mirko Bonadei · 6 years ago
  78. 0673bc9 Revert CLs affecting video quality toolchain. by Sami Kalliomäki · 6 years ago
  79. b2c0e8f Add tool for aliging video files by Magnus Jedvert · 6 years ago
  80. 1b5e5db Remove SequencedTaskChecker from Y4mFileReader by Magnus Jedvert · 6 years ago
  81. 404be7f Add Y4mFileReader by Magnus Jedvert · 6 years ago
  82. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  83. 486cb18 Enable clang::find_bad_constructs for rtc_tools (part 1/2). by Mirko Bonadei · 6 years ago
  84. ed8ff64 Break out Agc code from audio_processing. by Alex Loiko · 6 years ago
  85. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  86. 04b18cb Removes redundant delay based bwe. by Sebastian Jansson · 6 years ago
  87. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 6 years ago
  88. 9614a31 Remove manual references to exe_and_shlib_deps by Tom Anderson · 6 years ago
  89. 172fd85 Replaces redundant congestion controller components by Sebastian Jansson · 6 years ago
  90. c4ca1d3 Reland "Create new API for RtcEventLogParser." by Bjorn Terelius · 6 years ago
  91. ff61273 Revert "Create new API for RtcEventLogParser." by Björn Terelius · 6 years ago
  92. 9e336ec Create new API for RtcEventLogParser. by Bjorn Terelius · 6 years ago
  93. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  94. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 6 years ago
  95. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  96. 7bd79a0 Split up audio_device build target by Paulina Hensman · 6 years ago
  97. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 6 years ago
  98. 439f0bc Preparing for task queue in congenstion controller by Sebastian Jansson · 6 years ago
  99. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 6 years ago
  100. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 6 years ago