1. d43af91 Remove internal overrides using old SendRtp and SendRtcp interfaces. by Harald Alvestrand · 1 year, 7 months ago
  2. 4d752ec [rtc_tools/video_encoder] Support Y4M file input by Jianhui Dai · 1 year, 8 months ago
  3. 32a8169 Use common `VideoFrameTypeToString` helper by Jianhui Dai · 1 year, 8 months ago
  4. a2e945e [rtc_tools/video_encoder] Output ivf for all SVC decode targets by Jianhui Dai · 1 year, 9 months ago
  5. e4e33b8 Add video_encoder to default build by Philipp Hancke · 1 year, 9 months ago
  6. b55c63b Explicitly cast to before passing it with a format string. by Jeremy Leconte · 1 year, 9 months ago
  7. ff58aed Process events with the same timestamp in a defined order. by Björn Terelius · 1 year, 9 months ago
  8. 18f66fc [rct_tools/video_encoder] Add video encoder tool by Jianhui Dai · 1 year, 9 months ago
  9. 7220ee9 Format the rest by Jared Siskin · 1 year, 10 months ago
  10. 8a9f3a8 Reland "Remove dependency of video_replay on TestADM." by Artem Titov · 1 year, 11 months ago
  11. f9e3bdd Revert "Remove dependency of video_replay on TestADM." by Jeremy Leconte · 1 year, 11 months ago
  12. 0171666 Remove dependency of video_replay on TestADM. by Artem Titov · 1 year, 11 months ago
  13. 9e734a6 Delete ReportBlock::cumulative_lost_signed accessor by Danil Chapovalov · 1 year, 11 months ago
  14. 61e8b59 Use SendAsync in data channel benchmark. by Tommi · 1 year, 11 months ago
  15. d12582a Move frame_generator_capturer.h|cc to the new target by Artem Titov · 1 year, 11 months ago
  16. c2d3789 Fix event log visualizer crash when NetEq input creation fails. by Jakob Ivarsson · 1 year, 11 months ago
  17. 27d70f3 Refactor NetEq test event log input. by Jakob Ivarsson · 1 year, 11 months ago
  18. 4b61f3a In rtc event log visualizer use modern api of the ReceiveSideCongestionController by Danil Chapovalov · 2 years ago
  19. bc959b1 Fixit: Migrate uses of BuiltinVideo{Encoder,Decoder}Factory to Video{Encoder,Decoder}FactoryTemplate. by Ying Wang · 2 years ago
  20. 30f3d27 Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. by philipel · 2 years ago
  21. 2b742f7 Revert "Unifying the handling of the events in NetEqInput." by Björn Terelius · 2 years ago
  22. d93b7b9 Unifying the handling of the events in NetEqInput. by Jesús de Vicente Peña · 2 years ago
  23. 86ad48c Remove files from old targets by Artem Titov · 2 years ago
  24. d234cef Handling NetEqSetMinimumDelay events in neteq_rtpplay. by Jesús de Vicente Peña · 2 years, 1 month ago
  25. bdf30c8 Ensure VideoRtpReplayer use new PacketReceiver::DeliverRtp packet. by Per K · 2 years, 2 months ago
  26. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 2 months ago
  27. 6afa92a Tooling to process RtcEventNetEqSetMinimumDelay by Lionel Koenig · 2 years, 2 months ago
  28. 55ac75f Make terelius owner of rtc_event to text by Lionel Koenig · 2 years, 2 months ago
  29. a138c6c Split rtc_base into multiple targets by Florent Castelli · 2 years, 2 months ago
  30. 097fc34 [Unwrap] Prepare SequenceNumberUnwrapper for migrations by Evan Shrubsole · 2 years, 2 months ago
  31. 0c29813 Generate packets of original packet length in video_replay. by philipel · 2 years, 2 months ago
  32. 794d599 Split media_channel and its dependencies from the rtc_media_base target by Harald Alvestrand · 2 years, 3 months ago
  33. b1bdadc Delete RGB to I420 and YUV to IVF converters by Sergey Silkin · 2 years, 3 months ago
  34. f45f823 Actually build frame_analyzer when not on Chromium. by Mirko Bonadei · 2 years, 4 months ago
  35. 858864d Do not compile frame_analyzer on component builds. by Mirko Bonadei · 2 years, 4 months ago
  36. 63dda50 Revert "Do not compile frame_analyzer on component builds." by Mirko Bonadei · 2 years, 4 months ago
  37. 892e61c Do not compile frame_analyzer on component builds. by Mirko Bonadei · 2 years, 4 months ago
  38. 720bc4d Add --extend_run_time_duration flag to video_replay. by philipel · 2 years, 5 months ago
  39. b324206 Tool to print event log as text. by Björn Terelius · 2 years, 5 months ago
  40. c11b0fe Add --disable_decoding flag to video_replay by philipel · 2 years, 5 months ago
  41. f16fc05 Add --disable_preview flag to video_replay. by philipel · 2 years, 5 months ago
  42. 4426c47 Add --simulated_time flag to video_replay. by philipel · 2 years, 5 months ago
  43. 525891a Add --force_fieldtrials flag to video_replay. by philipel · 2 years, 5 months ago
  44. faaa57b In video_replay.cc, remove unnecessay webrtc:: qualifiers. by philipel · 2 years, 5 months ago
  45. 2671e24 In RtpReplayer, make Call, StreamState and RtpFileReader member variables. by philipel · 2 years, 5 months ago
  46. 5f55137 Start making RtpReplayer into an actual class. by philipel · 2 years, 5 months ago
  47. 05f4822 In video_replay.cc, remove flag getters and `static` specifier from free functions inside anonymous namespaces. by philipel · 2 years, 5 months ago
  48. 6cbb468 In VideoReplayer, use MediaType::ANY when calling DeliverPacket with RTCP packet. by philipel · 2 years, 5 months ago
  49. 3f1150d In `video_replay`, destroy `call` on worker thread even if input validation fail. by philipel · 2 years, 5 months ago
  50. 80c87d7 RtpEncodingParameters::request_resolution patch 2 by Jonas Oreland · 2 years, 5 months ago
  51. 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 5 months ago
  52. 1262eb5 Move EncoderStreamFactory into own file by Jonas Oreland · 2 years, 5 months ago
  53. 718d7b3 Add missing export to the perf output file by Artem Titov · 2 years, 5 months ago
  54. 5e7e411 Migrate video_quality_analysis on new perf metrics logger API by Artem Titov · 2 years, 5 months ago
  55. 3153b36 AEC dump `Stream::level` renamed by Alessio Bazzica · 2 years, 6 months ago
  56. 5592a6d Add OWNERS in rtc_tools/unpack_aecdump by Alessio Bazzica · 2 years, 6 months ago
  57. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
  58. 4b68194 Reland "Add TaskQueueStdlib experiment." by Ali Tofigh · 2 years, 7 months ago
  59. e7e3d59 Revert "Add TaskQueueStdlib experiment." by Ali Tofigh · 2 years, 7 months ago
  60. 83db78e Add TaskQueueStdlib experiment. by Ali Tofigh · 2 years, 7 months ago
  61. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 7 months ago
  62. 0931599 rtc::Event: Remove call site dependency on kForever being int. by Markus Handell · 2 years, 7 months ago
  63. 166ef27 Format build_apprtc.py as requested by presubmit. by Mirko Bonadei · 2 years, 7 months ago
  64. 7d9f0dc Downgrade go runtime to 1.16 for macOS AppRTC tests. by Mirko Bonadei · 2 years, 7 months ago
  65. c06c0cf Update go runtime to 1.19 for macOS AppRTC tests. by Mirko Bonadei · 2 years, 7 months ago
  66. 38b3cf0 Add lower/upper link capacity to the outgoing bitrate graph. by Diep Bui · 2 years, 8 months ago
  67. 5286dcf Migrate rtc_base and rtc_tools to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  68. 6183a0f Add default conversational speech file to the .rodata section. by Mirko Bonadei · 2 years, 8 months ago
  69. 2ad75b3 Remove testonly from unpack_aecdump. by Mirko Bonadei · 2 years, 8 months ago
  70. c931f70 network_tester: Remove usage of rtc::Thread::socketserver() and cleanup by Byoungchan Lee · 2 years, 8 months ago
  71. 1c951ec video_replay: add flexfec support by Philipp Hancke · 2 years, 10 months ago
  72. de7fcff video_replay: add AV1 support to IVF filewriter by Philipp Hancke · 2 years, 10 months ago
  73. 978cb67 Remove //test:field_trials from RTCEventLogs viewer. by Mirko Bonadei · 2 years, 8 months ago
  74. eefae3b Revert "Make the test library for field trials testonly." by Mirko Bonadei · 2 years, 8 months ago
  75. c33f1a8 Make the test library for field trials testonly. by Mirko Bonadei · 2 years, 8 months ago
  76. 22ca4fb Remove public_deps usage in neteq build targets. by Mirko Bonadei · 2 years, 9 months ago
  77. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  78. 5a3732c Disable tests depending on libyuv upscale filtering by Magnus Jedvert · 2 years, 9 months ago
  79. 83e34ee Migrate some scripts to python3 by Björn Terelius · 2 years, 9 months ago
  80. bc07d40 event log analyzer: log rtp timestamps in question by Philipp Hancke · 2 years, 10 months ago
  81. 4a7883f Update event_log_visualizer tool to avoid matplotlib 3.4 deprecation warnings. by Björn Terelius · 2 years, 10 months ago
  82. f6f4543 Rename VideoReceiveStream to VideoReceiveStreamInterface by Tommi · 2 years, 10 months ago
  83. 65b2d8a Move RunLoop test class to its own build target by Niels Möller · 2 years, 10 months ago
  84. cf2c891 Delete H264EncoderSpecificSettings by Niels Möller · 2 years, 10 months ago
  85. 807328f Move frame drop config to VideoCodec and VideoEncoderConfig. by Niels Möller · 2 years, 10 months ago
  86. eb9af84 Improved RobustThroughputEstimator by Björn Terelius · 2 years, 10 months ago
  87. ea1e6f4 Delete rtc_base/format_macros.h by Niels Möller · 2 years, 10 months ago
  88. df209e7 Avoid more usage of implicit conversion from scoped_refptr<T> to T* by Niels Möller · 2 years, 11 months ago
  89. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 11 months ago
  90. 6bb1fd3 Move rate_statistics out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  91. 10b3485 Remove public_deps from //p2p by Florent Castelli · 3 years ago
  92. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  93. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  94. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 3 years ago
  95. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years ago
  96. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  97. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  98. ca32793 Make requesting SDES available only on Fuchsia builds by Harald Alvestrand · 3 years ago
  99. 7ab3ecd Use TimeDelta to convert to to/from compact ntp time by Danil Chapovalov · 3 years ago
  100. 0c28820 Fix FRAME delimiter is not handled properly in yuv/y4m reader by Byoungchan Lee · 3 years ago