1. 97df932 Remove multiplex codec. by Markus Handell · 1 year, 1 month ago
  2. 4a97488 Rename AudioLevel to AudioLevelExtension in rtp_header_extensions.h by Joachim Reiersen · 1 year, 1 month ago
  3. 32f2a30 Move IceCandidateType to candidate.h by Tommi · 1 year, 1 month ago
  4. 15062c8 Create helper for constructing empty LoggedPacketInfo for testing. by Bjorn Terelius · 1 year, 1 month ago
  5. 5e04753 Remove deprecated IceCandidateType values by Tommi · 1 year, 1 month ago
  6. 2c169ae Rename kLocal to kHost and kStun to kSrflx by Tommi · 1 year, 1 month ago
  7. d071dc1 Bypass global field trial string in RtcEventLog unittests by Danil Chapovalov · 1 year, 1 month ago
  8. 14b016f In RtcEventLogEncoderNewFormat use propagated instead of global field trials by Danil Chapovalov · 1 year, 1 month ago
  9. 7cb4ce0 Remove IceCandidateType::kNumValues by Tommi · 1 year, 1 month ago
  10. c4dd03d Remove kUnknown as a possible value for IceCandidateType. by Tommi · 1 year, 1 month ago
  11. 67ea392 Set visibility for RTC event log events BUILD targets by Björn Terelius · 1 year, 2 months ago
  12. dc64596 Remove RtcEventLogImpl dependency on rtc::TaskQueue by Danil Chapovalov · 1 year, 2 months ago
  13. c41977d Propagate Environment into RtcEventLogImpl by Danil Chapovalov · 1 year, 2 months ago
  14. 2ca1d0f Delete legacy RtcEventLogFactory Create functions by Danil Chapovalov · 1 year, 3 months ago
  15. 1a82d31 Add RtcEventLogFactory::Create variant that uses Environment by Danil Chapovalov · 1 year, 4 months ago
  16. efeeba0 Try removing RTC_PUSH_IGNORING_WUNDEF() around proto includes by Björn Terelius · 1 year, 4 months ago
  17. ae82df7 Add codec name H265 to support H265 in WebRTC by qwu16 · 1 year, 6 months ago
  18. ff58aed Process events with the same timestamp in a defined order. by Björn Terelius · 1 year, 9 months ago
  19. 9e247b6 Add RtcEventProcessor::AddEvents overload that accepts PacketDirection. by Björn Terelius · 1 year, 9 months ago
  20. d1e5ded Use DD encoder/decoder in RTC event log encoder/parser. by philipel · 1 year, 11 months ago
  21. 95e7a03 Delete clamping cumulative loss in ReportBlocks on receiving side by Danil Chapovalov · 1 year, 11 months ago
  22. 31a10d3 Ensure correct destruction order in RtcEventLogImplTest by Björn Terelius · 2 years ago
  23. 0a02534 RtcEventLog: Separate `LogToMemory` from TaskQueue to current thread by Jianhui Dai · 2 years ago
  24. d20b1cf Encoder/Decoder for dependecy descriptor in RTC event log. by philipel · 2 years ago
  25. 21d7cf5 Remove deprecated logged_events.h by Rasmus Brandt · 2 years ago
  26. f512761 Fix convenience macros for RtcEventLogParseStatus. by philipel · 2 years ago
  27. 7d6b5b8 Add `StopOutputOnWriteFailure` to RtcEventLogImplTest by Jianhui Dai · 2 years ago
  28. de0afb7 Move RtcEventLogParseStatus and related macros to a separate file and buildtarget. by philipel · 2 years ago
  29. f3e90cd OptionalBlobEncoder encode empty string on no input. by philipel · 2 years ago
  30. f4dfa1c Reassign TODO from self to bug with more context by Danil Chapovalov · 2 years ago
  31. 579a7b4 Add OptionalBlobEncoder for RTC event logs. by philipel · 2 years ago
  32. 85abbdf RtcEventLogImpl: Add test cases by Xuanxi Leng · 2 years, 1 month ago
  33. a617867 Reland "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 1 month ago
  34. 0f2ce5c Revert "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 2 months ago
  35. 6c032cb in rtcp::TransportFeedback do not memorise all described packet by Danil Chapovalov · 2 years, 2 months ago
  36. 3eceaf4 Migrate WebRTC documentation to new renderer by Artem Titov · 2 years, 2 months ago
  37. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 2 months ago
  38. 612872b2 Add RtcEvent to store when MinimumSetDelay is set on NetEq by Lionel Koenig · 2 years, 2 months ago
  39. 9337ac8 [Unwrap] Migrate RtcEventLog parser to use RtpSequenceNumberUnwrapper by Evan Shrubsole · 2 years, 2 months ago
  40. 097fc34 [Unwrap] Prepare SequenceNumberUnwrapper for migrations by Evan Shrubsole · 2 years, 2 months ago
  41. f015a12 RtcEventLogImpl: Add mocked time test. by Markus Handell · 2 years, 2 months ago
  42. 8d92c04 Add missing dependencies. by Mirko Bonadei · 2 years, 5 months ago
  43. 12053ec Encode remote link capacity estimates in legacy RTC event log format by Björn Terelius · 2 years, 7 months ago
  44. 300a230 Delete inter arrival jitter rtcp packet as unused by Danil Chapovalov · 2 years, 8 months ago
  45. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 8 months ago
  46. 277766f adopt absl::string_view in logging/ by Ali Tofigh · 2 years, 8 months ago
  47. 90133b3 Minor event log parser cleanup by Björn Terelius · 2 years, 8 months ago
  48. 90af4c1 Change RTCEventLogFactory to have a const Create function by Harald Alvestrand · 2 years, 9 months ago
  49. d151cc6 Remove the last build cycle in WebRTC by Mirko Bonadei · 2 years, 9 months ago
  50. 9a66540 Reland "TaskQueue: unexpose delayed task convenience methods." by Markus Handell · 2 years, 9 months ago
  51. 4cd3a0d Revert "TaskQueue: unexpose delayed task convenience methods." by Björn Terelius · 2 years, 9 months ago
  52. 08bb629 TaskQueue: unexpose delayed task convenience methods. by Markus Handell · 2 years, 9 months ago
  53. 640b51e In RtcEventLogParser use strict time types to access rtcp::TransportFeedback by Danil Chapovalov · 2 years, 9 months ago
  54. 94c0916 Improve RTC event log parser. by Björn Terelius · 2 years, 10 months ago
  55. e00d7d0 Adopt absl::string_view in CopyOnWriteBuffer by Ali Tofigh · 2 years, 10 months ago
  56. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 11 months ago
  57. f9c5984 Move buffer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  58. 7f623b0 Move bit_buffer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  59. 71337f3 Move random out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  60. 093ce28 Fix race in KeepsMostRecentEvents. by Tommi · 3 years ago
  61. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  62. e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 3 years ago
  63. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 3 years ago
  64. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  65. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  66. cb24158 Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" by Björn Terelius · 3 years, 1 month ago
  67. 7306c75 Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" by Björn Terelius · 3 years, 1 month ago
  68. 7a992e2 Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." by Björn Terelius · 3 years, 1 month ago
  69. 66bfd6f Revert "Refactor AnalyzerConfig to use Timestamps instead of microseconds." by Christoffer Jansson · 3 years, 1 month ago
  70. 43fb169 Refactor AnalyzerConfig to use Timestamps instead of microseconds. by Björn Terelius · 3 years, 1 month ago
  71. 9a60970 Add noop stubs for encoding/parsing all RTC event log events. by Björn Terelius · 3 years, 1 month ago
  72. cc5532f Use in-memory output instead of file in RTC event log test. by Björn Terelius · 3 years, 1 month ago
  73. b02220d Reland "Mark all bool conversion operators as explicit" by Niels Möller · 3 years, 1 month ago
  74. d12a14e Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. by Björn Terelius · 3 years, 1 month ago
  75. c1fd46f Revert "Mark all bool conversion operators as explicit" by Mirko Bonadei · 3 years, 1 month ago
  76. 325789c Mark all bool conversion operators as explicit by Niels Möller · 3 years, 1 month ago
  77. 1e157a9 Remove more top-level const from parameters in function declarations by Ali Tofigh · 3 years, 1 month ago
  78. 4be7fbb Change frequently run log statements in RtcEventLog to DLOG. by Tommi · 3 years, 1 month ago
  79. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 2 months ago
  80. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 2 months ago
  81. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 2 months ago
  82. 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years, 2 months ago
  83. d2a370f Refactor RtcEvent log events. by Björn Terelius · 3 years, 2 months ago
  84. 01ef37c Reland "Wire up proto-free event log format in encoder and parser." by Björn Terelius · 3 years, 2 months ago
  85. 6053903 Revert "Wire up proto-free event log format in encoder and parser." by Björn Terelius · 3 years, 2 months ago
  86. 46333db Wire up proto-free event log format in encoder and parser. by Björn Terelius · 3 years, 2 months ago
  87. c065e73 Remove RTC_DISALLOW_COPY_AND_ASSIGN more. by Byoungchan Lee · 3 years, 2 months ago
  88. c15bced Prepare for new event log parser. by Björn Terelius · 3 years, 2 months ago
  89. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  90. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 4 months ago
  91. 49c59ca Fix missing return value(2) by Björn Terelius · 3 years, 5 months ago
  92. 5df7b47 Fix missing return value in rtc_event_field_parser by Björn Terelius · 3 years, 5 months ago
  93. 54c90f2 [-Wshadow] - Fix some warnings. by Mirko Bonadei · 3 years, 5 months ago
  94. 1d4aa36 Allow encoding string fields in new event log format. by Björn Terelius · 3 years, 5 months ago
  95. fe903d5 Add encoding for numeric RTC event fields. by Björn Terelius · 3 years, 6 months ago
  96. 98952d7 Prepare for new encoding of RTC event log numeric fields. by Björn Terelius · 3 years, 6 months ago
  97. 707e3d1 Migrate rtc event log from rtc::BitBuffer to BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  98. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 7 months ago
  99. af9a3c6 Use backticks not vertical bars to denote variables in comments for /logging by Artem Titov · 3 years, 8 months ago
  100. 481698e Remove unnecessary conversions. by Fanny Linderborg · 3 years, 8 months ago