1. f45f823 Actually build frame_analyzer when not on Chromium. by Mirko Bonadei · 2 years, 4 months ago
  2. 858864d Do not compile frame_analyzer on component builds. by Mirko Bonadei · 2 years, 4 months ago
  3. 63dda50 Revert "Do not compile frame_analyzer on component builds." by Mirko Bonadei · 2 years, 4 months ago
  4. 892e61c Do not compile frame_analyzer on component builds. by Mirko Bonadei · 2 years, 4 months ago
  5. 720bc4d Add --extend_run_time_duration flag to video_replay. by philipel · 2 years, 5 months ago
  6. b324206 Tool to print event log as text. by Björn Terelius · 2 years, 5 months ago
  7. c11b0fe Add --disable_decoding flag to video_replay by philipel · 2 years, 5 months ago
  8. f16fc05 Add --disable_preview flag to video_replay. by philipel · 2 years, 5 months ago
  9. 4426c47 Add --simulated_time flag to video_replay. by philipel · 2 years, 5 months ago
  10. 525891a Add --force_fieldtrials flag to video_replay. by philipel · 2 years, 5 months ago
  11. faaa57b In video_replay.cc, remove unnecessay webrtc:: qualifiers. by philipel · 2 years, 5 months ago
  12. 2671e24 In RtpReplayer, make Call, StreamState and RtpFileReader member variables. by philipel · 2 years, 5 months ago
  13. 5f55137 Start making RtpReplayer into an actual class. by philipel · 2 years, 5 months ago
  14. 05f4822 In video_replay.cc, remove flag getters and `static` specifier from free functions inside anonymous namespaces. by philipel · 2 years, 5 months ago
  15. 6cbb468 In VideoReplayer, use MediaType::ANY when calling DeliverPacket with RTCP packet. by philipel · 2 years, 5 months ago
  16. 3f1150d In `video_replay`, destroy `call` on worker thread even if input validation fail. by philipel · 2 years, 5 months ago
  17. 80c87d7 RtpEncodingParameters::request_resolution patch 2 by Jonas Oreland · 2 years, 5 months ago
  18. 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 5 months ago
  19. 1262eb5 Move EncoderStreamFactory into own file by Jonas Oreland · 2 years, 6 months ago
  20. 718d7b3 Add missing export to the perf output file by Artem Titov · 2 years, 6 months ago
  21. 5e7e411 Migrate video_quality_analysis on new perf metrics logger API by Artem Titov · 2 years, 6 months ago
  22. 3153b36 AEC dump `Stream::level` renamed by Alessio Bazzica · 2 years, 6 months ago
  23. 5592a6d Add OWNERS in rtc_tools/unpack_aecdump by Alessio Bazzica · 2 years, 6 months ago
  24. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
  25. 4b68194 Reland "Add TaskQueueStdlib experiment." by Ali Tofigh · 2 years, 7 months ago
  26. e7e3d59 Revert "Add TaskQueueStdlib experiment." by Ali Tofigh · 2 years, 7 months ago
  27. 83db78e Add TaskQueueStdlib experiment. by Ali Tofigh · 2 years, 7 months ago
  28. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 7 months ago
  29. 0931599 rtc::Event: Remove call site dependency on kForever being int. by Markus Handell · 2 years, 7 months ago
  30. 166ef27 Format build_apprtc.py as requested by presubmit. by Mirko Bonadei · 2 years, 7 months ago
  31. 7d9f0dc Downgrade go runtime to 1.16 for macOS AppRTC tests. by Mirko Bonadei · 2 years, 7 months ago
  32. c06c0cf Update go runtime to 1.19 for macOS AppRTC tests. by Mirko Bonadei · 2 years, 7 months ago
  33. 38b3cf0 Add lower/upper link capacity to the outgoing bitrate graph. by Diep Bui · 2 years, 8 months ago
  34. 5286dcf Migrate rtc_base and rtc_tools to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  35. 6183a0f Add default conversational speech file to the .rodata section. by Mirko Bonadei · 2 years, 8 months ago
  36. 2ad75b3 Remove testonly from unpack_aecdump. by Mirko Bonadei · 2 years, 8 months ago
  37. c931f70 network_tester: Remove usage of rtc::Thread::socketserver() and cleanup by Byoungchan Lee · 2 years, 8 months ago
  38. 1c951ec video_replay: add flexfec support by Philipp Hancke · 2 years, 10 months ago
  39. de7fcff video_replay: add AV1 support to IVF filewriter by Philipp Hancke · 2 years, 10 months ago
  40. 978cb67 Remove //test:field_trials from RTCEventLogs viewer. by Mirko Bonadei · 2 years, 8 months ago
  41. eefae3b Revert "Make the test library for field trials testonly." by Mirko Bonadei · 2 years, 9 months ago
  42. c33f1a8 Make the test library for field trials testonly. by Mirko Bonadei · 2 years, 9 months ago
  43. 22ca4fb Remove public_deps usage in neteq build targets. by Mirko Bonadei · 2 years, 9 months ago
  44. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  45. 5a3732c Disable tests depending on libyuv upscale filtering by Magnus Jedvert · 2 years, 9 months ago
  46. 83e34ee Migrate some scripts to python3 by Björn Terelius · 2 years, 9 months ago
  47. bc07d40 event log analyzer: log rtp timestamps in question by Philipp Hancke · 2 years, 10 months ago
  48. 4a7883f Update event_log_visualizer tool to avoid matplotlib 3.4 deprecation warnings. by Björn Terelius · 2 years, 10 months ago
  49. f6f4543 Rename VideoReceiveStream to VideoReceiveStreamInterface by Tommi · 2 years, 10 months ago
  50. 65b2d8a Move RunLoop test class to its own build target by Niels Möller · 2 years, 10 months ago
  51. cf2c891 Delete H264EncoderSpecificSettings by Niels Möller · 2 years, 10 months ago
  52. 807328f Move frame drop config to VideoCodec and VideoEncoderConfig. by Niels Möller · 2 years, 10 months ago
  53. eb9af84 Improved RobustThroughputEstimator by Björn Terelius · 2 years, 10 months ago
  54. ea1e6f4 Delete rtc_base/format_macros.h by Niels Möller · 2 years, 10 months ago
  55. df209e7 Avoid more usage of implicit conversion from scoped_refptr<T> to T* by Niels Möller · 2 years, 11 months ago
  56. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 11 months ago
  57. 6bb1fd3 Move rate_statistics out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  58. 10b3485 Remove public_deps from //p2p by Florent Castelli · 3 years ago
  59. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  60. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  61. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 3 years ago
  62. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years ago
  63. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  64. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  65. ca32793 Make requesting SDES available only on Fuchsia builds by Harald Alvestrand · 3 years ago
  66. 7ab3ecd Use TimeDelta to convert to to/from compact ntp time by Danil Chapovalov · 3 years ago
  67. 0c28820 Fix FRAME delimiter is not handled properly in yuv/y4m reader by Byoungchan Lee · 3 years ago
  68. be74b80 Fix spelling of receiver and transceiver. by Niels Möller · 3 years ago
  69. 023be3c Data Channel Benchmarking tool by Florent Castelli · 3 years ago
  70. e486a7b Make KeyValueConfig mandatory in the pacer. by Erik Språng · 3 years ago
  71. cb24158 Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" by Björn Terelius · 3 years ago
  72. 7306c75 Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" by Björn Terelius · 3 years, 1 month ago
  73. 7a992e2 Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." by Björn Terelius · 3 years, 1 month ago
  74. 66bfd6f Revert "Refactor AnalyzerConfig to use Timestamps instead of microseconds." by Christoffer Jansson · 3 years, 1 month ago
  75. 43fb169 Refactor AnalyzerConfig to use Timestamps instead of microseconds. by Björn Terelius · 3 years, 1 month ago
  76. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  77. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  78. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 2 months ago
  79. c1ccc82 remove loopback test by Philipp Hancke · 3 years, 2 months ago
  80. 14af762 Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ by Byoungchan Lee · 3 years, 2 months ago
  81. 4024f64 Update rtc_tools to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 2 months ago
  82. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  83. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 4 months ago
  84. 3291375 Fix -Wunused-but-set-variable. by Mirko Bonadei · 3 years, 4 months ago
  85. e5e78c4 Fix -Wunused-but-set-variable. by Mirko Bonadei · 3 years, 4 months ago
  86. 9def994 Delete BasicPacketSocketFactory constructor with thread argument by Niels Möller · 3 years, 6 months ago
  87. 824eeba Improve points visualization in metrics_plotter. by Mirko Bonadei · 3 years, 6 months ago
  88. 5ce7d14 Delete legacy rtp header parser as no longer used by Danil Chapovalov · 3 years, 8 months ago
  89. 03df29c Add -render_width and -render_height arguments to video_replay. by Jonathan Lennox · 3 years, 8 months ago
  90. 54500ad Use backticks not vertical bars to denote variables in comments for /rtc_tools by Artem Titov · 3 years, 8 months ago
  91. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 8 months ago
  92. c0a4a09 Use default NetEq config for simulation in event log visualizer. by Jakob Ivarsson · 3 years, 8 months ago
  93. c060ce4 video_replay: use abseil uint32_t for ssrc and ssrc_rtx by Philipp Hancke · 4 years ago
  94. e99f687 Move WebRTC to non deprecated jsoncpp APIs. by Mirko Bonadei · 3 years, 9 months ago
  95. 76a35d9 Delete legacy RtpHeaderParser wrapper by Danil Chapovalov · 3 years, 9 months ago
  96. 6a0a559 Reland "Correctly handle retransmissions/padding in early loss detection." by Erik Språng · 3 years, 9 months ago
  97. d6957c2 Revert "Correctly handle retransmissions/padding in early loss detection." by Erik Språng · 3 years, 9 months ago
  98. e9ae472 Correctly handle retransmissions/padding in early loss detection. by Erik Språng · 3 years, 9 months ago
  99. 58126f9 Update the only 3 remaining kFilterBilinear to kFilterBox. by Henrik Boström · 3 years, 9 months ago
  100. 46fbefa Convert to NTP time using the real clock. by Paul Hallak · 3 years, 10 months ago