1. 01ef37c Reland "Wire up proto-free event log format in encoder and parser." by Björn Terelius · 3 years, 2 months ago
  2. 6053903 Revert "Wire up proto-free event log format in encoder and parser." by Björn Terelius · 3 years, 2 months ago
  3. 46333db Wire up proto-free event log format in encoder and parser. by Björn Terelius · 3 years, 2 months ago
  4. c065e73 Remove RTC_DISALLOW_COPY_AND_ASSIGN more. by Byoungchan Lee · 3 years, 2 months ago
  5. c15bced Prepare for new event log parser. by Björn Terelius · 3 years, 3 months ago
  6. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
  7. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 5 months ago
  8. 98952d7 Prepare for new encoding of RTC event log numeric fields. by Björn Terelius · 3 years, 6 months ago
  9. 707e3d1 Migrate rtc event log from rtc::BitBuffer to BitstreamReader by Danil Chapovalov · 3 years, 7 months ago
  10. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 8 months ago
  11. af9a3c6 Use backticks not vertical bars to denote variables in comments for /logging by Artem Titov · 3 years, 8 months ago
  12. ada810a Reland "Deprecate microsecond timestamps in RTC event log." by Björn Terelius · 3 years, 10 months ago
  13. 2fa4774 Revert "Deprecate microsecond timestamps in RTC event log." by Björn Terelius · 3 years, 10 months ago
  14. e6ee8fa Deprecate microsecond timestamps in RTC event log. by Björn Terelius · 3 years, 10 months ago
  15. 0cff391 Start with a BeginLog event in event log encoder unittest by Björn Terelius · 3 years, 11 months ago
  16. a77e16c Update BitBuffer methods to style guide by Björn Terelius · 3 years, 11 months ago
  17. 6e661f4 Change rtc event log packet messages implementation to save full rtp packet by Danil Chapovalov · 3 years, 11 months ago
  18. b37180f Remove use of istream in RTC event log parser. by Björn Terelius · 4 years ago
  19. 4ef5638 Parse and plot RTCP BYE in RTC event log. by Björn Terelius · 4 years, 2 months ago
  20. cffaf0a Inclusive language: Remove a couple of occurences of "whitelist" by Harald Alvestrand · 4 years, 3 months ago
  21. 0d863f7 Cleanup of bwe_defines.h by Niels Möller · 4 years, 4 months ago
  22. 945b7d8e Add test for logging of large compound RTCP packets. by Bjorn Terelius · 4 years, 6 months ago
  23. 9f0c89b Allow RTCP packets longer than 1500 bytes in RTC event log. by Bjorn Terelius · 4 years, 6 months ago
  24. 03fd793 Allow more than 2 encoders in RtcEventLogEncoderTest by Björn Terelius · 4 years, 7 months ago
  25. db724a1 Ensure RtcEventLogEncoderNewFormat::EncodeRemoteEstimate handles infite numbers by Per Kjellander · 4 years, 7 months ago
  26. bcdfc89 Group decoded frame events by SSRC when compressing RTC event log. by Björn Terelius · 4 years, 8 months ago
  27. 00c12f6 Add logging of decoded video frames. by Björn Terelius · 4 years, 8 months ago
  28. 55afe38 Search and replace gendered terms according to style guide: by Magnus Flodman · 4 years, 10 months ago
  29. 0d1b28c Replace inconsistent log_segments() function in RTC event log parser by Björn Terelius · 4 years, 10 months ago
  30. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  31. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  32. a06048a Return status instead of CHECKing in event log parser. by Björn Terelius · 5 years ago
  33. 0a5ed89 Adds remote estimates to rtc event log. by Sebastian Jansson · 6 years ago
  34. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  35. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 6 years ago
  36. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  37. 166b45d Adds route changes in event logs. by Sebastian Jansson · 6 years ago
  38. 40889f3 Removes TimeMicros interface from ThreadProcessingFakeClock. by Sebastian Jansson · 6 years ago
  39. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  40. f1c9e21 ClangTidy fixes for logging/ by Benjamin Wright · 6 years ago
  41. aec9794 Fix DCHECK when encoding GenericPacket* events using the legacy RTC event log format. by Piotr (Peter) Slatala · 6 years ago
  42. da825b1 Replace NOTREACHED with a break. by Piotr (Peter) Slatala · 6 years ago
  43. dfd5c4b Parse XR, FIR and PLI in rtc_event_log_parser.cc by Bjorn Terelius · 6 years ago
  44. 5e2aad1c9 Support GenericPacketReceived/Sent/AckReceived event logs. by Piotr (Peter) Slatala · 6 years ago
  45. f6adac8 Add rtc event generic packet sent and received. by Piotr (Peter) Slatala · 6 years ago
  46. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  47. 733e087 Ignore duplicated incoming RTCP packets in RTC event log parser. by Bjorn Terelius · 6 years ago
  48. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  49. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  50. 84ca69a Add RTC event logging of LossNotification RTCP messages by Elad Alon · 6 years ago
  51. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  52. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  53. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  54. b290a6d Renames RtcEventLogParseNew to RtcEventLogParser by Sebastian Jansson · 6 years ago
  55. ebb6777 Allow access to specific RTCP types in new format event log parser. by Bjorn Terelius · 6 years ago
  56. b3033c4 Add transaction id to candidate pair event log parser and encoder. by Zach Stein · 6 years ago
  57. 846dfdf Log DTLS writable changes to RtcEventLog by Zach Stein · 6 years ago
  58. c64078f Log DTLS state changes to RtcEventLog by Zach Stein · 6 years ago
  59. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  60. 2c977b4 Remove RSID from stream configs in new event log format. by Bjorn Terelius · 6 years ago
  61. e78b465 Add version and UTC time fields to RTC event log. by Bjorn Terelius · 6 years ago
  62. c42d624 Event log - Use ToUnsigned() and ToSigned() on timestamp_ms by Elad Alon · 6 years ago
  63. 19084f8 Event logs - encode N channels as N-1 by Elad Alon · 6 years ago
  64. f4a3f9c Add RtcEvent::timestamp_ms() by Elad Alon · 6 years ago
  65. 0b1b5c1 Hide RtcEvent members behind accessors by Elad Alon · 6 years ago
  66. eb809f30d Event logs - separate audio_level and voice_activity by Elad Alon · 6 years ago
  67. 56a4b32 Rename fields in rtc_event_log2.proto by Elad Alon · 6 years ago
  68. d95b0a2 Use delta-encoding in new WebRTC event logs by Elad Alon · 6 years ago
  69. ff43541 Delta compression efficiency improvement for non-existent base by Elad Alon · 6 years ago
  70. fdee701 Add parser and unittests for new RTC event log format. by Bjorn Terelius · 6 years ago
  71. c35096d Reland "Encode RTC event logs in new format." by Bjorn Terelius · 6 years ago
  72. 825f83b Revert "Encode RTC event logs in new format." by Mirko Bonadei · 6 years ago
  73. 257ed43 Add support for optional fields in FixedLengthDeltaEncoder by Elad Alon · 6 years ago
  74. ece3c22 Encode RTC event logs in new format. by Bjorn Terelius · 6 years ago
  75. 73f3917 Add support for signed deltas in FixedLengthDeltaEncoder by Elad Alon · 6 years ago
  76. cb21ffe Add blob-encoding support for RTC event logs by Elad Alon · 6 years ago
  77. 50b1e6b Add fixed-size delta-encoding/decoding code for WebRTC event logs by Elad Alon · 6 years ago
  78. d932fba Track padding and header size in log event. by Bjorn Terelius · 6 years ago
  79. 23e48fb Move expectations from eventlog unittests to helper functions. by Bjorn Terelius · 6 years ago
  80. 9d764e8 Removing clang:find_bad_constructs from logging (part 1). by Mirko Bonadei · 7 years ago
  81. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  82. 7750de9 Port RtcEventLog encoder unittests to the new parser API. by Bjorn Terelius · 7 years ago
  83. 1ef88ae Add kNumValues to IceCandidate* enums and move kUnknown to the front. by Qingsi Wang · 7 years ago
  84. 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 7 years ago
  85. 7a0bb00 Split LoggedBweProbeResult into -Success and -Failure. by Bjorn Terelius · 7 years ago
  86. c4ca1d3 Reland "Create new API for RtcEventLogParser." by Bjorn Terelius · 7 years ago
  87. ff61273 Revert "Create new API for RtcEventLogParser." by Björn Terelius · 7 years ago
  88. 9e336ec Create new API for RtcEventLogParser. by Bjorn Terelius · 7 years ago
  89. 4da18e8 compare Optional<unsigned> only to unsigned integers by Danil Chapovalov · 7 years ago
  90. cf83ae0 Add extra RTC_CHECKs in RtcEventLog. by Bjorn Terelius · 7 years ago
  91. 8eca1ff Reland "Structured ICE logging via RtcEventLog." by Qingsi Wang · 7 years ago
  92. 78ac89b Revert "Structured ICE logging via RtcEventLog." by Mirko Bonadei · 7 years ago
  93. eed5aa8 Structured ICE logging via RtcEventLog. by Qingsi Wang · 7 years ago
  94. 07b35bc Remove RtcEventLogEncoder::Encode method. by Bjorn Terelius · 7 years ago
  95. 8e126fc Remove RtcEventLoggingStarted and RtcEventLoggingStopped events. by Bjorn Terelius · 7 years ago
  96. 5cab6f1 Add method to encode a batch of RtcEvents. by Bjorn Terelius · 7 years ago
  97. a4259f6 Add new event type to RtcEventLog by Ilya Nikolaevskiy · 7 years ago
  98. f281853 Optional: Use nullopt and implicit construction in /logging by Oskar Sundbom · 7 years ago
  99. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  100. 6581f21 Fix some missed stdlib includes by Oleh Prypin · 7 years ago