1. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 6 months ago
  2. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 6 months ago
  3. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  4. 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 4 years, 9 months ago
  5. 60bd1ae Detach thread checker in RtcEventLogImpl destructor. by Sebastian Jansson · 4 years, 9 months ago
  6. a06048a Return status instead of CHECKing in event log parser. by Björn Terelius · 4 years, 10 months ago
  7. 74f96ec Removes unused late feedback plot from analyzer. by Sebastian Jansson · 4 years, 10 months ago
  8. 7c06777 Cleanup includes in modules/include/module_common_types.h by Danil Chapovalov · 4 years, 11 months ago
  9. c30bc16 Adds abs-send-time and size field outputs to event log parser. by Sebastian Jansson · 5 years ago
  10. 0a5ed89 Adds remote estimates to rtc event log. by Sebastian Jansson · 5 years ago
  11. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 5 years ago
  12. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  13. 68ef259 Delete deprecated rtc_event.h file by Danil Chapovalov · 5 years ago
  14. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  15. 9305d11 Delete deprecated rtc_event_log_factory_interface.h by Danil Chapovalov · 5 years ago
  16. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  17. a8010ab Make it possible to reuse RTCEventLog conversion functions. by Mirko Bonadei · 5 years ago
  18. f24729b Add usage message to rtc_event_log2rtp_dump. by Mirko Bonadei · 5 years ago
  19. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  20. ab0b9d4 Switch rtc_event_log2rtp_dump to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  21. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  22. a550dad Minor rtc_event_log_impl cleanup. by Nikita Zetilov · 5 years ago
  23. 58c71db Fix for crash in event log when using scenario tests. by Sebastian Jansson · 5 years ago
  24. b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 5 years ago
  25. 166b45d Adds route changes in event logs. by Sebastian Jansson · 5 years ago
  26. 52490e3 Renaming inferred route change events. by Sebastian Jansson · 5 years ago
  27. 2a1f020 Remove RtcEventLogImpl::owner_sequence_checker_ by Elad Alon · 5 years ago
  28. d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 5 years ago
  29. e396276 Add FILE* constructors to RtcEventLogOutputFile by Niels Möller · 5 years ago
  30. 26f40a8 Avoids mismatching packets on wraparound in log parser. by Sebastian Jansson · 5 years ago
  31. b468616 Reland "Reland "Improving robustness of feedback matching code in event log parser."" by Sebastian Jansson · 5 years ago
  32. b27ddc6 Revert "Reland "Improving robustness of feedback matching code in event log parser."" by Sebastian Jansson · 5 years ago
  33. 0870c70 Reland "Improving robustness of feedback matching code in event log parser." by Sebastian Jansson · 5 years ago
  34. 97bedae Revert "Improving robustness of feedback matching code in event log parser." by Sebastian Jansson · 5 years ago
  35. a1e4fbb Improving robustness of feedback matching code in event log parser. by Sebastian Jansson · 5 years ago
  36. 30a276b Add RTP sequence number to TransportFeedbackObserver::AddPacket() by Erik Språng · 5 years ago
  37. 40889f3 Removes TimeMicros interface from ThreadProcessingFakeClock. by Sebastian Jansson · 5 years ago
  38. 304ea5f Add RtcEventLogFactory factory with explicit TaskQueueFactory by Danil Chapovalov · 5 years ago
  39. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  40. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  41. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 5 years ago
  42. 1f850a6 Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 5 years ago
  43. b5207b4 Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 5 years ago
  44. f1c9e21 ClangTidy fixes for logging/ by Benjamin Wright · 5 years ago
  45. b0f968a SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t. by philipel · 5 years ago
  46. 1175ae0 Add log based GoogCC simulation to visualizer. by Sebastian Jansson · 5 years ago
  47. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 5 years ago
  48. 62c7b39 Allow suppression of padding check in RtpHeaderParser. by Sebastian Jansson · 5 years ago
  49. c8eeb18 Fixes parsing of logs where receive time info is missing. by Sebastian Jansson · 5 years ago
  50. b8a4d68 Allow injection of task queue factory in RtcEventLog. by Sebastian Jansson · 5 years ago
  51. 6b7bf6a Add a presubmit check for absl/memory/memory.h inclusion for WrapUnique by tzik · 5 years ago
  52. 74f0a51 Move kFeedbackMessageType from Remb to Psfb by Elad Alon · 5 years ago
  53. 8aa00f0 Add missing absl/memory/memory.h to rtc_event_generic_ack_received.cc by tzik · 6 years ago
  54. 054db54 Remove an absl::WrapUnique usage without absl/memory/memory.h include by tzik · 6 years ago
  55. cf8405e Add generic packet rates to event_log_visualizer. by Piotr (Peter) Slatala · 6 years ago
  56. aec9794 Fix DCHECK when encoding GenericPacket* events using the legacy RTC event log format. by Piotr (Peter) Slatala · 6 years ago
  57. da825b1 Replace NOTREACHED with a break. by Piotr (Peter) Slatala · 6 years ago
  58. 1290fc7 Remove old accessor in GenericAckReceived by Piotr (Peter) Slatala · 6 years ago
  59. dfd5c4b Parse XR, FIR and PLI in rtc_event_log_parser.cc by Bjorn Terelius · 6 years ago
  60. 5e2aad1 Support GenericPacketReceived/Sent/AckReceived event logs. by Piotr (Peter) Slatala · 6 years ago
  61. 157540a Stop hard-coding default IDs for RTP extensions by Elad Alon · 6 years ago
  62. f6adac8 Add rtc event generic packet sent and received. by Piotr (Peter) Slatala · 6 years ago
  63. 0859142 Add events processing to GetIceEvents. by Sebastian Jansson · 6 years ago
  64. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  65. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  66. 733e087 Ignore duplicated incoming RTCP packets in RTC event log parser. by Bjorn Terelius · 6 years ago
  67. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  68. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  69. 18f65dc Don't attempt to unwrap RTP timestamps for RTX stream. by Bjorn Terelius · 6 years ago
  70. 3770b99 Allow repeated feedback packets in log parser. by Sebastian Jansson · 6 years ago
  71. 84ca69a Add RTC event logging of LossNotification RTCP messages by Elad Alon · 6 years ago
  72. f8e7ccb Create new RTCP feedback message - LossIndication by Elad Alon · 6 years ago
  73. 7e4341d Reland "Reland "Adds richer packet and ice processing to ParsedRtcEventLog."" by Sebastian Jansson · 6 years ago
  74. 71b5a7d Revert "Reland "Adds richer packet and ice processing to ParsedRtcEventLog."" by Sebastian Jansson · 6 years ago
  75. 6fc6a0c Reland "Adds richer packet and ice processing to ParsedRtcEventLog." by Sebastian Jansson · 6 years ago
  76. 05acd2b Removes clock from TransportFeedbackAdapter. by Sebastian Jansson · 6 years ago
  77. 5c2f1f0 Add some missing includes and dependencies. by Bjorn Terelius · 6 years ago
  78. 85989c4 Remove unused friend declaration from ParsedRtcEventLog. by Zach Stein · 6 years ago
  79. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  80. 876d1d3 Revert "Reland "Adds richer packet and ice processing to ParsedRtcEventLog."" by Sebastian Jansson · 6 years ago
  81. 20aae1d Reland "Adds richer packet and ice processing to ParsedRtcEventLog." by Sebastian Jansson · 6 years ago
  82. 5586d7f Revert "Adds richer packet and ice processing to ParsedRtcEventLog." by Amit Hilbuch · 6 years ago
  83. 4306a25 Adds richer packet and ice processing to ParsedRtcEventLog. by Sebastian Jansson · 6 years ago
  84. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  85. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  86. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  87. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  88. 1bdce79 Parse logs without RTX SSRC even if there is an RTX payload type. by Bjorn Terelius · 6 years ago
  89. 03fbf1e Simplifies RtcEventProcessor interface. by Sebastian Jansson · 6 years ago
  90. 852fe66 Removes deprecated alias ParsedRtcEventLogNew. by Sebastian Jansson · 6 years ago
  91. b290a6d Renames RtcEventLogParseNew to RtcEventLogParser by Sebastian Jansson · 6 years ago
  92. 3f2b9aa Moves logged event structs to separate header. by Sebastian Jansson · 6 years ago
  93. 9e2e6e7 Set LoggedIceCandidatePairEvent.transaction_id to default value if missing. by Zach Stein · 6 years ago
  94. ae786b8 Print media types for streams using the new event log format. by Bjorn Terelius · 6 years ago
  95. ba661fe Remove support for having multiple SSRCs in an RtcEventVideoSendStreamConfig. by Bjorn Terelius · 6 years ago
  96. 60aaa03 Fix header extension mapping bug in RTC event log analyzer. by Bjorn Terelius · 6 years ago
  97. fafae11 Allow parsing RTC event logs without a transaction ID. by Bjorn Terelius · 6 years ago
  98. c60a777 Process RTP before RTCP in RTC event log analyzer. by Bjorn Terelius · 6 years ago
  99. 4a817f6 Store timestamp of first and last event in RTC event log parser. by Bjorn Terelius · 6 years ago
  100. bd2cf71 Remove functions to inject a TaskQueue in RtcEventLog creation. by Bjorn Terelius · 6 years ago