1. 428a160 Remove rtc_event_log2text by Bjorn Terelius · 6 years ago
  2. c7e3af1 Remove rtc_event_log2stats. by Bjorn Terelius · 6 years ago
  3. c42d624 Event log - Use ToUnsigned() and ToSigned() on timestamp_ms by Elad Alon · 6 years ago
  4. 19084f8 Event logs - encode N channels as N-1 by Elad Alon · 6 years ago
  5. f4a3f9c Add RtcEvent::timestamp_ms() by Elad Alon · 6 years ago
  6. 0b1b5c1 Hide RtcEvent members behind accessors by Elad Alon · 6 years ago
  7. eb809f3 Event logs - separate audio_level and voice_activity by Elad Alon · 6 years ago
  8. 56a4b32 Rename fields in rtc_event_log2.proto by Elad Alon · 6 years ago
  9. d95b0a2 Use delta-encoding in new WebRTC event logs by Elad Alon · 6 years ago
  10. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  11. e401863 Change to RtcEvent::Copy by Elad Alon · 6 years ago
  12. 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
  13. b26cf2f Add field trial to enable the new RTC event log format. by Bjorn Terelius · 6 years ago
  14. 59ebf23 Refactor structs in rtc_event_log_parser_new.h by Elad Alon · 6 years ago
  15. ff43541 Delta compression efficiency improvement for non-existent base by Elad Alon · 6 years ago
  16. fdee701 Add parser and unittests for new RTC event log format. by Bjorn Terelius · 6 years ago
  17. c35096d Reland "Encode RTC event logs in new format." by Bjorn Terelius · 6 years ago
  18. 825f83b Revert "Encode RTC event logs in new format." by Mirko Bonadei · 6 years ago
  19. 257ed43 Add support for optional fields in FixedLengthDeltaEncoder by Elad Alon · 6 years ago
  20. ece3c22 Encode RTC event logs in new format. by Bjorn Terelius · 6 years ago
  21. 73f3917 Add support for signed deltas in FixedLengthDeltaEncoder by Elad Alon · 6 years ago
  22. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  23. cb21ffe Add blob-encoding support for RTC event logs by Elad Alon · 6 years ago
  24. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  25. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  26. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  27. 50b1e6b Add fixed-size delta-encoding/decoding code for WebRTC event logs by Elad Alon · 6 years ago
  28. 608298b Move RtcEventLog::CreateNull implementation near declaration. by Danil Chapovalov · 6 years ago
  29. d932fba Track padding and header size in log event. by Bjorn Terelius · 6 years ago
  30. a240daa Change verification of stream configs in RTC event log unittest. by Bjorn Terelius · 6 years ago
  31. a1c9312 Update proto for new event log format. by Bjorn Terelius · 6 years ago
  32. a39a007 Reland "Deprecates legacy transport feedback adapter." by Sebastian Jansson · 6 years ago
  33. f714ee1 Revert "Deprecates legacy transport feedback adapter." by Mirko Bonadei · 6 years ago
  34. a5778e0 Deprecates legacy transport feedback adapter. by Sebastian Jansson · 6 years ago
  35. 23e48fb Move expectations from eventlog unittests to helper functions. by Bjorn Terelius · 6 years ago
  36. 55d1af1 Remove support for microsecond resolution in RtcEventLogs. by Bjorn Terelius · 6 years ago
  37. f7fcaf0 Use zero octets for rtp packet padding by Danil Chapovalov · 6 years ago
  38. 788c51c Pass HeaderExtensionMap by reference in rtc_event_log2rtp_dump. by Bjorn Terelius · 6 years ago
  39. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  40. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  41. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  42. 1ac9554 Include optional.h in rtc_event_log_parser_new.cc by Elad Alon · 6 years ago
  43. 17990d5 Prepare RtcEventLog parser for new wire format. by Bjorn Terelius · 6 years ago
  44. 07ba2b9 Parse two-byte header extensions. by Johannes Kron · 6 years ago
  45. 89f64d3 Move network trace calculation from analyzer to rtc_event_log_parser. by Christoffer Rodbro · 6 years ago
  46. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  47. 60d629f Add helper class to process RtcEventLog events in order. by Bjorn Terelius · 6 years ago
  48. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  49. 1a80018 Avoid wrong parsing of padding length and its use in NetEq simulation. by Minyue Li · 6 years ago
  50. e0c8b23 Frame marking RTP header extension (PART 1: implement extension) by Johnny Lee · 6 years ago
  51. 55d5ef0 Remove clang:find_bad_constructs suppression from logging (part 1). by Mirko Bonadei · 6 years ago
  52. d8be107 Print timestamp-to-UTC map when event_log starts. by Bjorn Terelius · 6 years ago
  53. 264bee8 Remove memcheck. by Mirko Bonadei · 6 years ago
  54. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  55. da04e06 Fix paths that were trying to go above the root by using too many "../.." by Oleh Prypin · 6 years ago
  56. 9d764e8 Removing clang:find_bad_constructs from logging (part 1). by Mirko Bonadei · 6 years ago
  57. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  58. 641ddf2 Make rtc_event_log2text work on stdin if no input file specified by Elad Alon · 6 years ago
  59. 7750de9 Port RtcEventLog encoder unittests to the new parser API. by Bjorn Terelius · 6 years ago
  60. 546bded Add return after NOT_REACHED() in eventlog unittest. by Bjorn Terelius · 6 years ago
  61. 63c82a7 Style fixes in event log unittest. by Bjorn Terelius · 6 years ago
  62. f4db542 Rewrite the RtcEventLog unit test. by Bjorn Terelius · 6 years ago
  63. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  64. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  65. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 6 years ago
  66. 1ef88ae Add kNumValues to IceCandidate* enums and move kUnknown to the front. by Qingsi Wang · 6 years ago
  67. 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 6 years ago
  68. 7a0bb00 Split LoggedBweProbeResult into -Success and -Failure. by Bjorn Terelius · 6 years ago
  69. 5ceb0d9 Fix bug that skips postprocessing after parsing a broken event log. by Bjorn Terelius · 6 years ago
  70. 9fe6df0 Fix confusion between enum types in event log parser. by Bjorn Terelius · 6 years ago
  71. d7a076c Minor type fix in RTC event logging for probing events. by Bjorn Terelius · 6 years ago
  72. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  73. 27e2b7d Plot NetEq stats in RTC event log visualizer. by Minyue Li · 6 years ago
  74. 25f0c20 Log probing bitrate and cluster id as int32 in event log. by Bjorn Terelius · 6 years ago
  75. c4ca1d3 Reland "Create new API for RtcEventLogParser." by Bjorn Terelius · 6 years ago
  76. 73df883 Make rtc_event_log_parser visible to other targets. by Bjorn Terelius · 6 years ago
  77. ff61273 Revert "Create new API for RtcEventLogParser." by Björn Terelius · 6 years ago
  78. 89aad9e Remove the limit on concurrent RtcEventLogImpl instances by Elad Alon · 6 years ago
  79. 9e336ec Create new API for RtcEventLogParser. by Bjorn Terelius · 6 years ago
  80. 6e9d895 Add missing includes checks.h/array_view.h by Danil Chapovalov · 6 years ago
  81. 4da18e8 compare Optional<unsigned> only to unsigned integers by Danil Chapovalov · 6 years ago
  82. e9d2e4d Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. by Dino Radaković · 6 years ago
  83. 8d2c5a8 Detangling target dependencies in rtc_base_approved. by Tommi · 6 years ago
  84. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  85. 56f9f0e Make task_queue_ injectable by wrapping it into a std::unique_ptr and adding an optional arg to the constructor of RtcEventLogImpl. by Dino Radaković · 6 years ago
  86. dd7e284 Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Danil Chapovalov · 6 years ago
  87. 01aa210 Revert "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Oleh Prypin · 6 years ago
  88. 9486b11 Enable and fix chromium clang warnings in rtp_rtcp test targets by Danil Chapovalov · 6 years ago
  89. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 6 years ago
  90. cf83ae0 Add extra RTC_CHECKs in RtcEventLog. by Bjorn Terelius · 6 years ago
  91. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 6 years ago
  92. 2a5ce2b Fix clang style errors in rtp_rtcp and dependant targets by Danil Chapovalov · 6 years ago
  93. 5c8622f Removing backwards compatible rtc_event_log_impl target. by Mirko Bonadei · 6 years ago
  94. 8eca1ff Reland "Structured ICE logging via RtcEventLog." by Qingsi Wang · 6 years ago
  95. f2594a4 Removing skvlad@ from logging/OWNERS. by Mirko Bonadei · 6 years ago
  96. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 6 years ago
  97. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 6 years ago
  98. 78ac89b Revert "Structured ICE logging via RtcEventLog." by Mirko Bonadei · 6 years ago
  99. eed5aa8 Structured ICE logging via RtcEventLog. by Qingsi Wang · 6 years ago
  100. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago